This topic has 8 replies, 4 voices, and was last updated 12 years, 8 months ago by Wajid Khan.
Tagged: Removed login credentials
Viewing 9 posts - 1 through 9 (of 9 total)
Hi,
First I add a custom sidebar thanks to the Victoria themeoptions. Then I go on a fooditem, choose the custom sidebar. Then go to Layout Options and choose the right sidebar. I update the fooditem. I go on my widgets panel to update as well the custom widget and try with the searchbox which is working everywhere.
As a result nothing but what is weird…When I try to put back the sidebar by default on the fooditem nothing.
http://www.cine-actu.com/?post_type=menus&p=915
On an another one I tried one of the customside bar already provided like newsidebar but it doens’t seem to work either and stays on the defaut sidebar which I used to work on a “related product” feature.
Can I ask you for some help?
This is a fooditem example (screenshots related to this one):
Coffee Dessert : http://www.cine-actu.com/?post_type=menus&p=910
What we have as a sidebar is the mainsidebar (by default) instead of the newssidebar.
Thank you,
Michael.
You need to do some minor change in victoria/framework/custom-meta/menus-meta.php
Find:
array(
‘name’ => ‘Custom Sidebar’,
‘id’ => $prefix . ‘_custom_widget’,
‘type’ => ‘customselect’,
‘desc’ => ‘Select the custom sidebar you want to assign for this page.’,
“std” => “”,
“options”=> $sidebarwidget
),
Replace:
//just remove the underscore (‘_’)
‘id’ => $prefix . ‘custom_widget’,
Best regards,
MAQK
Thank you it works, just have left a “fffproductsidebar” as an example. It was probably during your tests. Will try to find it unless you remember where did you write it?
Anyway, thanks 🙂
Thank you! Awesome :).
Fallow this above method it will work fine.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.