geky
Forum Replies Created
-
Forum: Plugins
In reply to: [Delete Me] WPML compatibilityPerfect!! It seem to be working on my end! Thanks a lot for your work!
Forum: Plugins
In reply to: [Delete Me] WPML compatibilitySorry if I am not opening a new topic as this also concerns compatibility with wpml.
Strings doesn’t seem to be translatable without using a manual hack detailed here:
https://wpml.org/forums/topic/delet-me-cant-be-translated/would it be a good idea to include the change in the plugin so we don’t lose it after updates? What do you think?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Using Woocommerce on Dusk to DawnForum: Plugins
In reply to: [WooCommerce] Using Woocommerce on Dusk to DawnHi S R,
Sorry couldn’t get back to you earlier…
I took a look at your cart page, it seems like you have a class (“entry-content”) that is causing the issue…
To test it in your browser (Chrome or Firefox – firefox, you will need an extension called firebug):
– right-click and “inspect element”
– ctrl+F -> search for “entry-content”
– rename it to something like “entry-content1” and press enter…The change is only temporary, just to help you debug but you will have to go check your css file to make the right change…
Hope this help.
Forum: Plugins
In reply to: [WooCommerce] Using Woocommerce on Dusk to DawnI think I had the same issue (no button was displayed on the cart page):
https://www.ads-software.com/support/topic/no-button-on-the-cart-page?replies=1I modified:
\wp-content\plugins\woocommerce\templates\cart\cart.phpIn line 113:
<td class=”actions” colspan=”6″>I change the classname:
<td class=”actions1″ colspan=”6″>That is probably not the best way I am not an expert, but it seems to have fixed my issue, but keep in mind that the change will be overwritten everytime you update the woocommerce plugin…