Home Forums WoodMart support forum Sidebar

Sidebar

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #39537

    JuliaSan
    Participant

    Hi, is there a maximum number of possible sidebars in woodmart? Since the last Theme update I lost 2x the content/widget settings of my sidebars. I set it up and within a short time they disappear. SOme of the Sidebars I have created do not even show up on the widget setting page, this was not the case before the last update.
    Can you please advise?
    Thanks,
    Julia

    #39547

    Artem Temos
    Keymaster

    Hi,

    No, we didn’t change anything in our update regarding the sidebars functionality. How much sidebars do you have at the moment?

    Regards

    #39579

    JuliaSan
    Participant

    15, including the standard ones, like Footer 1,2 and 3 and Shop Product and Widget area in header…

    #39620

    Artem Temos
    Keymaster

    So how we can reproduce this issue on our side or in your admin dashboard?

    #39642

    JuliaSan
    Participant

    I can give you login, and you can create a new sidebar: it will appear in the widget section and you will see an older one will disappear.
    I send you some screenshots.

    Attachments:
    You must be logged in to view attached files.
    #39672

    Artem Temos
    Keymaster

    OK, now we see the problem. We will fix it in our next update that will be available soon.

    #39748

    JuliaSan
    Participant

    That would be perfect!
    Can you please tell me when you are planning the new update? 🙂
    Thanks

    #39765

    Artem Temos
    Keymaster

    We plan to release is today.

    #40354

    wanila
    Participant

    Can you please tell us how to fix this issue in woodmart 1.10.1?
    Thank you.

    #40435

    Artem Temos
    Keymaster

    Edit the file woodmart/inc/theme-setup.php and change this code e

    $custom_sidebars = get_posts( array( 'post_type' => 'woodmart_sidebar', 'post_status'=>'publish' );

    with this one

    $custom_sidebars = get_posts( array( 'post_type' => 'woodmart_sidebar', 'post_status'=>'publish', 'numberposts' => -1 ) );

Viewing 10 posts - 1 through 10 (of 10 total)