-
AuthorPosts
-
July 27, 2017 at 4:16 pm #830712
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
July 28, 2017 at 8:49 am #830949Hey info224,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John TorvikJuly 28, 2017 at 8:59 am #830955Please see below thanks
July 28, 2017 at 1:35 pm #831035Sorry I just noticed you asked for the FTP details. I don’t have any
Thanks
Alex
July 28, 2017 at 2:37 pm #831049Woops sorry going mad here my FTP details are below
July 28, 2017 at 3:36 pm #831080Hi!
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,
YigitJuly 28, 2017 at 4:13 pm #831118Brilliant it works !!!!!! thanks you so much
July 28, 2017 at 4:23 pm #831126Hi,
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 -
AuthorPosts
- The topic ‘single image problem’ is closed to new replies.
