Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I added a text widget to your detail sidebar and that works as expected. The Business hours widget isn’t a GD widget.
It comes from the “Social Contact Display” plugin that has nothing to do with our products.
Thanks
Hi,
I don’t see the setting you are referring to in General > Search? Which options are you talking about?
Let us know,
Thanks
Hi,
the image set as featured when importing should be the 1st image.
I just tested in our demos and works as expected.
Please provide a link and admin credentials and we will check what’s going on your website.
Thank you,
hi,
the problem with the image are really the images. They are almost square and the subject (face) is at the very top of it…
Try this:
.geodir-bubble_image .geodir_thumbnail { background-size: contain; }It should make it a little better.
I asked to the developers to tell us if there is a filter to make the tel clickable.
They’ll let us know asap.
Thanks
Hi,
I’ve flagged this for the developers, they’ll get back to you 1st thing on monday.
Thanks for your patience,
May 28, 2016 at 4:37 pm in reply to: Supreme home page as home page of Directory Starter Child Theme #199676Hi,
you must leave GD Home as GD Home in GD Permalinks and only change in settings >> reading assigning your custom page as front page.
If you assign that page also in GD Permalinks, you will tell GD to use that new page as the GD home page.
Supreme is a child of Directory Starter. I think that the easiest way to do what you want to do, would be to activate supreme and comment out the unecessary code from functions.php and style.css with trials and errors.
There are several files, functions and css that would have to be added to a blank child theme. Providing instructions would require hours and a very long post and this goes beyond support.
Thanks
Hi,
I’ll ask to the developer to make it start from 3 letters (I was convinced it was like that already).
In the mean time we could add a max hight with scroll to the results.
.ac_results { max-height: 150px; overflow-y: scroll; }adjust the heigh as you prefer.
Let us know,
Thanks
Hi,
we’ll need a link to your website and admin credentials to see if you can move the sidebar.
You can set the reply as private so only moderators can read it.Thanks
Hi,
they already both show, but they are on on top of the other.
Thanks
Hi,
we introduced MaxCDN compatibility with GD Booster and that will upload and use the images from the MaxCDN servers, but it still requires your images to be present in your original server.
Make sure images are optimized for the web.
The only solution here would be to upgrade to a hosting with unlimited storage.
Thank you
You are welcome 🙂
Hi again,
he completed 100% and submitted few months ago. The untranslated strings are new strings coming from new features.
Thank you
Hi,
polish has been submitted for 91% by another member who already got a membership for it.
Free membership are only provided for a full translation of the core plugin, or for the translation of all the add-ons.
Thank you
Link please?
Hi,
all this can be done via options (and few line of css and code).
1) remove the excerpt (business description).
Go to GeoDirectory >> Design >> Listings >> Description word limit and set that optoin to 0 (zero).
2) Add the address and social icons
Go to GeoDirectory >> Place Settings and double click on Address field and select YES in the option Show in Listings page?.
Do the same for the facebook and twitter field.
Now check this doc to see how to turn a field into an icon: https://wpgeodirectory.com/docs/custom-field-examples/
3) Add a read more button
Add this to your child theme functions.php
add_action('geodir_after_listing_post_excerpt' ,'geodir_my_new_listings_content'); function geodir_my_new_listings_content($tab_index) { echo '<a href="'.get_the_permalink().'">more</a>'; }Let us know how you went.
Thanks
-
AuthorPosts