jazzu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Displaying the price and showing if a product is on saleHi @ihereira !
Thank you for your reply. I checked it out, I didn’t even think about the cart yet, so that’s one future-issue solved, so thank you 😀
But there’s still the problem for which I made the thread. You can check this link to see an example of a product that’s on sale.
There are 3 variations. The first one is on sale (the left one) and the price is shown as if it’s the default price.
Kind regards
Forum: Plugins
In reply to: [WooCommerce] Displaying the whole titleHi @maykato !
Thank you so much for your reply and your time. Sorry for not responding before today, I was on vacation.
The solution you suggested works like a charm. Thank you very much!
Kind regards
Hi @hannahritner !
I did clear the cache, but it didn’t make any changes. Even though we didn’t manage to fix it, I don’t really need an answer anymoroe, since I talked to my boss, and he said that the order number without the date is fine.
Kind regards!
Forum: Plugins
In reply to: [WooCommerce] Centering products in Shop tab againHi @margaretwporg !
Thank you for your reply. I managed to fix the issue. I went and read some stuff about display: flex and how to contain it. What solved my issue was flex-wrap: wrap
Now the code looks like this:
.woocommerce.tax-product_cat ul.products { justify-content: center !important; display: flex; flex-wrap: wrap; }And now, the issue is solved. Thank you both for your feedback!
Kind regards
- This reply was modified 4 years, 6 months ago by jazzu.
Forum: Plugins
In reply to: [WooCommerce] Centering products in Shop tab againHi @margaretwporg !
I didn’t resolve it, I just removed the display: flex part of the code. If you look at any category that has less than 5 products, you’ll see that they are not centered.
Kind regards
Forum: Plugins
In reply to: [WooCommerce] Centering products in Shop tab againHi @ihereira !
Thank you for your reply. The image sizes are the same, I used the same canvas size for every image that’s uploaded on the website. There are problems just because of “display: flex”. Is there an alternative to center the products?
Kind regards
Forum: Plugins
In reply to: [WooCommerce] Imported products but they are not showing up anywhereHello @margaretwporg
I didn’t, but it’s okay, since I’ve learnt some things that could be better, meaning I would have to modify the products if I imported them back anyway.
Have a happy new year!
Hey!
Ofcourse, left a review without any hesitation.
Have a nice day yourself!
Hello @cartflows !
Oh wow, that’s a really stupid mistake! Thank you for pointing it out, I thought I had already fixed all the brackets, but seems like one stayed open.
Thank you for your help and your wonderful support!
Kind regards
Hello @cartflows
I only have 2 pieces of code targeting the mobile bar. One is for the theme’s mobile bar that’s there by default, and the second one is a copy paste of your code. They are BOTH in Additional CSS tab of theme customizer. I even deleted the code that disabled the theme’s mobile bar that I added, so the only thing there was the code you wrote. The issue still persists.
You can see that on this screenshot
Kind regards
Hi!
I tried it in Additional CSS, style.css and the css file from the plugin (I copied it to the child theme), and for some reason it’s not doing anything.
In inspect element it works for me as well, but not anywhere else..
Kind regards
Hi @cartflows !
Thank you for your fast reply!
I don’t want to change the template, as it looks nice the way it is. I tried using
.cartflows_step-template-cartflows-canvas #bigstore-mobile-bar{}in Additional CSS, style.css, I copied cartflows-normalize.css from the plugin to my child theme, but it doesn’t work anywhere..It works in the same directory (cartflows-normalize.css) in inspect element though, so I’m just not adding the code to the right file..
Kind regards
Hi,
I tried multiple things- margin, top, position, etc. and it all just leaves blank space. I don’t know if this is something I can fix with CSS or with HTML.. It just sucks that it’s one of the last things with this website 😀
How can I edit the position without using transform? Margin and padding will move all the elements when I move them
Thank you for your feedback.
Well, sadly I don’t know how to use hooks as I don’t know almost anything about php. I tried changing the position of the code, but then it didn’t even want to load the email, so there’s that.