This topic has 6 replies, 3 voices, and was last updated 2 years, 8 months ago ago by Olga Barlow
I click the
Close First Tab By Default
Turn on if you want to keep the first tab closed.
It does not work.
I have the following snippet to change the tab names. I post it in case that is causing issues.
/**
* Rename product data tabs
*/
add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
function woo_rename_tabs( $tabs ) {
$tabs['description']['title'] = __( 'Images' ); // Rename the description tab
$tabs['reviews']['title'] = __( 'Reviews' ); // Rename the reviews tab
$tabs['additional_information']['title'] = __( 'Product Information' ); // Rename the additional information tab
return $tabs;
}
ALSO
The Large Newsletter popup continues to popup continually while browsing. How can that be stopped after you sign up or click to close? OR just once per visit.
Thanks for your help!
Dan
Hello,
1) Provide us with FTP access to check the tabs issue.
2) Go to Theme Options > Header builder > Newsletter choose either by click or on delay instead of On mouse outhttps://www.awesomescreenshot.com/image/24162024?key=19a8ada6a81902b34a49106a6c92afa8
Regards
I did supply them
Hello,
Thanks for wp-admin access, but we need FTP access. If you do not know how to create FTP contact with your hosting provider, they will help you.
Regards
Sorry for my mistake. Correct info included
Hello,
Thank you. I passed your issue to our developers. I’ll inform you once they fix the problem.
Regards
Tagged: auto close, newsletter popup, persuasive, product tab, woocommerce, wordpress
The issue related to '‘Auto close first product tab and Newsletter popup’' has been successfully resolved, and the topic is now closed for further responses