Adrenaline22
Forum Replies Created
-
I didn’t use any plugin. When I go to Products -> Inventory -> the field for GTIN was already there. I though that your plugin made the field.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Ultralight weight requestThe first method did it. Had no success with the second. All is good.
You are great, thanks!
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Ultralight weight requestThanks!
I use Loco translate. I synced the translation template file, but there is no string for “fee”.
Forum: Plugins
In reply to: [Smart COD for WooCommerce] Ultralight weight requestHi,
– It’s working now. We are almost there 🙂
– I have my site in 5 languages. The word ‘fee’ should be easily translatable. Surcharges are an problematic thing for customers, so it’s sound to have the word ‘fee’ in translated in the their language.
-I also made the text smaller as in other plugins. It would be easies if you would make the text smaller by default or at least give it a class so it can be easily accessible.
#payment > ul > li.wc_payment_method.payment_method_cod > label > span{ font-size:80%; }Forum: Plugins
In reply to: [Smart COD for WooCommerce] Ultralight weight requestEvharisto!
I donated 🙂
Thanks for your response Takayuki. I removed the captcha on the contact form. Do you want me to re-enable it?
Forum: Fixing WordPress
In reply to: funny problem in the links sectionproblem solved. With ocean mist you have to change this in sidebar.php:
<?php get_linksbyname(”, ‘
- ‘, ‘
‘, ”, TRUE, ‘name’, FALSE, TRUE); ?>
with this line:
<?php wp_list_bookmarks(‘categorize=0&title_li=’); ?>
Forum: Fixing WordPress
In reply to: funny problem in the links sectionso you suggest to replace in all filesget_linksbyname with wp_list_bookmarks and leaving all the parameters as they are?
Forum: Fixing WordPress
In reply to: funny problem in the links sectionWow, that was a fast anwser, thanks!
I’m not sure what you are talking about. The only thing similiar that I found was:
1.) in the ocean’s mist template, sidebar.php:
<?php get_linksbyname('', ' <li>', '</li> ', '', TRUE, 'name', FALSE, TRUE); ?>2.) in the bookmark-template.php
get_links($cat->cat_ID, ' <li>', "</li> ", "\n", true, 'name', false);