Tagged: x
-
AuthorPosts
-
June 27, 2016 at 9:18 am #1061567
elizaabolaParticipantI have a page that is created dynamically by a plugin I have on the site. The problem is I want those pages to have the same background as the other pages on my site. I don’t think I’m doing this right. My method was to create a script in the custom javascript section of the customizer, I’d see if the current page is the page I want to edit, if it is I ran this code:
$(document).ready(function(){ var page = document.getElementByTagName('body'); var pageClass = page.className; if(pageClass.contains){ var iDiv = document.createElement('div'); iDiv.className = 'backstretch'; document.getElementByTagName('body')[0].appendChild(iDiv); jQuery.backstretch(["my images"], {duration: 3500, fade: 750}); }; });And then I added the styling I wanted, but it’s not working. Please help!
Site: http://miguelherrerarealtygroup.com/
The pages I’m trying to work on are the “Featured Properties” and “Property Search” pagesThanks in advance!
June 27, 2016 at 10:27 am #1061677
RupokMemberHey there,
Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1061567 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
