-
AuthorPosts
-
April 15, 2016 at 11:25 am #614723
WooCommerce shows empty product page when the product is saved with Advanced Layout Editor active.
Right sidebar widgets are moved below product image on product page. Can it be corrected?
April 16, 2016 at 10:13 am #615396Hi kacharava,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardApril 16, 2016 at 6:18 pm #615508Here they are. Please do not correct any errors you may find, tell me about them and the ways to correct them instead.
While it is a test account please feel free to do whatever you want inside (until it is legal of course).
You should press on big blue button in order to receive access to WP admin
- This reply was modified 8 years, 6 months ago by kacharava.
April 17, 2016 at 5:52 pm #615839Actually I’m waiting for the answer as I need it working.
April 17, 2016 at 7:12 pm #615859Hey!
can u please switch language to english and remove the firewall so we can work?
Best regards,
BasilisApril 17, 2016 at 8:27 pm #615887There is no any firewall and the language is set to English initially.
April 18, 2016 at 3:44 pm #616587Just have to admit that there are still empty product pages saved with Enfold’s 3.5.3 (the freshest one) Advanced Layout Editor in WooCommerce 2.5.5 and WP4.5.
April 18, 2016 at 6:10 pm #616721In case you really have problems clicking on a big blue button scrinshoted specially for you earlier, I hope this picture could help you to help me.
Seems like the devs have just forgotten to close some DIV tag.
April 19, 2016 at 7:12 pm #617629I’m just curious if anyone at support is going to resolve the aforesaid issues.
April 21, 2016 at 7:45 am #618973Hey!
WooCommerce shows empty product page when the product is saved with Advanced Layout Editor active.
That’s expected, when you enable ALB on a Page/Product/Post it will remove all pre-defined template and leave you with an empty canvas, however it will provide you with the tools to rebuild it using ALB – http://screencast.com/t/yWSwTHKFOQfX
Best regards,
JosueApril 21, 2016 at 9:54 am #619015I dare to say moving the right sidebar to the deepest left position is also expected
April 21, 2016 at 11:28 am #619050Hey!
If you’d like the sidebar at the left you can set it in the Layout Options.
Regards,
JosueApril 21, 2016 at 11:48 am #619072I want the sidebar to stay at the right as it is right sidebar.
Why do I feel myself stupid when speaking to Kriesi’s support? :)
April 21, 2016 at 12:02 pm #619084Ok then change it here – http://screencast.com/t/JvF2Y48pb
April 21, 2016 at 12:11 pm #619095Josue, are you sure we are talking about the same issue?
Here is the screenshot once again:
WooCommerce page" />While the whole site is set to show the right sidebar at the right side of the all site’s pages it appears at expected place on all site’s pages except WooCommerce’s single product page where it appears on the left near product images gallery.
This is the problem, not moving the right sidebar to the left.
April 21, 2016 at 12:14 pm #619102My English may not be enough to describe the problem correctly, just let me know if so.
April 21, 2016 at 12:30 pm #619105Ok, you’d need to add some code to child functions.php and style.css / Quick CSS:
functions.php:
function avia_close_image_div() { echo "</div>"; } function avia_add_summary_div() { global $avia_config; if(is_product()) { $avia_config['currently_viewing'] = "shop_single"; get_sidebar(); } echo "<div class='single-product-summary'>"; }
Quick CSS:
#top.single-product #main .sidebar { float: right; width: 20%; margin-left: 50px; } .single-product-main-image { width: 16%; }
April 21, 2016 at 12:49 pm #619114I’ve made a refund request )
-
AuthorPosts
- The topic ‘Problems with WooCommerce’ is closed to new replies.