zehgs
Forum Replies Created
-
Oh so this problem will go away when I go live? I still haven’t paid for the hosting service so I’m using it. Also it’s faster
Hi @wpspecialist !
Thank you so much for replying.
Unfortunately this did not work. Anything else I could try?
EDIT: before I tried your suggestion I noticed that the CSS does seem to apply to the main page only and nowhere else. This is odd as I was working on the product page and most of the CSS I am really interested in is there at the moment. I know the CSS is correct as all I need to do is change anything in the text and it will magically take effect.
EDIT 2:: moving the CSS directly into the stylesheet in the “Theme File Editor” area under the Appearance menu did the trick and it looks the way it should. Does this shed light on the issue?
Hi Kaavya!
Thank you very much for replying!
I am using Shoptimizer, which I had done in the past without any problems. Unfortunately disabling all plugins didn’t help. I have very few of them at the moment:
https://i.ibb.co/ZBcVRHP/image.png
What else could I try?
EDIT: Moving everything to Elementor worked but only partially. The CSS looked weird within Elementor’s editor but looked mostly right for the main page when viewed normally. Unfortunately, it looked wrong for the product page.
- This reply was modified 1 year, 11 months ago by zehgs.
Forum: Fixing WordPress
In reply to: Plugin recommendation for commerce part of translation agencyThank you so very much for your amazing answer! Your suggestions seem perfect. Thanks again!
Forum: Fixing WordPress
In reply to: Help getting my product categories list menu to collapseThank you very much for replying!
Please excuse me, I forgot to come here and let you guys know that I solved it with the help of the good folks at Stack Overflow! The problem was that my category structure was changed to the Gutenberg blocks. All I had to do was install a plugin called “Disable Gutenberg”, mark both checkboxes in its settings and it worked.
Thanks again!
Forum: Fixing WordPress
In reply to: What is the best solution to import 30k products including images?Hi Steve!
Thanks so much for your reply. This seems great!
I have contacted their support to ask a few questions. Do you happen to know if it’s compatible with Additional Variation Images Gallery for WooCommerce? If not, is there a way I could still bulk upload and have each variation have its own images?
Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Unable to properly add product categories to sidebar”Thank you so much for all your help!! Have a great day
Forum: Plugins
In reply to: [WooCommerce] Unable to properly add product categories to sidebar”Thank you so much for replying!
https://pasteboard.co/yrg164e1y1G0.png
Right now there are no products so I still don’t see the full tree. Is there a way I can see the full category tree before uploading them?
Adding the following code snippet did not work and all I see is still “Uncategorized (10)”
add_filter( 'woocommerce_product_subcategories_hide_empty', 'hide_empty_categories', 10, 1 ); function hide_empty_categories ( $hide_empty ) { $hide_empty = FALSE; // You can add other logic here too return $hide_empty; }
- This reply was modified 2 years, 11 months ago by zehgs.
Forum: Fixing WordPress
In reply to: WooCommerce – Unable to properly add product categories to sidebarThanks a lot for the help! I will post there
Forum: Themes and Templates
In reply to: [Astra] “No matching template found” after uploading websiteThank you very much!!
Forum: Fixing WordPress
In reply to: “No matching template found” after uploading websiteThank you so much!!
Forum: Fixing WordPress
In reply to: “No matching template found” after uploading websiteThe name is Astra, I believe. I think he duplicated this Astra theme and modified this duplicate one, named “Astra child”. I’m not sure where he got it
Forum: Fixing WordPress
In reply to: “No matching template found” after uploading websiteThank you very much for replying!
I had already followed all steps and WordPress was already successfully installed. After I changed the theme to a default one it displayed normally, but I can’t get the one he had made to show at all.
What else could cause this?