
Resolved Special Page Scrolling Effect With Jquery!
By
achif, 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 kwaoru
Hi,
After I installed platform 5, a Scroll Nav stopped working properly. It stopped following down as I scroll down the screen and it is very frustrating....
I tried to add a new Scroll Nav, deactivated platform 5 or whatever I could think of to refresh to get the function back but nothing works out...
Please please please help me wise folks out there!
Thanks,
-
By kwaoru
Hi,
After I installed platform 5, a Scroll Nav stopped working properly. It stopped following down as I scroll down the screen and it is very frustrating....
I tried to add a new Scroll Nav, deactivated platform 5 or whatever I could think of to refresh to get the function back but nothing works out...
Please please please help me wise folks out there!
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 tuciudadenred+
I have problems with the scroll, someone who can help me?
Video_1487265541.wmv
-