Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the ajax call made to save the new option, please see image attached.
Thanks
Yes that is likely to happen if the imported image is not big enough.
Thanks
Hi,
I’m getting: ERROR: Invalid username.
When try those credentials, can you please double check them?
Thanks
This reply has been marked as private.June 27, 2016 at 4:42 pm in reply to: where to change number of listing on search result page #216762hi,
settings >> reading >> Blog pages show at most
Thanks
You are welcome 🙂
1 please see: https://wpgeodirectory.com/docs/supreme-directory-overview/
2 with this custom css:
.sd.home #geodir_wrapper { display: none; }3 That requires a customization that goes beyond supoprt
4 removing the map is not enough, you should check your website on a desktop…
you’ll need all this custom css too:
.sd.search.geodir-page .geodir-listings-sidebar-left, .sd.archive.geodir-page .geodir-listings-sidebar-left, .sd.search.geodir-page .geodir-listings-sidebar-right, .sd.archive.geodir-page .geodir-listings-sidebar-right { display: none; } .sd.search.geodir-page #geodir_content, .sd.archive.geodir-page #geodir_content { flex-basis: 100% !important; width: 100% !important; } a#showMap, a#hideMap { display: none; }Thanks
The link is blank for that performer, it will show once you add one.
Thanks
There is no easy way to do that, It would be much easier to add a text window below the search form if you feel that instructions are needed.
Thanks
Please follow this example and replace the code for pinterest with the code for Instagram: https://wpgeodirectory.com/support/topic/one-more-social-link-button/#post-39039
Thanks
Hi,
that is achieved via filter.
You can find the function for it in inc/geodirectory-compatibility.php /** * Return the font awesome cog icon HTML. * * Replace advanced search button with fontawesome cog. * * @since 1.0.0 * @return string The font awesome cog sign. */ function sd_gd_adv_search_btn_value() { return ""; } add_filter('gd_adv_search_btn_value', 'sd_gd_adv_search_btn_value', 10);You can changed the code to return to change icon: http://fontawesome.io/cheatsheet/
If you comment out the add-filter part, it will remove the icon and say “customize my search”, but you will need to adjust with CSS the form input size or it will not look tidy.
Thanks
Hi,
the few listings I have checked had no info saved for the 2 custom fields. I added them to one (Billie Herzer Art ) as a test and it works.
The email default field is used to populate the Send Email form. If you want to show an email address in the tab (we advise against it) you will need an extra text field.
We advise against showing a customer’s email addresses in webpages because you’ll expose your users to possible major spam.
Thanks
In GeoDirectory >> Design >> Listings, do you have the right sidebar enabled?
If that is not the problem please provide admin credentials and we will check your settings.
Thanks
Hi,
please try with:
#propertyform h5:nth-of-type(1) { display: none; }Thanks
Hi Domenic,
please ask to your server admin to verify the OpenSSL version installed on your server, if the version is older than 1.0 that’s most likely the problem. You should ask them to update it.
Let us know if that was it,
Thanks
-
AuthorPosts