Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267897
    hypnoseattitude
    Participant

    Hello,
    I used your spécific code in fonction php (i found it to the forum) for implement a rigt sidebar on shop product and page product but if the space area is it ok on right, the widget sidebar don’t appear… And I don’t know why ??? Can you help me please ?
    Best regards

    #1267900
    hypnoseattitude
    Participant
    This reply has been marked as private.
    #1267905
    Rupok
    Member

    Hi there,

    We need to check the code and setup of your site. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1268404
    hypnoseattitude
    Participant
    This reply has been marked as private.
    #1268652
    Jade
    Moderator

    Hi there,

    Please update this code:

    add_filter( 'ups_sidebar', 'product_sidebar', 9999 );
    
    function product_sidebar ( $default_sidebar ) {
        if ( x_is_product() ) return 'your-sidebar-id'; //Must match the ID of your target sidebar
        return $default_sidebar;
    }

    and replace your-sidebar-id with the sidebar ID that you can find in Appearance > Sidebar: ID.

    Hope this helps.

    #1269467
    hypnoseattitude
    Participant

    Yes !
    it’s great !
    But how can i do the same for the shop page ?
    Best regards

    #1269481
    hypnoseattitude
    Participant

    And if I want the different sidebar widget for different type of page how can i do ?
    Because now I have a sidebar for my product page but i don’t know how to have sidebar for my different other page
    Can your help me please ?
    Best regards

    #1269490
    Paul R
    Moderator

    Hi,

    Please refer to the link below

    https://community.theme.co/kb/unlimited-sidebars/

    Hope that helps.

    #1269663
    hypnoseattitude
    Participant

    Ok,
    I undestand but i can’t see the right sidebar in my another page !
    In page product it’s ok with your code but for my another page i see nothing !!!
    Please help me to undestand

    #1269671
    hypnoseattitude
    Participant

    HI,
    sorry for my last message it’s ok i see now the sidebar but not in my shop page
    Can you help me please to manage the sidebar for shop page ?
    Best regards

    #1269698
    hypnoseattitude
    Participant

    Hi again;
    ok i found the solution !
    Thank’s for your time
    Best regards

    #1269724
    Joao
    Moderator

    Thanks for letting us know

    Joao

  • <script> jQuery(function($){ $("#no-reply-1267897 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>