Panagiotis Angelidis
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Login Error MessageThere is another topic here with the same problem as yours.
The solution is to update the “AMP for WP – Accelerated Mobile Pages” plugin.Forum: Themes and Templates
In reply to: [Shop Isle] The Big Title Page is MissingCheck customizer’s homepage settings, maybe the value of homepage is not ‘Front Page’.
Forum: Themes and Templates
In reply to: [Shop Isle] Sidebar showing just underneath product (shop)Hello there.
The collapse of the shop sidebar happened because of ‘.module-small-shop .woocommerce-breadcrumb’ CSS classes. Those classes have margin-bottom 0. If you add any value, then the sidebar appears to the left. So, in the customizer, we could add the following CSS.module-small-shop .woocommerce-breadcrumb { margin-bottom: .1em; }To move the shop sidebar on the top on mobile devices
this post will help you.Forum: Hacks
In reply to: How to remove the comment formHello jonnyauk and thank you for your answer, unfortunately this doesn’t suit in my situation. I need to remove or disable the comment form (not the comments),only in some cases.
Could this happen without touching any other file?Forum: Plugins
In reply to: [Relative Posts] Please consider…With last update I fixed all the issue you report. Thanks for the feedback 😉
Forum: Everything else WordPress
In reply to: Problem with ww.wp.xz.cn profile, Author nameHi Mika thank you very much, you are right. It works now.