Giri
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Robert,
Invalid credentials.
Please test and post the correct one.
Thanks
You are welcome 🙂
You are welcome
Hi can you try this code in code snippets?
remove_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 20 ); remove_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 30 ); add_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 30 ); add_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 20 );
Let me know how that goes.
Thanks
Fixed.
Thanks
This reply has been marked as private.Ok Thanks
You’re welcome Cyril.
As for the claim modal, I have changed and applied the patch on your site.
Claim modal title and button, now comply with customizer settings.
Thanks
Hi Robert,
Your site still uses background image.
Please post your login credentials. I’ll fix that.
Thanks
Hi there,
We have a hook called
geodir_detail_sidebar
. You can use that to add your theme sidebars.
However detail page sidebar content not powered by widgets. So you cannot just drag and drop.
You may have to style theme to make it compatible with your theme sidebar.
This cleaned up the positioning of the center content. However, there are a couple of weird things happening with images. On listings created by the Dummy Content generator, the image rotation displays correctly, like this:
If there is only one image, then it won’t show thumbnail in the slider I guess.
Please post your ftp credentials and wp admin login details. I’ll add the code to match your design.
Its hard for me to give you code without inspecting your code.
Thanks
You are welcome 🙂
Make sure to let us know if you see any bugs.
Thanks
You’re welcome katie.
Atilla,
Apply this patch in supreme.
and then add this code in code snippets.
add_filter('sd_map_shortcode_args', 'modify_sd_map_shortcode_args'); function modify_sd_map_shortcode_args($args) { $args['scrollwheel'] = 'true'; return $args; }
Let me know how that goes.
Thanks
This reply has been marked as private. -
AuthorPosts