smudley
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Notes] Conflict with other PluginHi Kyle,
Yeah, sorry it is a paid service.
Thrive is a content builder and when your plugin was installed their content builder broke not being able to make changes.Right now my site is down but as soon as it’s back up, I’ll try and recreate how I determined it was your plugin.
Thanks for looking at this.
Forum: Plugins
In reply to: [Arconix FAQ] [Plugin: Arconix FAQ] FAQ not collapsingI added it, no change.
Well thanks for trying.Forum: Plugins
In reply to: [Arconix FAQ] [Plugin: Arconix FAQ] FAQ not collapsingI reached out to the theme’s designer and he made this suggestion:
As it is an AJAX theme, you will probably will need to recall the JavaScript functions of your plugin when the new page content is loaded.
Try to add the function after the line #1416 at the file js/scripts.js.php:
[1407] /*--- Restart some jQuery scripts ---*/ [1408] [1409] $('.ml-fit').fitVids(); [1410] ml_start_gallery(); [1411] ml_welcome_loop(); [1412] ml_launch_slider(); [1413] ml_launch_tabs(); [1414] ml_launch_toggle(); [1415] ml_launch_isotope(); [1416] YOUR_FUNCTIONS();Since this is your plugin, what function call would go on line 1416?
Thanks.Forum: Plugins
In reply to: [Arconix FAQ] [Plugin: Arconix FAQ] FAQ not collapsingI did realize those tags were extra and I did clean them up.
Yes,<?php wp_footer(); ?>does exist in my footer.phpNow it will collapse if I preview the page. Just not on the live front end.
Forum: Plugins
In reply to: [Arconix FAQ] [Plugin: Arconix FAQ] FAQ wont collapseI’m having the same problem but I do not have W3 Total Cache.
It works properly in the preview but is expanded in the regular run of the site.
http://plane2paradise.com/
Select the faq menu choice,Please advise.