Sign in to follow this
Followers
0

Adding Page Transition Jquery / How to wrap all content in div.
By
gayatriom, in DMS & Legacy Products
-
Similar Content
-
By cas45+
I am running a site based on PageLines Framework 2.5.0. I am making some changes to a current website and managed to find a script that will do what I want.:
$(".vend-cat").each( function() {
if ( $(this).find(".no-vendors").html() == '' ) {
$(this).hide();
}
} );
I have tested it on jsfiddle and it works fine. It does however need to be adapted to work with jQuery for pagelines and wordpress. Any help or advice?
Thanks
-
By unifeyed+
Hello there.
I am trying to have all the ® symbols throughout my website superscript without having to individually go to each symbol and wrap them in <sup> tags. There is quite a bit of them. I have the following code within the Custom Scripts, but it seems to cause issues with the Hamburger navigation, as it does not seem to work. Can you offer up some assistance?
<script>
jQuery(document).ready(function() {
jQuery("body").html(
jQuery("body").html().replace(/®/gi, '<sup>®</sup>').replace(/®/gi, '<sup>®</sup>')
);
});
</script>
-
By Houston Haynes+
Hey folks - I'm trying to get right of some 'dead space' at the bottom of the page in the Material Theme. (see attached) Those two gray lines have an "Edit" button in between them when the browser has a login cookie for the site. Here I created a screenshot from a browser session that doesn't have context for my main login, so you can see that the "Edit" indicator is gone, but the bars and the space it occupies still remains. Can someone help me isolate this so I can make it *completely* disappear? Thanks.
-
By j powers+
Looking to fond the best way to add in some javascript, the script is from Salesforce to add a chat button, ie Chat available / chat offline. I need to add this to a specific page though.
Much apprciated
-
By tristanrodgers+
Hi there!
Hi would like to have the thumbnail photos on the left side and not on the top of the topic to the blog post. Where can i fix that?
http://mc1r-magazine.com/blog/
Greetings from Hamburg,
Tristan
-