Forum Replies Created
-
AuthorPosts
-
I installed the theme this time through the theme installer. Still didn’t work. I’m going to try to move the site to another server and see if that remedies the problem.
Ok so I uploaded a new version of enfold 4.8.9.1. I also uploaded a new version of WordPress 5.9. Checked the database tables.
Backend accordions are still all expanded.
Also if you click on the video link it opens in a popup window??I disabled the plugins and tried, I also disabled my custom styles, same thing. I’m going to re-upload the theme. It’s weird the accordions on the back end aren’t working anywhere. I’m wondering if something got corrupted on my testing server.
April 12, 2019 at 5:11 pm in reply to: Conflict between Constant Contact Form plugin and page editor #1090095I can confirm. It’s working now.
April 11, 2019 at 4:42 pm in reply to: Conflict between Constant Contact Form plugin and page editor #1089619I went through and turned the plugins off one by one… that is how I found it.
April 11, 2019 at 4:25 am in reply to: Conflict between Constant Contact Form plugin and page editor #1089345Same thing happening here.. I was trying to train a client. Made me look bad. Hope there is a fix.
- This reply was modified 5 years, 7 months ago by mcmiddlefinger.
Got it
jQuery(window).load(function(){// Button onClick event
jQuery(“.toggle-button a”).on(“click”, function(e) {
// Add your button events here
console.log(” toggle section”);
jQuery(“#ourfounders”).toggleClass(“show”);
if(jQuery(“#ourfounders”).hasClass(“show”)){
jQuery(“html, body”).animate({ scrollTop: jQuery(“#ourfounders”).offset().top }, 500);
}e.preventDefault();
});
});
-
AuthorPosts