Simone
Forum Replies Created
-
AuthorPosts
-
Ok, I did some tests both on my test site and on yours, I can replicate the issues, basically, when adding more images(I tried with 8) it only consider the last one you upload, and it duplicate this image X times (based on how many images you upload).
The issue will be fixed in the next release, thanks for spotting this.
S.I’m glad you did 🙂
Hello, please write us your login details in a private reply so we can have a look, thanks.
Hello, the error is simple. You missed the name of the columns. ON top of each column, on row 1, you need to leave the column name, that indicates the field. Take the sample CSV as reference.
Hello, you were almost right (except that in this case you don’t need to remove the function).
Add this in your functions.php (child theme) and you’re doneadd_action( 'geodir_before_detail_page_review_rating', 'geodir_before_detail_page_review_rating_new',10 ); function geodir_before_detail_page_review_rating_new() { echo "Average Ratings"; }
Obviously feel free to edit the text inside the echo 🙂
October 11, 2014 at 11:26 am in reply to: Is there a hook that calls above the the category title? #18030Thanks for the update.
S.Ok, I ran some tests, and the custom rating is wrong because it calculates the “filling” based on 5 stars, and yours is made of 3.
I will notify Stiofan so he can check and see if it’s a bug.You mean placing it in a dropdown? It cannot be possibile 🙁
Hello, you can translate that string using the .po file in the wp-content/plugins/geodir_location_manager/geodir-location-languages folder.
Please read the documentation for how to translate, here.Ok, I saw a JS error
ReferenceError: loc is not defined var file_name = images[i].substr(fileNameIndex, dotIndex < fileNameIndex ? loc.length : dotIndex);
I will notify Stiofan
Hello, could you please give us your login details please?
It could be a JS issue with some other pluginsedit_ you were faster than me 🙂
Hi, it could be something to do with the size, but it’s impossible to know without having a look at your website.
Showing the text along with the rating image will involve some coding.
Please write us your login details in a private reply so we can have a look.
S.
October 10, 2014 at 1:17 pm in reply to: Not able to change homepage title, description and keywords #17961You’re welcome, anytime.
Some custom code is needed, I’ll alert Stiofan, but I think this thread should be moved in the Jobs board.
Hello,
this is not doable even in a clean WordPress installation.I think it could be done with some code tweaking or, maybe, with some plugin.
-
AuthorPosts