Giri
Forum Replies Created
-
AuthorPosts
-
Your child theme’s functions.php file
You can also use “code snippets” plugin.
You have to translate everything separately.
“Listing Title” and other “Add listing page” text you mentioned earlier are coming from geodirectory plugin. So you have to translate that separately.
“wrote a review” text coming from the theme.
So you have to translate that separatelyPlease refer this page
https://wpgeodirectory.com/docs/translate-core/You can try this code if you want to move title inside the box
remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10); add_action('geodir_before_listing', 'geodir_action_listings_title', 1);
Thanks
Hi wonderbc,
Try this code for #5
.sd .geodir_category_list_view li.gridview_onefifth { margin: 0 12px 0 0; width: calc(20% - 15px) !important; }
You don’t have to enable booster cache.
Thanks
Make sure you cleared your Booster cache.
If you are talking about the activity, then you need to delete that manually.
wp-admin/admin.php?page=bp-activity
I have fixed that in your site as well as our dev version. Now it will display max 100 posts.
But i’ll add pagination next version.
Thanks
Hi Andi,
You are listing all strings in Add Listing page.
That means you are missing something.
The string you are talking about available in our language file.
Ex: Enter Listing Details
Its better you use po edit to translate our plugin instead of depending on other language
Could you tell me which text you unable to translate in “Add Listing” page?
Thanks
Hi kim, Yes you can add a custom field for last name and then use our advanced search filters addon to sort by that field.
Activate that addon first before creating custom field. So you can see an option to include that field in sorting options
Let us know if you can’t figure out.
Thanks
Cyril, can you give me dummy credentials to access add listing page?
No problem Jaz.
Let me know if you need my help.
Thanks
You are welcome.
Hi Aaron,
As a developer I need your site url to inspect the html and give you the correct CSS.
So i’m unable to give you CSS.
This is the element you need to target
header nav
Put your custom styles in
GeoDirectory > Design > Scripts > Custom CSS
You are welcome Catherine. 🙂
-
AuthorPosts