Paolo
Forum Replies Created
-
AuthorPosts
-
Let us know all credentials once they moved your website so that we can check that everything is setup correctly.
Thanks
Hi,
please provide a link and admin credentials of the website where both that theme and GeoDirectory are isntalled and we will look into it.
Thanks
Hi,
did you see this reply by Guust? https://wpgeodirectory.com/support/topic/event-address/
Did you install the location manager already?
Let us know,
Thanks
Now you just need to use your new link to direct traffic to this website and get commissions for every new member refered.
Thanks
HI Jenny,
your current subscription isn’t expired yet. Let us know when it is expired so that we can activate another one. Now it would only reset the clock.
Thanks
Hi,
there is an error in console:
TypeError: google.maps.places is undefined
/wp-admin/post-new.php?post_type=gd_place
Line 863As Guust said, most plugin scripts are loaded from a static.yoursite.com URL. Is that doen via .htaccess? I’m not even sure that is the problem.
I’ve flagged this for the developers, they’ll let us know asap.
Thanks for your patience,
Hi,
yes that will require some sort of intergation that must be custom built.
Thanks
Hi,
please add the following code to your active theme functions.php file and go to GD >> design >> detail >> Exclude selected tabs from detail page and select “Related Listings”.
function override_whoop_filters() { remove_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend'); add_filter('geodir_detail_page_tab_list_extend', 'my_geodir_detail_page_tab_list_extend'); } add_action('init', 'override_whoop_filters'); function my_geodir_detail_page_tab_list_extend($tab_array) { global $preview; if ($preview) { return $tab_array; } $new_tab_array = array(); // here u can modify this array, u can create a completely new one too. if (isset($tab_array['post_profile'])) { $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array unset($tab_array['post_profile']);//unset in old one } if (isset($tab_array['reviews'])) { $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array unset($tab_array['reviews']);//unset in old one } if (isset($tab_array['post_map'])) { $new_tab_array['post_map'] = $tab_array['post_map'];// set in new array unset($tab_array['post_map']);//unset in old one } if (isset($tab_array['post_images'])) { $new_tab_array['post_images'] = $tab_array['post_images'];// set in new array unset($tab_array['post_images']);//unset in old one } if (isset($tab_array['post_info'])) { $new_tab_array['post_info'] = $tab_array['post_info'];// set in new array unset($tab_array['post_info']);//unset in old one } if (isset($tab_array['post_video'])) { $new_tab_array['post_video'] = $tab_array['post_video'];// set in new array unset($tab_array['post_video']);//unset in old one } if (isset($tab_array['special_offers'])) { $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array unset($tab_array['special_offers']);//unset in old one } // now we set any remaining tabs that have not been assigned an order foreach ($tab_array as $key => $tab) { $new_tab_array[$key] = $tab; } return $new_tab_array; }That should do it.
Thanks
Hi,
a) I don’t think there is much difference in terms of managing the servers compared to the managed wordpress plan.
b) I never tested dune, being a Genesis CHild theme it should be compatible, and if there are some glitches it won’t be something that can’t be fixed.
c) They are, but there is no integration what so ever at present.
d) Using a plugin to create a pricing table is a bad idea: https://wpgeodirectory.com/are-pricing-tables-slowing-down-your-site/
Thanks
You are welcome 🙂
You are welcome 🙂
Hi,
the Bare Bone price has description limit set to ZERO.
That means no description.
I’m not sure why the tab isn’t showing, probably because it is empty, but if that’s the case, then it is something recently added by the developers that I didn’t know about.
Please remove the limit from the price and add a description to the listings.
Let us know if that was it,
Thanks
Thanks for letting us know 🙂
HI,
translating or rephrasing is done the same way, via translation file.
Just keep it as “en_US” and avoid changing the language in WordPress.
But it still needs to be saved in that path.
Thanks
You are welcome 🙂
-
AuthorPosts