This topic has 4 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
Hi
My FAQ closes as I click on link within, how do I fix it?
http://brightcotton.com/company/faq/
in
“How much time it takes to deliver order?”
Link button “Shipping & Return”
Thank you
Hello,
Please provide us with wp-admin panel and FTP credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
By FTP credentials you mean cpanel, and wp-admin panel is admin wordpress?
Hello,
Please find this code in etheme.js
etoggleEl.click(function(e) {
e.preventDefault();
if($(this).hasClass('opened')) {
$(this).removeClass('opened').find('.open-this').html(plusIcon).parent().parent().find('.toggle-content').slideUp(200);
}else {
if($(this).parent().hasClass('noMultiple')){
$(this).parent().find('.toggle-element').removeClass('opened').find('.open-this').html(plusIcon).parent().parent().find('.toggle-content').slideUp(200);
}
$(this).addClass('opened').find('.open-this').html(minusIcon).parent().parent().find('.toggle-content').slideDown(200);
}
});
and comment out this string /* e.preventDefault(); */
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up