Simone
Forum Replies Created
-
AuthorPosts
-
What you mean with the HTML output? You mean based on the post type (e.g. only in events?)
you can make something like that, in the function$current_posttype = geodir_get_current_posttype(); if ($current_posttype =="gd_event") { echo "bla"; }
The messy way is playing with the database, but if you are not knowledgeable with SQL it’s a…mess.
We’ll let you know as soon as the importer will be releasedthis should be working
.geodir-bubble_image .geodir_thumbnail {display:none !important;}
in your sample you had two “o” in !important
About the title in the detail, I’m sure I have written a function here in the forum, I will search it and let you know
Hello Thomas,
try adding the following to your style.css.customize_filter ul li { margin-left:auto; margin-right:auto; width:20%; }
not tested but it should align the things in the center, you can change the 20% to what it’s best for you
Hello, this is not possibile because both CPT uses the same virtual page (add-listing page) however you can edit the template, but this isn’t part of the support.
This is how WordPress work, surely there is , but this is a WordPress thing, not GD
hi add the following in the css:,
for the search field.map_category input[type="text"] { display:none; }
to make it wide, it should be dynamic based o the length of the category name, but if you want to force it, add this
.map_category { width: 250px; }
or any other value in px
to change the opacity:
add this
.map_category { background:#000 !important; }
that’s back, change it using your favorite color.
Hi, you can drop your info in a private reply, only you and the moderators can see them
Hello, this widget is only available in the GDF
Hello, not possible sorry, what you can’t ry is to add the path in the phpmyadmin , in the column featured_image in the table wp_geodir_gd_place_detail (if your post type is named gd_place)
now it works, thanks.
You have an issue with a plugin, Responsive Styled Google Maps.
This is making another Google Maps call, and so two instances will create conflicts.
I’ve disabled it and GD works.This reply has been marked as private.This reply has been marked as private.could you please post login details in a private reply? thanks
Hello,
I will report what Stiofan wrote on another thread:
The only ways at the moment are a bit messy but we are soon releasing a import/export feature for GD which should make it easier to import from any directory eventually. A sort of GT exporter would be needed but once the GD importer is completed then things should be a lot smother.
It all depends on your time frame and if you are willing to beta test on dev sites, things could move faster.
-
AuthorPosts