Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Cleared the cache and still not working on our end… pls see the screenshot…
Any ideas? This is quite strange!Attachments:
You must be logged in to view attached files.This reply has been marked as private.Perfect, thks for all your precious help!!!
Hi Mohammed,
I did try your code but it didn’t seem to be working…
perhaps it was a cache issue?
However I now see that it’s working.
Thks for all your help.Did you work on the child theme or parent theme? Just want to make sure in case of a theme update.
Thks again for yr patience!
Have you tried putting in all your shipping data? I suggest proceeding to checkout and setting the following data as a trial:
City: Santa Croce
Province: Pisa
CAP: 56029Great! Thanks 🙂
This reply has been marked as private.Sorry, didn’t understand that it needed to be used in addition to the other filter!
All works now, thks!As regards the translation of “Your comment is awaiting moderation”, I have found and modified the .po file in the new version of neighborhood. However, it still is showing in English instead of in Italian (while the other strings I translated all work fine). Any suggestions?
Kind regards
ClaudiaThis reply has been marked as private.This reply has been marked as private.Unfortunately this works on review but not on the regular comments..
Hi Mohammed!
Thks for yr reply.I tried yr code, but it gives me a syntax error in the “return” line; also, when I eliminated the url and just used return $author, it still was showing the username and not first name.
However, I tweaked the code a bit and came up with this:add_filter('get_comment_author_link', 'sf_comment_first_name'); function sf_comment_first_name($author) { global $comment; if (!empty($comment->user_id)){ $user=get_userdata($comment->user_id); $author=$user->user_firstname; } return $author; }
which works just fine! So thanks for your help!
Just one more question…can I get this to do the same thing for my product reviews?
Thks again,
ClaudiaHi Mohammed,
Thks for yr reply.
I tried yr new code, but unfortunately “(Free)” is still showing.
However, I am using shipping through WooCommerce Table Rate Shipping, does that make any differencce?Thks and kind regards
ClaudiaHello GroovyUK, I’m interested in the same thing but yr code gives me a syntax error…is it working for you? Have you modified it since?
Thks for yr help!Works perfectly!!! Thks!
-
Posted in: We hit Power Elite.