fredointhecut
Forum Replies Created
-
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] URL links to categorysHey,
So when the cliend cleared cache, same problem appeared for them also, the “Loading” will not leave and categories wont refresh, URL is changeing but not the products, and after refreshing the page it will load the products.
Regards,
FrediForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] URL links to categorysHey,
So, when i open for example – https://epood2.surgitech.ee/shop/swoof/product_cat-glukomeetrid/
and i check one more subcategory like the next “Glükomeetrite testribad (3)” then the “Loading…” box comes in the center of the screen, and it will not go away AND it will not load the category. If i manually refresh the page, then it dissapears and the category is loaded. BUT the interesting part is, from my clients computer, it works like a charm but in mine, id doesnt. Cleared caches, tried different browsers, tried incognito mode, tried with my phone, tried with my gaming PC, nothing works in my end, but when i made Teams call just now, i saw how it worked fine for them. Don’t know why it’s not working on my devices?
Regards,
Fredi- This reply was modified 3 months ago by fredointhecut.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] URL links to categorysHey,
Yes, now it works perfectly when i choose the category from menu, but when im in shop page after getting category from menu or want to check another checkbox without using menu category links, it will not load the content, the “Loading” will be there forever, but if i refresh the page then it will load the checked category.
Regards,
FrediForum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] URL links to categorysHey,
I added the code but nothing changed, still if i open the category by link, it will show unchecked checkboxes and category dropdowns are closed.
Regards,
FrediForum: Plugins
In reply to: [Secondary Title] Secondary title in cart/checkout pageHey @thaikolja,
This solution worked perfect for me, now it shows secondary name in checkout and cart pages also.
I apprecieate your time and always fast responses, thanks you’re awesome!Forum: Plugins
In reply to: [Secondary Title] Secondary title in cart/checkout pageHey,
Awesome how fast answer time, appreciate!
Yes i do have dev version of the page, made two “TEST” products so you can see them easily.
https://dev-surgitech.pantheonsite.io/
shop page is just /shop if you need to see that one also.
I used underscores for theme, not very heavy modifications going on there in my opinion, trying to keep it clean. If you have any more questions then im here to answer, thank you again for fast answer!
FrediForum: Plugins
In reply to: [WooCommerce] Blurry catalog images before clickingThanks @gabrielfuentes for the answer.
I’m now pretty sure, that the problem is behind the theme, because it was not about plugins, disabled them and nothing changed. Still so weird, that if i load the single product and go back, the image is clear as it must be. Changed to storefront theme on my local server, of course the images height/width and styles were not beautiful cause i didn’t involve my custom.css file, but the images were crisp. Is there some specific things i must do with my theme or how can i fix the problem, any ideas? (Theme im using is OceanWP)Forum: Themes and Templates
In reply to: [OceanWP] OceanWP logo not showing on mobileI figured it out by myself. I was using “medium.header” and i needed to counter one line of CSS. Before as original, it was “display: ineline-block;” and i just changed it to “display: inline;”
@media only screen and (max-width: 767px) {
#site-header.medium-header .top-col.logo-col{
display: inline;
}
}Hope it will fix someone elses problem also!
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP logo not showing on mobileThese solutions are not working for me. Im adding a SVG format logo and in pad/mobile view, the logo just dissapears. If i add retina logo, it shows no logo at all and if i add it to —-> appearance -> customize -> header -> mobile menu -> logo (optional), it does nothing. Any more tricks and tips?
The page –> https://dev-alkoshop.pantheonsite.io/Thanks!
- This reply was modified 3 years, 11 months ago by fredointhecut.