Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the best option would to save your custom css in :
GeoDirectory >> Design >> Scripts >> Custom CSS.
That way it is saved in your database and your custom CSS is always loaded after the plugin css.
Let us know if that helped.
Thanks
Hi,
1) no it isn’t
2) try this: https://wordpress.org/plugins/wordpress-social-login/
3) There will be a theme soon
4) You’d need to modify supreme theme to go back to have a regular detail pageThanks
You are welceme 🙂
You are welcome 🙂
HI,
GD Booster is the only caching plugin that will work.
Stiofan is reworking custom fields in core plugin, this is what’s missing for the release of the new themes.
Thanks
Thanks for letting us know 🙂
Hi,
I updated the core plugin for you, but all add-ons are very old (all more than 5 months old) and using the old license system.
Even though I added an active license key for the old system, your server seem not to be communicating with our server.
Please provide FTP credentials and one of our developers will debug this. It could be an old version of OpenSSL installed on your server and in that case only your server admin can solve this.
Let us know,
Thanks
1) If you select my listings or my favorites it will still take you to the profile.
2) it is settings >> buddypress >> pages.
Thanks
Hi,
I’m not sure I understand the question, please clarify.
Thanks
May 24, 2016 at 7:41 pm in reply to: Remove do_action('geodir_detail_sidebar'); from Listing preview #197411Hi,
please see: https://wpgeodirectory.com/docs/codex/geodirectory_functions/geodir_is_page/
geodir_is_page('preview')Should be what you are looking for.
Let us know,
Thanks
You are welcome 🙂
Please see: https://wpgeodirectory.com/support/topic/event-manager-3/
Thanks
Please provide credentials requested and we will follow up.
Thanks
Hi,
you can use this action:
do_action( 'geodir_after_favorite_html', $post->ID, 'listing' );You should add something like this in your functions.php
add_action('geodir_after_favorite_html','my_geodir_after_favorite_html',10,2); function my_geodir_after_favorite_html($post_id,$where){ if($where=='listing'){ echo '<a href="'.get_the_permalink().'/#post_map">directions</a></br>'; } }Let us know if this is what you wanted.
Thanks
hi,
you are not using the events add-on. You created an Event CPT using the custom post type add-on instead.
Custom post types add-on only allows to create listings type. To have event listing type with dates and time of events, you must delete that CPT and install the Events add-on.
Thanks
-
AuthorPosts