Tagged: x
-
AuthorPosts
-
November 23, 2016 at 1:49 am #1267897
hypnoseattitudeParticipantHello,
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 regardsNovember 23, 2016 at 1:51 am #1267900
hypnoseattitudeParticipantThis reply has been marked as private.November 23, 2016 at 1:55 am #1267905
RupokMemberHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 23, 2016 at 10:59 am #1268404
hypnoseattitudeParticipantThis reply has been marked as private.November 23, 2016 at 3:08 pm #1268652
JadeModeratorHi 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.
November 24, 2016 at 7:17 am #1269467
hypnoseattitudeParticipantYes !
it’s great !
But how can i do the same for the shop page ?
Best regardsNovember 24, 2016 at 7:24 am #1269481
hypnoseattitudeParticipantAnd 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 regardsNovember 24, 2016 at 7:29 am #1269490
Paul RModeratorHi,
Please refer to the link below
https://community.theme.co/kb/unlimited-sidebars/
Hope that helps.
November 24, 2016 at 10:17 am #1269663
hypnoseattitudeParticipantOk,
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 undestandNovember 24, 2016 at 10:31 am #1269671
hypnoseattitudeParticipantHI,
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 regardsNovember 24, 2016 at 10:48 am #1269698
hypnoseattitudeParticipantHi again;
ok i found the solution !
Thank’s for your time
Best regardsNovember 24, 2016 at 11:30 am #1269724
JoaoModeratorThanks for letting us know
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267897 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
