Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
You can’t, that is meant to be used to like your website, not your facebook page.
You’ll need to use a different facebook tool anywhere on your website, the page plugin: https://developers.facebook.com/docs/plugins/page-plugin
Thanks
Hi,
the catregory description appear, depending the theme, as text below the catgeory title. It doesn’t apepar on hover.GDF uses the Categeory Top Description and it will appear below the title.
Thanks
December 30, 2015 at 4:59 pm in reply to: Adding Events/Places in Admin Dashboard leads to blank page #65942Hi,
I’d also try to deactivate all non GD Plugins momentarely and test again to see if the problem goes away.
In that case it would be that there is a conflict with one of them and it would be easier to track down the problem.
Let us know,
Thanks
HI,
users can’t create categories. They can only submit listings in one or more categories the admin created.
In this case a user could create a franchise listing McDonald in the fast food category, then other users will be able to add other McDonalds, by just adding franchisees to the main franchise listings. All listings will be automatically called McDonald and will all be in the Fast Food category.
Thanks
December 30, 2015 at 4:42 pm in reply to: place urls messed up after moving from subdirectory to root #65940I’ve flagged this for Stiofan. He’ll let you know asap.
Thanks
December 30, 2015 at 4:19 pm in reply to: Is there a way to show Detail Page as Listings Page #65939Hi,
it would be possible by customizing the detail page.
However to make it look like that it will require a lot of tweaking.
I’d forcast minimum a couple of hours of work.
Thanks
Hi again,
please try this in your theme functions.php :
add_action('geodir_details_main_content', 'geodir_display_post_claim_link', 35);This should place it below the slider. Changing the priority (35) will move it up or down.
This is how the page elements are ordered by default:
add_action('geodir_details_main_content', 'geodir_action_before_single_post', 10); add_action('geodir_details_main_content', 'geodir_action_page_title', 20); add_action('geodir_details_main_content', 'geodir_action_details_slider', 30); add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); add_action('geodir_details_main_content', 'geodir_action_details_micordata', 50); add_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 60); add_action('geodir_details_main_content', 'geodir_action_after_single_post', 70); add_action('geodir_details_main_content', 'geodir_action_details_next_prev', 80);Let us know if this helps.
Thanks
Have you tried giving width and height : auto with CSS?
That should do the trick when there is no picture.
If you provide a link where I can see the placeholder without image, I’ll make sure to give you exactly the code you need.
Thanks
Hi,
no once they paid the listing will be finally published.
Thank you
Thank you and same to you Michael! 🙂
You are welcome 🙂
Both Varnish and Memcache can only be enabled/disabled for the entire server. It will not change if you are using multisite or not.
Memcache doesn’t give any problem as far as I know.
In our demo it is enalbed.
Thanks
December 29, 2015 at 9:59 pm in reply to: Review Ratings Not Showing On Google Search Results #65751Hi,
I have never checked if any of the website on the showcase has visible rich snippets on Google Search.
I’m sorry I don’t have that information.Thanks
You could hide them with css adding this in GeoDirectory >> Design >> Scripts >> Custom CSS:
.geodir_location_add_listing_region_chosen_container,span[itemprop="addressRegion"] { display: none; }Let us know if this helped,
Thanks
I’ve flagged this for the developers.
Thanks for your patience,
-
AuthorPosts