Auto close first product tab and Newsletter popup

This topic has 6 replies, 3 voices, and was last updated 2 years, 1 months ago ago by Olga Barlow

  • Avatar: BubbaDan
    BubbaDan
    Participant
    March 15, 2022 at 01:31

    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

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 16, 2022 at 12:45

    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

    Avatar: BubbaDan
    BubbaDan
    Participant
    March 16, 2022 at 17:32

    I did supply them

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 17, 2022 at 08:18

    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

    Avatar: BubbaDan
    BubbaDan
    Participant
    March 17, 2022 at 23:36

    Sorry for my mistake. Correct info included

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 18, 2022 at 00:12

    Hello,

    Thank you. I passed your issue to our developers. I’ll inform you once they fix the problem.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

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

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.