CKW_242
Member-
Posts
31 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by CKW_242
-
Font not changed in mobile and only changed in desktop
CKW_242 replied to CKW_242's topic in Fonts, colors and images
URL: https://elevatesportsventures.com/csandbox -
I am working on embedding a Tableu dashboard into a squarespace page. It is embedded however, we are looking for a way make a login page where the user would be prompted to login on our site, then I can work with Tableau on how to then take that login and use it to automatically login to Tableau . Any ideas? Would member areas work for this? Or would a third-party program like Okta work?
-
I would like to make the page I am on have a gold navigation title and remove the underline. I currently have a hover gold for other pages which I would like to keep. Would love this to happen for every page navigation bar! Page: https://www.elevatesportsventures.com/press
-
How do I change the gallery description font to a custom font I have uploaded already? Tried the codes above but it didn't work. Trying to change it to Barlow font. Link: https://elevatesportsventures.com/ I am referring to the section under client spotlight that currently uses the font Merriweather!
- 13 replies
-
- font
- avenue-template
-
(and 1 more)
Tagged with:
-
Is it possible for me to do the same thing for sections with posters on mobile? It is the section under the quote with "insights, hospitality etc." Link: https://elevatesportsventures.com/
-
Site URL: https://elevatesportsventures.com/who-we-are Is there some code to help me allow my mobile view to put 2 up vs 1 up? Want to keep desktop as is though Thank you!
-
How do I updated my site wide fonts to a font not in its font pack? I want to update all my headers, navigation bar, etc to Antonio (which is a google font). Basically all my H1 fonts Website: https://elevatesportsventures.com/
-
Make banner slideshow with autoscroll full bleed
CKW_242 replied to CKW_242's topic in Customize with code
Also, inserted the code above to the custom CSS and nothing changed. Am I inserting it int he right place? -
Make banner slideshow with autoscroll full bleed
CKW_242 replied to CKW_242's topic in Customize with code
Thank you!! Is the banner slideshow being full bleed possible? -
Make banner slideshow with autoscroll full bleed
CKW_242 replied to CKW_242's topic in Customize with code
Also, is there a way to make the arrows on the banner slideshow more minimal? Like without the circle possibly? -
Is there a way to make the banner slideshow (that is auto-scroll with code) full bleed so the navigation bar has no black background upon first load? Website: https://elevatesportsventures.com/csandbox
-
Site: https://elevatesportsventures.com/csandbox I applied a code on site to maek hero carousel autoscroll but I think it may have affected the button placement. The button is now very low on the carousel. Is there an alternative way for me to have the auto scroll without it affecting the button placemet? Here is the code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $( ( ) => { /* auto click user items list arrow right Version : 0.1d0 SS Version : 7.1 Dependancies : jQuery Note : this effect is not active in SS Preview to test it use private browsing < https://bit.ly/3f6lhq2 >. By : Thomas Creedon < http://www.tomsWeb.consulting/ > */ const clickIntervalSeconds = 6; const dataSectionIds = [ /* to limit the effect to certain page sections, enter data section ids for each page section. the format of each line is a data section id following is an example line. copy the example line below and paste after the example line. remove '// ' at beginning of pasted line. repeat for as many data sections ids as needed */ // '[enter data section id here between single quotes]', ]; // do not change anything below, there be the borg here if ( window.frameElement !== null ) return; // bail if in Preview let selector = [
-
I've searched for a solution there and have reached out to the plugin providers but no luck yet unfortunately
- 4 replies
-
- lightbox
- javascript
-
(and 1 more)
Tagged with:
-
Got lightbox anything plugin and works well with CSS but not for javascript. When I press on link on live site the lightbox appears but nothing is in the box. I have also tried a external URl and same thing happens there. Please help! I put an example on website below: www.elevatesportsventures.com/f1-java
- 4 replies
-
- lightbox
- javascript
-
(and 1 more)
Tagged with:
-
I have a form made in formstack with a javascript and iframe. How do I add that into the description of an accordion?
-
How to put black overlay with opacity on a group of photos
CKW_242 replied to CKW_242's topic in Customize with code
www.elevatesportsventures.com/b-consult-copy pass: bconsult I added the link to the initial post -
How to put black overlay with opacity on a group of photos
CKW_242 replied to CKW_242's topic in Customize with code
Also, is there a better way to write this code out? All 6 are for the same thing but different block ID's -
Css Code applies in editor but not on live page
CKW_242 replied to CKW_242's topic in Customize with code
Thank you so much! -
Password: bconsult The code reveal text on a hover code works in my editor view but not in live view when I access the page from the front ed. Here i the doe I am using: @media only screen and (min-width: 640px){ #block-50a60eabf9b7879fd7ec{ opacity: 0; transition: opacity 1s } #block-50a60eabf9b7879fd7ec:hover { opacity: 1; transition: opacity 1s } } @media only screen and (min-width: 640px){ #block-b9c394e42cbe4f0614b7{ opacity: 0; transition: opacity 1s } #block-b9c394e42cbe4f0614b7:hover { opacity: 1; transition: opacity 1s } } @media only screen and (min-width: 640px){ #block-8ac8af888d0f13c5a5f5{ opacity: 0; transition: opacity 1s } #block-8ac8af888d0f13c5a5f5:hover { opacity: 1; transition: opacity 1s } } @media only screen and (min-width: 640px){ #block-207b0fa7a755d1b13c8a{ opacity: 0; transition: opacity 1s } #block-207b0fa7a755d1b13c8a:hover { opacity: 1; transition: opacity 1s } } @media only screen and (min-width: 640px){ #block-1559eef8f75e1479225a{ opacity: 0; transition: opacity 1s } #block-1559eef8f75e1479225a:hover { opacity: 1; transition: opacity 1s } } @media only screen and (min-width: 640px){ #block-ad4977c97fa2f8f9cc87{ opacity: 0; transition: opacity 1s } #block-ad4977c97fa2f8f9cc87:hover { opacity: 1; transition: opacity 1s } }