Paolo
Forum Replies Created
-
AuthorPosts
-
There is no viable booking engine for WordPress. This is what we find out.
There are only good Booking engine for other CMSs unfortunately.
Thanks
No Mark, building a reservation engine is something that will minimum take 18 months from the day we start (if we’ll ever start).
A booking engine is more complex than GD itself.
So, please stop asking.
Thank you
you are welcome! 🙂
My bad, that was supposed to be:
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30);I’ve corrected that post too.
Thanks
Hi,
I would use chrome to find the css element and hide it : https://developer.chrome.com/devtools/docs/remote-debugging
Thanks
Hi,
that is set at browser level and it’s not clearing cache that you reset it.
Pls see: https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/
Thanks
July 13, 2015 at 6:26 pm in reply to: Split: overall_rating and rating_count not updated correctly #45645Can we have your URL and admin details in a private reply please.
And the URL of the listing in question.
Then we will have a look for you.admin details are missing?
Thanks
Hi,
if it works with 2015 and not with this other theme it is definitely due to a theme fuctions hooking into the excerpt filter and taking over GD settings.
Let us know what they tell you,
Thanks
Hi,
that’s because you added a banner instead of the logo. Not really correct us of that space.
Try adding this css to GeoDirectory >> Design >> Script
.site-logo img { max-width: 100%; }Let us know,
Thanks
Hi,
you should be able with these in your functions.php file:
//remove the list/grid selector remove_action('geodir_before_listing', 'geodir_list_view_select', 100); // remove the review/rating part add_filter('geodir_is_reviews_show','my_remove_rating_listing_page',10,2); function my_remove_rating_listing_page($is_display,$view){ if($view=='listview'){ return false; } return $is_display; }Let us know how you went.
Thanks
Hi Adele,
the script you were adding was :
<script type="text/javascript" src="https://mo138.infusionsoft.com/app/form/iframe/b598739f146e443d27651d9ae1a2fad1"></script>We just needed a tiny unique bit of it.
So adding this to your functions.php file fixed it:
add_filter('geodir_booster_script_continue','bsg_exclude_js',10,2); function bsg_exclude_js($res,$code){ if(strpos($code,'infusionsoft.com') !== false){ $res = true; } return $res; }Thanks
Thanks
We are doing our best to make it happen.
Thanks for your patience,
Hi,
p3 profiler plugin is not really that reliable. If you only have it active it will flag himself as a problem.
I belive the server isn’t powerful enough to work with GeoDirectory. Is that a shared hosting plan?
If yes, I’d suggest to upgrade to at least a decent VPS.
Let us know,
Thx
Hi,
I only see 1 small issue with left and right padding around GD elements. Adding this to GD >> Design >> Scripts >> Custom css
#geodir-wrapper { padding: 0 30px; }Should solve it.
It also seems that you haven’t uploaded a category icon for all categories.
Let us know,
Thanks
Hello,
something does not sound right there, it might be a sessions issue. Can you start a new support topic so we can then get you to private reply some details so we can check?
Thanks,
-
AuthorPosts