Paolo
Forum Replies Created
-
AuthorPosts
-
Hi Sarah,
for any doubt about how we provide support please read our support policy: https://wpgeodirectory.com/support-policy/
Listings entered with GeoPlaces are not fully compatible with GD, GeoPlaces is a theme from a competitor and their database structure is different.
You need to re-enter them all. Best thing would be to export original listings into a CSV file, re-arrange data into our CSV sample file and reimport them using our importer.
Thank you
Thank you for letting us know, I’ll mark this as resolved. 🙂
Hi again,
I just tested with this and it works:function add_shortcode_after_post_content($content) { if ( 'post' == get_post_type() ) { $content .= do_shortcode('[contact-form-7 id="3071" title="Contact form 1"]'); } return $content; } add_filter('the_content', 'add_shortcode_after_post_content');Are you trying to add more than one elements via shortcodes? Can I see your function?
Let us know,
Thanks
When you selected london via location switcher or advance search, if you click the home link you are directed to the home page of the location london. The only link that will reset location and go back to default is yoursite.com/location/
Why isn’t the location switcher working on mobile for you? Let us know,
Thanks
Hi Dale,
there is definitely an error when logged in, logged out users won’t see problems till they login.
Stiofan and I both had a look and can’t find anything obvious via wp dashboard.
Could you please provide FTP credentials? It will make it much faster to find the error.
Let us know,
p.s. I’ve disabled few plugins, you can enable them back for the moment.
Hi,
I don’t think the the plugin update is responsible for any of that.
Please provide credentials and we will have a look.Thank you
Hi,
it is determined via Google Maps API. If you drag the marker to any location that returns a different city name, validation will not allow it.
Only with the MultiLocation add-on you can add listings outside of your default city.
Thank you
You are welcome Nael,
you had to wait almost 3 days to complete the purchase, I didn’t want you to wait to start building your website too. 🙂
In case you need help, don’t hesitate to ask.
Thanks!
Shortcodes don’t work on text widget unless you enabled them.
Please see: http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/
Thanks
Other than that it seems to adapt well, I would also add a small padding to the right and left of the GeoDirectory content:
#geodir-wrapper { padding: 0 10px 0 30px; }That makes it look much better.
Let usk now if you need help with anything else.
Thanks!
Please try adding this to GeoDirectory >> Design >> Scripts >> Custom CSS
.geodir_map_container { z-index: 11; }Not 100% sure this could possibly create problems somewhere else, but it shouldn’t. In case it does, let us know.
Thanks
Hi Guust,
I recently discovered this isn’t true and I forgot to tell you about it 🙁 sorry…
Only Moderators can read users private replies, while only the topic author can read moderators private replies (in case we reply privately).
@nael, I’m installing the Theme now, I’m interested to see, apart from the problem reported, how compatible they are. I used to have a licence of the old version of buddyboss, but I guess it has expired.
I’ll be back soon with the solution for the z-index css problem.
Thanks for your patience,
Thanks Jan 🙂
Hi,
1st create a folder named geodirectory in your active theme (or child theme).
Take a copy of the file geodirectory-templates/listing-listview.php and paste in the new folder created above.
around line 222, find this code:
<?php echo geodir_show_listing_info('listing'); ?> <div class="geodir-entry-content"> <?php if (isset($character_count) && ($character_count || $character_count == '0')) { $content_out = geodir_max_excerpt($character_count); } else { $content_out = get_the_excerpt(); } if (!empty($content_out)) { echo "<p>" . $content_out . "</p>"; } ?></div>and replace it with:
<div class="geodir-entry-content"> <?php if (isset($character_count) && ($character_count || $character_count == '0')) { $content_out = geodir_max_excerpt($character_count); } else { $content_out = get_the_excerpt(); } if (!empty($content_out)) { echo "<p>" . $content_out . "</p>"; } ?></div> <?php echo geodir_show_listing_info('listing'); ?>All I did was moving this part:
<?php echo geodir_show_listing_info('listing'); ?>from above to below the excerpt.
Let us know if this works for you.
Thanks
HI Miriam,
you could add the location switcher with a shortcode n a widget area? https://wpgeodirectory.com/docs/location-manager-shortcodes/
Let us know,
-
AuthorPosts