Paolo
Forum Replies Created
-
AuthorPosts
-
hi,
there is one known issue between Enfold and GD Booster. Solution was provided here: https://wpgeodirectory.com/support/topic/issues-with-events-maps-on-detail-pages/
Let us know if that fixes your issues too.
Thx
Hi,
please post wp admin credentials and we will fix for you.
As I said demo data is the problem…
Hi Giuseppe,
can you tell us what the problem is? Do you get different results between let’s say Chrome and IE9?
Thx
Hi Headway,
tested and I can confirm is a bug. Flagged it for developers, who will fix asap.
We’ll report here once fixed.
Thx again for your patience!
Hi,
images of the gallery aren’t stored in a custom field. They are stored in a GD custom database table, so that is not an option.
However the 1st image uploaded is also stored as featured image, so if the 1st image is the business logo, it should work…
Let us know,
Thx
There was an error in the code provided and actually there was a much easier way to do it:
add_shortcode( 'gd_curr_location', 'geodir_get_current_location' );Than use [gd_curr_location] to call the shortcode.
However this will only show the location once a location has been set and without the Location Switcher you will never be able to set one…
Once you add the location switcher allowing users to set a location, that text widget will show the location name…
Thx
You should go to GD >> Prices and Payments >> Prices
Edit any current price and remove the 0 in the category limit field.
Let us know,
Thx
Hi,
I ran the “Clear all GD version numbers” tool in GD Tools and that fixed the containers.
Now you need to bring missing css from one to the other.
For example in the live site you have custom css like:
.x-container-fluid.max { max-width: 1200px; } .x-container-fluid.width { width: 95%; }That is missing in the staging website…
Let us know,
Thx
They have all been added minus one that we have to create from scratch. That is a shortcode to show listings with pagination (per cpt, per category, with all sort by options like in listings pages).
We are testing one by one and in next release we will disclose those that are tested and work as expected. Hopefully all of them…
ThxYou are welcome 🙂
Hi David,
this is not a bug, but a problem in our dummy data. It was creating the price packages with category limit set to Zero.
We changed the price category limit options not to long ago, so that if you want to leave unlimited categories, you leave that field blank.
The field is in each price package you created in GD >> Prices and Payments >> Prices.
Let us know how you went.
Thx
This reply has been marked as private.you need to make your widgets shortcode ready. In wordpress shortcode are ment to be used in content area of posts and pages.
Add this to your functions.php
add_filter('widget_text', 'do_shortcode');Thx
🙂
1 ) GeoDirectory listings are wordpress custom post types and reviews are comments, so the plugin “Simple No Comment” will not work for your needs, unless it allows to select for which post type comments are disabled.
2 ) You need to unset the post_profile tab from being active.
if(isset($tab_array['post_profile'])){ $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array $new_tab_array['post_profile']['is_active_tab']=''; unset($tab_array['post_profile']);//unset in old one }Thanks
-
AuthorPosts