spello
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Category block on category template issueCategory block
- displays category of current post (when placed on post template)
Improvement to add:
- display category of current category if current category has parent category set (when placed on category template)
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueI have changed IDs to be unique on every query block on sidebars but with no effect.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueHey. Yes most of these blocks were surely duplicated and then adjusted.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueIt works only if I remove all queries from this sidebar.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueHello. Query from both search and archive templates works properly after removing left sidebar template part. Here is its code: https://pastebin.com/dVbtzPGy
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueOkay. Here is the code for “search” template: https://pastebin.com/VkbRxner
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Query loop issueHello.
No, I don’t use additional plugins.
I use custom template for archives and search pages.
I’d be happy to send you a link but would like to do it via PM. How can I do that?Still not fixed.
Forum: Plugins
In reply to: [Custom post type templates for Elementor] Plugin doesn’t workYes it stays there. I use wp multisite configuration.
No, it doesn’t work properly then, becuase it doesn’t filter content on that pages, it’s just a widget to place. As I said I’d like to be able to filter every category page, every woocommerce page that shows products etc.
Forum: Plugins
In reply to: [WooReer] Fixed Shipping Charge for each Shipping ClassGo to Advanced Rate Settings from where you’ll be able to set fixed surcharge different for each rate.
- This reply was modified 3 years, 1 month ago by spello.
Forum: Plugins
In reply to: [WooReer] Retain woocommerce tax settingsActually from what I see while editing any default shipping method it works the same way you did, so I think this is a global wordpress issue.
- This reply was modified 3 years, 1 month ago by spello.
What I meant writing this topic was to be able to have a class like “wmc-current-currency” added next to “wmc-currency” (inside “wmc-sub-currency”) that is actually current. So we could have ability to use
.wmc-sub-currency .wmc-currency.wmc-current-currency
to style current currency inside dropdown menu.If you want to remove current currency from dropdown’s menu at all I think you could add a class with
display: none;
by default, so you’d actually remove that field and leave posibility to use for those who want to.Moreover, on my website I’ve changed dropdown menu via css and available currencies are listed below main price as a list, without need to click on it to expand. So if I could style current currency to be displayed in different way than any other it would be great.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Conditional logic issueIf user fills conditional field but decides to switch into another option, provided content from that field is still submitted into the cart. Could you fix it?
Your solution is to style particular currency. What I asked is to be able to style current currency – the one that is already set.