Paolo
Forum Replies Created
-
AuthorPosts
-
Ok,
please add to the above css:
.site-logo { margin: -40px 0 -60px; } #inner-header { clear: both; }You’ll probably want to reduce the margin on the logo image now.
Let us know if this works.
Thanks
Hi,
the example I provided here works for whoop and gdf: https://wpgeodirectory.com/support/topic/how-to-restrict-user-once-listing-is-published/#post-57224
Just make sure to only add the snippet manually and not automatically. The options to do this are in the plugin settings page.
Thanks
Hi,
this isn’t an easy customization. You’ll probably need to create anthoer widget copying the original code into your theme functions.php file and modify it to be able to get what you want, without losing it after every update.
I’ll ask to developers how hard it would be to add the option you propose. Howver, I think to accomdate images instead of icons, would require a totally different css. So I don’t think this is something we are interested in doing, unless highly requested by other members too. We’ll let you know.
Thanks
Hi,
please provide a admin credentials in a private reply and we will have a look.
Thanks
Hi,
showing all franchises would make the page much slower, consider content in tabs like widgets, you show some listings and a link to see them all.
The setting to increase/decrease number of listing to show there is in:
GeoDirectory >> Franchise Settings >> Detail Page Franchises Tab Settings >> Number of posts.
Thanks
Hi,
for the distance slider, please click on the compass within the near field of the search form.
We still need admin credentials in a private reply (only staff can read) to check the 404 problem. Have you tried disabling non GD plugins?
Let us know,
Thanks
Hi,
as explained in the plugin description page:
https://wordpress.org/plugins/geodirectory/
Features
Create a local directory, based on a single location, using the GeoDirectory free core plugin. Focus on a street or go as wide as a city. Expand to multiple locations or make a global directory with our MultiLocation premium add-on
https://wpgeodirectory.com/addons/multilocation/
Thank you
Hi,
1 yes, you can remove the slider and replace it with the featured image:
add this in your theme functions.php file :
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30); function my_geodir_action_details_slider() { if ( has_post_thumbnail() ) { the_post_thumbnail('full'); } }If you want to echo the video instead of the featured image, replace
if ( has_post_thumbnail() ) { the_post_thumbnail('full');with
global $post; echo $post->geodir_video;.
Haven’t tested the second part, let me know if it works. (it should)
Thanks
Hi,
what you want to do isn’t possible with current options.
The CPT category widget was built to create index page of catgeories, very popular in old school directories.
The Popular category widget is to show the most active categories (sub or parent doesn’t matter) and it can be limited to show a defined number of items.
Thank you
Hi,
I’d change that with :
@media only screen and (max-width: 767px) { .site-logo img { margin: 50px 0; max-width: 100%; }}Let us know if it helped.
Thanks
Hi,
none of the multiratings system we tested works like that. We took tripadvisor as inspiration for example and the overall is not the avarage of the individual ratings.
Thanks
hi,
depending if you have autozoom or not, the map will center to include all listing of your default location.
It is not possible to center it for a sepcific country, unless you have listings only for that country.
If you provide a link and admin credentials in a private reply, we’ll have a look at your problem.
Thanks
January 5, 2016 at 4:27 pm in reply to: Using columns on Advanced Search Filter, or using Multi Selector #66698Hi Kerri,
I just tested your website and I’m not sure I see what the problem is, I could add a test listing with address without problems.
Please let me know,
Thanks
Hi,
with the help of a developer, everything is possible, especially if the coder is good! 🙂
Thanks
Hi,
that screenshot isn’t from a GD admin page…
I’m not sure what you are talking about exactly here.
Let us know,
Thanks
-
AuthorPosts