steiner1010
Forum Replies Created
-
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Version 3.0 broke the css on my siteWe’re not having a good day lol, tried numerous times, the contact form is giving an error.
“There was an error trying to send your message. Please try again later.”**worked, sent!
- This reply was modified 6 years ago by steiner1010.
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Version 3.0 broke the css on my site“How is the search box coded to be floating over the parallax section?”
Just css in the theme child custom css, but the update seemed to override that.Site is currently in dev, few more days before launch.
I’m happy to help debug by reproducing the issue and let you have a look, as I can easily roll it back again until it’s all compatible, once you have what you need.Is there a private way to contact you with URL etc? As I say it’s under dev and I don’t want it indexed yet.
I’ll attach the code from the dev window, hope that helps show how it’s set up.Relevant css is
section.advance-search.main-advance-search { position: relative; top: 40%; } @media screen and (max-width: 479px) section.advance-search.main-advance-search { top: 25%; } @media screen and (max-width: 1199px) and (min-width: 992px) body.home.make-transparent section.advance-search.main-advance-search { top: 60%; }
Parralax code
<div id="parallax_container4926" class="parallax-window-container adamrob_parallax_container_fullwidth " style="height: 500px;"><section id="parallax_4926" class="adamrob_parallax adamrob_parallax_fullwidth adamrob_parallax_scrolling " style="height: 500px; background-image: url("https://bkk.properties/wp-content/uploads/2016/06/rent_it_bkk_bnr-1.jpg"); background-size: cover; background-position: 50% -73.7179px;" speed="5"><div id="parallax_4926_content" class="adamrob_pcontainer" style="height:500px;"><table style="width:100%; height:100%; border-style:none; margin:0;"><tbody><tr><td class="parallax-header" style="text-align:center; vertical-align:top; padding:20px; border-style:none;"><div id="parallax_4926_posttitle" class="adamrob_parallax_posttitle" style=""></div></td></tr></tbody></table></div></section> <section class="advance-search main-advance-search" style="display: block;"> <div class="container"> <form class="advance-search-form" action="https://site.com/property-search/" method="get"> </form><!-- .advance-search-form --> </div> <!-- .container --> </section></div> <section id="parallax_4926" class="adamrob_parallax adamrob_parallax_fullwidth adamrob_parallax_scrolling " style="height: 500px; background-image: url("https://site.com/wp-content/uploads/2016/06/rent_it_111_bnr-1.jpg"); background-size: cover; background-position: 50% -73.7179px;" speed="5"><div id="parallax_4926_content" class="adamrob_pcontainer" style="height:500px;"><table style="width:100%; height:100%; border-style:none; margin:0;"><tbody><tr><td class="parallax-header" style="text-align:center; vertical-align:top; padding:20px; border-style:none;"><div id="parallax_4926_posttitle" class="adamrob_parallax_posttitle" style=""></div></td></tr></tbody></table></div></section>