webvisuals
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Could not insert term into the databaseThank you Stephan. You are correct, I was unable to create a new category under pages and received the same error message.
I love Event Organiser and will make another donation because the tech support is as good as the product.
Forum: Plugins
In reply to: [Page scroll to id] rel="next" going to top of page insteadSo I figured out how to get the next section to work.
First I needed this code below from the demo site then needed to add 1 more .parent() since my “Next Section” button was located 1 div tag deeper in the schema.
<script> (function($){ $(window).load(function(){ /* Page Scroll to id fn call */ $("#navigation-menu a,a[href='#top'],a[rel='m_PageScroll2id']").mPageScroll2id({ highlightSelector:"#navigation-menu a" }); /* demo functions */ $("a[rel='next']").click(function(e){ e.preventDefault(); var to=$(this).parent().parent().parent("section").next().attr("id"); $.mPageScroll2id("scrollTo",to); }); }); })(jQuery); </script>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Plugins
In reply to: [RSSImport] feedurl setup right but still goes to defaultPlease disregard. When I pasted the code snippets from RSS Import page to my WP page it retained the formatting. I needed to paste into notepad to strip formatting and now your plugin works wonderfully.
Michal, did you get a chance to fix the plugin to be compatible with the Easy Rotator plugin? I’ve tried Ultimate and I ran into the same problems with it changing my code around and weird things happening. I’d prefer to use your product.
I’m having the same problem and found a conflict with the EasyRotator plugin. Deactivate EasyRotator, Ckeditor works wonderfully, activate it and the dreaded White Screen takes over