yhazem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Limit Post Creation Count to posts onlyThank you for your response,
unfortunately, it didn’t work. It just limited the number of posts a user can make rather than the number of posts and pages.
I’m not sure what to do now. If anyone has another suggestion, that would be great.
Thank you.
Forum: Plugins
In reply to: [Thumbs Rating] How to add IP Logging methodThank you for the prompt reply,
I really like your plugin and its features, so is there a way to merge it with another plugin that logs IPs.
Thank you.
P.S
I’m still novice at web development and coding.I just solved it. It appears that I got mixed up and added the files to
..\woocommerce\templates\ti-wishlist-empty.php
..\woocommerce\templates\ti-wishlist-null.php
rather than
..\woocommerce\ti-wishlist-empty.php
..\woocommerce\ti-wishlist-null.php
straight away.
Thank you guys for the support ??ok thank you
Thank you for the reply @templateinvaders,
Can you please write me a code to add to code snippets, because I’m novice at coding.
Thank you.@freedx
add this to your code snippets and it will workfunction wcfm_custom_2209_translate_text( $translated ) { $translated = str_ireplace( 'for each %s %s', 'Per Month', $translated ); return $translated; } add_filter('gettext', 'wcfm_custom_2209_translate_text'); add_filter('ngettext', 'wcfm_custom_2209_translate_text');
I found the solution I just needed to translate the strings
I found the solution I just needed to translate the strings
or at least give me a piece of code to get rid of the “Back to shop” button completely.
Thank youHello @stantinv,
I know you must be extremely busy, but if you can answer my question that would be great.
Thank you.Forum: Plugins
In reply to: [Back Button Widget] How to change button textThank you
Sorry for the extremely late reply,
Can you please give me a snippet that I can add to replace the button with a short code, because I’m not really good at coding.
thank youHi @stantinv,
if there is a piece of code i could add to completely remove this button, and add a new one in its place that would be great.Both, i would like to turn it into a go back button if possible.
Thank you.