Homepage section occasionally not displaying section title at the right place

Hi,

Thank you for building a very nice template, I really enjoy create with it.
My website url is: http://carolinepitre.ca/

I do have an occasional problem regarding 2 of my homepage sections :

  • the homepage section :Mes clients s’expriment" / testimonials.
  • the homepage section: “contactez-nous” / contact form.
    After refreshing my webpage, sometime both title of these section are not appearing in the section … it’s kind of lost at the end of the previous section (white part). (see images as references)
    Can you help me to fix it please. Thank you

PS - And sometimes, those title are just right at the good places! (see images)

.

Hi There,

Thanks for reaching out to us.

That is quite odd. Are there any errors reported on your web console?

Please use this plugin to create temporary access for us, its automatic login link and does not requires sharing your admin details. here is How To guide. at the and don’t forget about  “Set as private reply” at the bottom of the message box 

Hope to hear from you soon.

Hello,

Thank you for you reply.
You already have access on my website: you helped me this week with my menu.

login: http://carolinepitre.ca/wp-admin
User login admin:
Colorlib-Support-Team
PassWord:
dw8u6(rKoueZpkWNeiD8gE4Y

Good morning

Please check again your website, this is the code I used to fix your problem:

#shapely_home_testimonial-3 .align-transform,
#shapely_home_contact-2 .align-transform {
transform: none;
-webkit-transform: none;
top: 30%;
}

Thank you so much - it’s now working perfectly! Great work.

Thank you too :slight_smile:

Is there anything else I can do for you? otherwise, I will close this ticket

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Hello :slight_smile:

I’m sorry to let you know, that the same problem reappeared this morning.

See image attached.

During the weekend, we launch officially the website, including 2 new posts on the blog (capsule santé). Is it because of this, that the problem is there again ?

A big thank you for your support.

Good evening

Ok, i have a different solution, please try this codes now:

#shapely_home_testimonial-3 {
background-image: url(http://carolinepitre.ca/wp-content/uploads/2019/07/arch-bridge-clouds-814499.jpg);
background-attachment: fixed;
}
#shapely_home_contact-2 {
background-image: url(http://carolinepitre.ca/wp-content/uploads/2019/07/beach-golden-hour-grass-1192671.jpg);
background-attachment: fixed;
}

Thank you !
Just paste your new codes in the CSS - website seems work good.
I want to take 1 more day to see how the site will re-adjust with the codes.

Do I have the remove the old code?
#shapely_home_testimonial-3 .align-transform,
#shapely_home_contact-2 .align-transform {
position: relative;
transform: none;
-webkit-transform: none;
top: 30%;
z-index: 2;
}

Good morning

OK, let’s see :slight_smile: yes, you can remove old codes