Jump to content

Customising Summary Block and Testimonial Carosel

Recommended Posts

Hello brilliant web-builders! Is there any way to make the below customization possible?

A) Summary Block:

  1. Images to be displayed in circular shape, instead of the retangular or sqaure from the options under "Design" of the block
     
  2. Move the order of the display layout from "Image > (Blog) Title > Excerpt Text" to "Excerpt Text > (Blog) Title > Image"?

B) Testimonial Carousel:  

  1. Move the order of the display layout of all blocks in the carousel from "Image > Text > Title" to "Text > Title > Image"?
     
  2. Set / change the timer of the auto slider to move every 5 seconds
     

Thanks a million! Freeman xx

Site URL: https://www.traveltotransform.com/the-book

Edited by freedomfung852
Link to comment

Add to Design > Custom CSS

@media screen and (min-width:992px) {
div#block-yui_3_17_2_1_1671854349186_13556 .summary-item {
    position: relative;
    padding-top: 250px;
}
div#block-yui_3_17_2_1_1671854349186_13556 .summary-content {
    position: absolute;
    top: 0;
}
}

image.thumb.png.b98d6412bb4ac035dd5f414d1b6deb83.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 2/15/2023 at 8:28 PM, tuanphan said:

Add to Design > Custom CSS

@media screen and (min-width:992px) {
div#block-yui_3_17_2_1_1671854349186_13556 .summary-item {
    position: relative;
    padding-top: 250px;
}
div#block-yui_3_17_2_1_1671854349186_13556 .summary-content {
    position: absolute;
    top: 0;
}
}

image.thumb.png.b98d6412bb4ac035dd5f414d1b6deb83.png

Thanks Tuan! I actually need only the excerpt to be positioned on top, but the title/name and the stars still position underneath the images. If this is possible?

Link to comment
On 2/20/2023 at 6:55 PM, freedomfung852 said:

Thanks Tuan! I actually need only the excerpt to be positioned on top, but the title/name and the stars still position underneath the images. If this is possible?

You mean move this only?

image.thumb.png.fe2b72313a77e598cea6aba5b34a6b5d.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...
On 3/14/2023 at 4:42 AM, freedomfung852 said:

Hi Tuan, yes that's correct - only moving the "An inspiring read...beautifully." text to be above the image, while the position of the rest stays the same.

Thanks again
Freeman

Try this new CSS code

#block-yui_3_17_2_1_1671854349186_13556 .summary-title {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
}
#block-yui_3_17_2_1_1671854349186_13556 .summary-item {
    position: relative;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
1 hour ago, tuanphan said:

Try this new CSS code

#block-yui_3_17_2_1_1671854349186_13556 .summary-title {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
}
#block-yui_3_17_2_1_1671854349186_13556 .summary-item {
    position: relative;
}

 

Ahhhh this code must be very close...! Just need the main text to go to the above instead of the title text!

Although it does seem to create another issue too when I switch to mobile mode to view this, where the title texts are now overlapping with the image.

Any thoughts please? 🙂

Screenshot 2023-03-16 at 21.42.57.png

Link to comment
On 3/16/2023 at 5:45 PM, freedomfung852 said:

Ahhhh this code must be very close...! Just need the main text to go to the above instead of the title text!

Although it does seem to create another issue too when I switch to mobile mode to view this, where the title texts are now overlapping with the image.

Any thoughts please? 🙂

Screenshot 2023-03-16 at 21.42.57.png

Ah I forgot, use this new code, we can add more code to adjust mobile then

div#block-yui_3_17_2_1_1671854349186_13556 .summary-item {
    position: relative;
}
#block-yui_3_17_2_1_1671854349186_13556 .summary-excerpt p:not(:first-child) {
    position: absolute;
    top: 0;
}

#block-yui_3_17_2_1_1671854349186_13556 .summary-thumbnail-outer-container {
    padding-top: 200px;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.