Simone
Forum Replies Created
-
AuthorPosts
-
you’re welcome
You did not add the Sort by added time, I’ added it for you.
As default there was the sorting by price. You can set the “added time” sorting as default going in Geodirectory/Place Settings/Sorting options tab.
Now it is not set as defaultYou can change the label Place inside the custom post type addon, jut edit the Place post type and find the label.
The remaining “Place” words are in the language filesome time ago I’ve created a function to automatically add a heading in that page (below that title):
add_action( 'geodir_add_listing_page_title', 'geodir_add_listing_page_title_custom',10 ); function geodir_add_listing_page_title_custom() { global $wp, $term, $post, $current_term, $wp_query; $gd_post_type = geodir_get_current_posttype(); $post_type_info = get_post_type_object( $gd_post_type ); echo "List ".$post_type_info->labels->name; }
this will automatically add the post type name after “List” so “List Attractios” in your case, if you’re only using a post type, you can add “an” like this
echo "List an ".$post_type_info->labels->name;
Ps- place the code in your functions.php inside your child theme folder.
Could you post login details in a private reply so we can have a look please?
So, you want to change where it says “Add Listing”, correct? I can see the string in the geodirectory-en_US.po file inside /geodirectory/geodirectory-languages.
Try eventually to erase the browser in your cacheSo, you want to change where it says “Add Listing”, correct? I can see the string in the geodirectory-en_US.po file inside /geodirectory/geodirectory-languages.
Try eventually to erase the browser in your cacheHello, you mean that if you add a new listing, it won’t appear in the listings?
About the mission category icon , have you updated your GD plugin? (a new version has been released yesterday, which includes the fix to the category icon)
Hello Ian, this is telling that the string (in this case the add listing title text) can be translated in the .po file, you can use the .po file to change that following the tutorial here
http://docs.wpgeodirectory.com/translate-core/Please post your login details in a private reply so we can check, thanks
try with the !important
a.excerpt-read-more { font-style:italic !important; }
or please post your url so I can live-check
Hello, please try to run the GD Tool “Clear all GD version numbers”
If you’re using your email as username try to use your username (manilaboy in this case).Hello, add this in your style.css inside your child theme folder:
a.excerpt-read-more { font-style:italic; }
This reply has been marked as private.This reply has been marked as private.You’re welcome 🙂 hope you sorted out
-
AuthorPosts