Giri
Forum Replies Created
-
AuthorPosts
-
test post
test
Hi there,
I have fixed this notice. can you clear you log and test once again?
Thanks
No its not possible.
Best of widget display the category based on number of reviews. In your screenshot, it does display correctly.
You can still hire a developer and do custom modifications.
Thanks
You are welcome
Hi Jan,
Try adding this code in Geodirectory > Design > Scripts > Custom css
@media only screen and (max-width: 700px) { .geodir-sidebar-right, .geodir-sidebar-left, #geodir-wrapper-content { width: 100%; min-width: 100%; } }
Let me know how that goes.
Thanks
Hi there,
I have fixed that anchor link issue.
Thanks
Its better you go with this plugin.
Hi there,
GD is compatible with https.
So don’t worry. you can switch to https.
If you have trouble you can let us know. So we can guide you.
Thanks
This reply has been marked as private.Add this in whoop options -> quick code -> custom css
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h3.entry-title a { color: #880e8e; }
You are welcome.
Yes its Yoast SEO problem. Looks like its not fully compatible with buddypress.
Use this code to fix that issue.
function wpseo_fix_title_buddypress($title) { // Check if we are in a buddypress page if ( function_exists( 'buddypress') && ( !empty( buddypress()->displayed_user->id ) || !empty( buddypress()->current_component ) ) ) { $bp_title_parts = bp_modify_document_title_parts(); // let's rebuild the title here $title = $bp_title_parts['title'] . ' ' . $title; } return $title; } add_filter( 'wpseo_title', 'wpseo_fix_title_buddypress');
Hi Pat,
Click the export link in the bottom of this page and then overwrite your old french translation file with this one.
https://wpgeodirectory.com/translate/projects/geodirectory/fr/default
Thanks
This reply has been marked as private. -
AuthorPosts