Hi
I have a problem with the sidebar and I have posted the query, however, I’ve not really heard anything. Please, could someone back to me.
It’s now becoming urgent.
Thanks, so much
Hey info224,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Please see below thanks
Sorry I just noticed you asked for the FTP details. I don’t have any
Thanks
Alex
Woops sorry going mad here my FTP details are below
Hi!
I added following code to Functions.php file in Appearance > Editor
// adjust settings on init
add_action('init','ava534345953_init', 50);
function ava534345953_init() {
add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar', 25);
}
function avia_close_image_div() {
global $avia_config;
echo "</div>
";
}
function avia_add_sidebar() {
if(is_product()) {
$avia_config['currently_viewing'] = "shop_single";
get_sidebar();
}
}
And added a test widget in single product widget area for testing and confirmed it does show up fine. Please see your product below.
Also, i noticed that you have made CSS changes on image and description widths. You can remove them and refer to this post – https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220 and use that custom CSS instead
Best regards,
Yigit
Brilliant it works !!!!!! thanks you so much
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit