shonna Posted April 17, 2023 Posted April 17, 2023 (edited) HELLO! I use the "slide" animation for my site, which I like and works well on most pages. Unfortunately, on my FAQ page, no content shows on the page (except the headline) until a user scrolls down and then back up again. Is there a way to prevent the "slide animation" from occurring on just this one page? I would like my FAQ accordion to appear immediately upon viewing the page without a viewer having to scroll down. Edited April 24, 2023 by shonna Included URL
tuanphan Posted April 20, 2023 Posted April 20, 2023 Hi, Can you share link to FAQ page? shonna 1 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!)
shonna Posted April 24, 2023 Author Posted April 24, 2023 OH! Yes, I thought I had already included a link. Here's the FAQ page I'm talking about: https://dndadventureclub.com/faq Let me know what you think! First time visitors have to scroll to see anything, not ideal.
Solution tuanphan Posted April 26, 2023 Solution Posted April 26, 2023 Add to Design > Custom CSS body#collection-6177345bdb1dd03a0426bfb1 article .preSlide { opacity: 1 !important; transform: unset !important; } shonna 1 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!)
shonna Posted April 27, 2023 Author Posted April 27, 2023 (edited) Thank you! Ok, I did put the code in that location, and it works! But is that going to affect ALL of my pages? Taking out the slide effect? If not, can you help me understand why? Edited April 27, 2023 by shonna
tuanphan Posted April 29, 2023 Posted April 29, 2023 That code target FAQs page id so it will run on FAQs page only. You try clear browser cache & check again shonna 1 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!)
shonna Posted December 28, 2023 Author Posted December 28, 2023 Hello! Me again. I have another page that I'd like to apply this style to: https://dndadventureclub.com/resources/dnd-tips-tricks The code you gave before has worked great for my FAQ page, but now I want to also apply that to this new page. I can't figure out where to find the Page ID as you reference above to include in the code. Can you help?
tuanphan Posted December 30, 2023 Posted December 30, 2023 On 12/28/2023 at 12:47 PM, shonna said: Hello! Me again. I have another page that I'd like to apply this style to: https://dndadventureclub.com/resources/dnd-tips-tricks The code you gave before has worked great for my FAQ page, but now I want to also apply that to this new page. I can't figure out where to find the Page ID as you reference above to include in the code. Can you help? To find Page ID, follow these Right click on anywhere on page > Inspect Scroll down > Find <body id= In this example, you will see <body id="collection-58d01506e3df284bada16b9f" class="..." and collection-58d01506e3df284bada16b9f is ID when use ID, you need to add # symbol before it, it should be #collection-58d01506e3df284bada16b9f or body#collection-58d01506e3df284bada16b9f 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment