fearlesschampion
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: [Moesia] where to add jquery codeHey guys, I’m trying to load a popup effect but it won’t work! I’ve checked the code and it works when I run it in netbeans. But it won’t work on my website with Moesia?
I’ve checked and scripts.js has been loaded on the page where it is supposed to do it’s magic.
This is my code:
jQuery(function($) { var terms = $('#terms'); var agree = $('#agree'); var overlay = $('#overlay'); var popupBox = $('#popupBox'); terms.click(function() { overlay.fadeIn(300); popupBox.fadeIn(300); }); $('#agree, #overlay').click(function() { overlay.fadeOut(300); popupBox.fadeOut(300); }); });Forum: Themes and Templates
In reply to: [Moesia] Pagination does not work on one of my categoriesI fixed it! The issue was because I had set category base to “.” in the permalink setting. When I removed it pagination worked as intended.
I set category base to “.” because I wanted to remove category from http://deeptropicalhouse.com/category/tracks/ so it would be http://deeptropicalhouse.com/tracks/.
I removed the dot in category base and use the FV Top Level Cats plugin instead. Everything works perfect for now.
Forum: Themes and Templates
In reply to: [Make] How do I change language of my make theme?Thanks man!
Viewing 3 replies - 1 through 3 (of 3 total)