Tagged: ismael
-
AuthorPosts
-
March 31, 2017 at 11:32 am #769869
Hi Andy I need to know how I can put a sidebar in my product page there is no way to add it, I am working with Woocommerce and the Enfold theme, I see that I am not the only one that has this problem, it has no logic that can not Put a sidebar in my product entries. Thanks and I hope you give me an answer. Sorry for my English,
April 4, 2017 at 12:01 pm #771677Hey!
Sorry for the late reply!
Please refer to this post – https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Cheers!
YigitApril 5, 2017 at 11:30 am #772417Thanks a lot, everything ok with the sidebar! I am now with the problems of the image of the page of products and the solutions that give there are people that we do not know how to add a theme child, we need a simple solution…
April 5, 2017 at 12:21 pm #772456@oncediez kriesi has a post how to create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
April 5, 2017 at 4:25 pm #772653Thanks @mensmaximus, but I do not understand well the theme of the child I have my clients a little angry I hope they update the support team of enfold the issue I think we are enough that we need a solution without us having to be editing nothing of the teme to solve the problem Of the images with the new update of woocommerce.
April 6, 2017 at 9:40 am #773046Good morning @Yigit @mensmaximus after the solution given in the sidebar that works for me, how can I tell you the widget that has to go, I can not find how to put it in the shop owerview page which is where I have my widget configured, I hope your news, thanks for all.
April 6, 2017 at 1:19 pm #773163Hello @Yigit I would like to know where is taking the sidebar that appears in the products page when I added the code that I have been given, I do not know how to change or add the widgets that appear, thanks
April 10, 2017 at 4:50 am #775234Hi,
given in the sidebar that works for me, how can I tell you the widget that has to go
Please go to the Appearance > Widgets panel. Look for the Single Product Pages widget area.
Best regards,
IsmaelApril 24, 2017 at 5:31 pm #782461Hi Ismael, I do not know why I do not get on the Single Product page the widget, I appear as in sidebar page, and besides I do not get all the widget that is in that section, is there something I am doing wrong? I have to add some code, thank you very much
April 24, 2017 at 5:48 pm #782466And with that I only appear in the widget sidebar pages not in Single Product Pages widget area and not all that I have if they appear on my home page, in the product only some appear me …
Thank youThe code that I have put is the one you sent in the previous message with a link
functions.php file:// 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() {
echo “</div>”;
}function avia_add_sidebar() {
if(is_product()) {
$avia_config[‘currently_viewing’] = “shop_single”;
get_sidebar();
}
}CSS:
.single-product-main-image {
width: 25%;
}.single-product-summary {
overflow: hidden;
width: 45%;
float: left;
margin-right: 5%;
}.single-product .sidebar {
width: 25%;
}April 26, 2017 at 7:04 am #783266 -
AuthorPosts
- You must be logged in to reply to this topic.