rosatk
Circle Member-
Posts
22 -
Joined
-
Last visited
rosatk's Achievements
-
sprintwebsites reacted to a post in a topic: help! URL redirect not working - map 301
-
Collaborada reacted to a post in a topic: help! URL redirect not working - map 301
-
NiangLee reacted to a post in a topic: help! URL redirect not working - map 301
-
NiangLee reacted to a post in a topic: help! URL redirect not working - map 301
-
rosatk started following help! URL redirect not working - map 301
-
Hi all I want to map all previous blog links from europeanspodcast.com/episodes/[existing links] to europeanspodcast.com/all-episodes/[existing links] There are hundreds of existing blog pages so i don't want to manually add each one separately. This is one for example: europeanspodcast.com/episodes/why-give-a-damn-about-the-european-elections I have added this into the url map: /episodes -> /all-episodes 301 but it hasn't worked. What can i do?
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/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 = 1; 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 = [ '.user-items-list-banner-slideshow__arrow-button--right', '.user-items-list-carousel__arrow-button--right', ]; // begin shotgun selector if ( ! dataSectionIds.length ) dataSectionIds.push ( '' ); selector = $.map ( selector, function ( s, i ) { if ( ! dataSectionIds.length ) dataSectionIds.push ( '' ); const a = $.map ( dataSectionIds, function ( d, i ) { if ( d ) d = '[data-section-id="' + d + '"] '; return d + s; } ) return a; } ) .join ( ', ' ); // end shotgun selector const $button = $( selector ); if ( ! $button.length ) return; // bail if no button const click = ( ) => { $button.click ( ); } setInterval ( click, clickIntervalSeconds * 1000 ); } ); </script> here you go @tuanphan
-
rosatk started following remove blank space under accordian - help please!
-
Thanks, i don't want a totally smooth scroll. is there a way to make mine less jerky? Like the carousel on this example https://www.europod.eu/
-
thank you 🙂
- 6 replies
-
- code-injection
- code
-
(and 1 more)
Tagged with:
-
@tuanphan sorry - password is : Macron and the 'episode' page has an extra password that is: test
- 6 replies
-
- code-injection
- code
-
(and 1 more)
Tagged with:
-
https://theeuropeans.squarespace.com/ password: Macron Hi there, I want to smoothen the auto play of the carousel scroll on my homepage – ideally something to something smoother like this https://www.europod.eu/. Even better if one item even can expand a little like that example I am using this code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $( ( ) => { /* can anyone help me?
-
@tuanphan can you look at how to do if for my blog overview page? https://theeuropeans.squarespace.com/all-episodes password: test
- 6 replies
-
- code-injection
- code
-
(and 1 more)
Tagged with:
-
rosatk reacted to a post in a topic: Show category WITHOUT showing the top block of my 'blog summary' page HELP!
-
remove blank space under accordian - help please!
rosatk replied to rosatk's topic in Customize with code
hey @melody495 this is the backend where you can see the customisation images are making the accordian box size so large. so i think it requires code to not display like this when using as a visitor -
https://theeuropeans.squarespace.com/ site password: Macron hello! Im looking for help to solve the white space under this accordian block on the homepage? i know its related to the size of the copy when they are all expanded, but i'd like the block to shrink and expand to accomodate teh text - not to have this huge space. I'm using custom code in order to put images in the title from here
-
rosatk reacted to a post in a topic: Integrating Patreon into a squarespace website build
-
Hi all I'd love for someone to click a blog category (e.g. 'Italy') and then ONLY see blogs about Italy (not the 'Mini Series' section that is embedded on the blog overview page). The mini series section needs to stay on the blog overview page. I can't use a summary block for the blog because they only show 30 posts. Please help! https://theeuropeans.squarespace.com/episodes/category/Italy
-
tuanphan reacted to a post in a topic: add link to carousel testimonial (not using the button)
-
add link to carousel testimonial (not using the button)
rosatk replied to rosatk's topic in Customize with code
found an answer: https://community.elfsight.com/t/squarespace-make-list-carousel-image-clickable/19958 -
add link to carousel testimonial (not using the button)
rosatk posted a topic in Customize with code
hi, https://theeuropeans.squarespace.com/episodes/ website password: Macron in the testimonial carousel: is there a way to add a link to each image without making the button visible?