Brad Davis
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] unit showed on additional productHey @drakeman85,
Thanks for the link, I can see that under “Potrebné zakúpi? spolu” there is “This Product: kabel 3 – 1,00 € / meter” and that is the same as the product. But I can not see the others that you mentioned in your first comment. But I should be able to help you with a small code update and some css. Are you able to add CSS to your site?
Forum: Plugins
In reply to: [Template Kit - Import] Comment importer un kit sans fichier général zip ?Hi @leonard2022,
It looks like you have downloaded a theme from Themeforest, if so, you do not need this plugin to upload to your WordPress install. Login to your website and go to:
– Appearance -> Themes
– Click on “Add New” or “Add New Theme” and select one of the zip folders, enexus.zip or enexus2.zip, then “Activate” the theme.That should get you started. If you plan on making custom changes, upload the enexus-child.zip as well and “Activate”. Make all your custom changes to the child theme.
Hey @sweetmaniac that is a totally legit way to handle it with the priority. I’ll add it to the next version within the next few days.
Cheers
BradleyHi @zebeber, thank you for calling out the clash with another plugin. The suggested change from @sweetmaniac is a change ill release in the next version of the plugin in the next few days.
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] unit showed on additional productHi @drakeman85, I am not familiar with that plugin and don’t 100% understand the problem, are you able to provide a link to the url of the problem?
Thank you.
BradleyForum: Plugins
In reply to: [WooCommerce RRP] RRP appeared uncutHi, you could change this with CSS by setting
text-decoration: none;
on the class that is applyingtext-decoration: line-through
thanks
bradForum: Plugins
In reply to: [WooCommerce Unit Of Measure] Plugin translation does not work.Hi @cousinr, from my understanding dynamic values can not use a translation file but it could be made to work with translation plugins.
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Unit showing on product sliderHi @admingerovitalcyprus,
Can you provide more details on the product slider you are using, or if it is part of a theme etc.You may be able to just hide it with css as a work around, if you have a link you could share I can help provide the css for you if needed.
Thanks
BradForum: Plugins
In reply to: [WooCommerce Unit Of Measure] Plugin doesn’t work since wordpress 5.6Hi @mystweb
Can you provide more details on what is not working for you please as the plugin has not stopped working on any of the WP versions based on our test environments and feedback.Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Plugin doesn’t work since wordpress 5.6Hi @subodhk, I can confirm that the plugin has been working and is still working on the most recent version of WP.
At the moment there isnt a option to select to give you this functionality, but you could probably get the job done with some css as the words are wrapped in a span with a class, eg, .rrp-price and .rrp-sale
Something like:
.rrp-price { display: none; } .rrp-price + .rrp-sale { display: unset; /* override */ }
This should hide the “Was” as default, then it will undo the display none when .rrp-price and .rrp-sale are both there.
Forum: Plugins
In reply to: [WooCommerce RRP] Text does not disappear when there is no priceHi @cubenziz,
Do you have a link you could share with me so I can take a look or do you have caching that could be still showing a previous version etc?Cheers
BradForum: Plugins
In reply to: [WooCommerce RRP] Text does not disappear when there is no priceHi @cubenziz, I just released an update, please checkout version 1.7.5 and let me know if that helps.
Thank you.
BradForum: Plugins
In reply to: [WooCommerce RRP] Text does not disappear when there is no priceHi @cubenziz,
Thank you for letting me know. I’ll take a look and release an update as soon as I can.Cheers
BradThanks @sergeyf1.
@mirm.pro please reach out to the support team as well using the email address [email protected] if you need assistance.
Thank you
Brad