Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
did you correct what Stiofan pointed out? If you are visiting the brazilian version and click on add-listing, you should be taken to the brazilian form (if you created the add-listing page translation.
Let us know,
Thanks
Please try adding them to GeoDirectory >> Design >> Scripts >> Custom CSS.
Let us know,
ThanksHi,
sorry for the delay, I think I’ve missed your reply.
This is very simple, the Event duration should be 1 day.
Now you are creating 5000 days events that are reccurring 5000 times.
Thanks
Not possible sir, sorry about it. Category will appear in breadcrumb only if it appears in the URL too.
Thanks
Hi,
this shuold work like this, if there is a website URL in the listing, it will redirect to it, if tere isn’t it will direct to the listing details page normally.
unction my_change_bubble_title($html, $postinfo_obj, $post_preview){ $srcharr = array("'", "/", "-", '"', '\'); $replarr = array("′", "⁄", "–", "“", ''); if (isset($postinfo_obj->geodir_website) && $postinfo_obj->geodir_website) { $ID = $postinfo_obj->post_id; $plink = get_permalink($ID); $title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); $link = '<a href="'.$plink.'">'.$title.'</a>'; $website_link = esc_url($postinfo_obj->geodir_website); $title_link = '<a href="'.$website_link.'">'.$title.'</a>'; $html = str_replace($link,$title_link,$html); } return $html; } add_filter('geodir_custom_infowindow_html','my_change_bubble_title',10,3);Let us know how you went,
Thanks
Please provide a link and admin credentials and we will check your settings.
Thanks
Link and credentials to access your dashboard as an admin…
Let us know,
Thanks
Hi,
the widget is now showing what it should. The system doesn’t automatically show listings near you. You must activate geoloation and share your location to do that.
Another problem is that you don’t have the location switcher anywhere on your website. So I cann’t show you how it works when you manually change location.
Thanks
Currently it is not possible, I’ve asked the developers to add an anchor text field to the URL custom field.
Thanks
Thanks for letting us know 🙂
I know there is a theme for Jobs, Real Estate and a generic with contemporary design on the making.
Thanks
January 17, 2016 at 3:57 pm in reply to: if listing has no image(s), then do not display placeholder image – possible ? #69112With css you can only hide that space in both cases, with or without image.
With PHP you could do what you want with a customization, but it not that simple…Thanks
Hi,
2) your listings page is this one:
https://www.infoseclist.com/places/ not https://www.infoseclist.com/business-directory/
That is a page created with a shortcode and you need to tweak shortcode paramenters.
I’ve asked to Stiofan to help us fix your theme compatibility settngs. There is still a lot to do and I don’t seem to be able to make it happen.
He’s off for tonight already and will be off tomorrow too. So expect an answer by monday.
Thanks
You are welcome 🙂
Hi,
1 we fixed this
2 – 3) are this fixed?
4) The theme is hijacking the comments styles and it’s even adding some inline style with JS.It reuqires alot of work to make it look decent with that theme. So far I could pass you this, but probably it is not enough and you’ll have to refine more.
#reviews-wrap .comment-respond { padding: 0; } #reviews-wrap .comment-form, #reviews-wrap .comment-reply-title { margin: 0; } #reviews-wrap p { line-height: normal; margin-bottom: 10px; padding: 0; } #reviews-wrap .comment-form-comment label { display: block; } #reviews-wrap .comment-form-comment textarea { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #ccc; height: auto !important; overflow: visible !important; resize: none !important; } #reviews-wrap .comments-area::before { border-left: 0 none; } #reviews-wrap #comments.comments-area { border: 0 none; margin: 0; padding: 0; } #reviews-wrap .comment-form-comment { margin: 0; } #reviews-wrap .comment-form label { display: block; } #reviews-wrap p input { border: 1px solid #ccc; } .comment-form-author, .comment-form-email { display: block; }I’ve never seen a theme making such a mess with comments css…
5) The maps on detail page are broken because of this html from your theme:
<div " class="col-md-8 my-content-wrapper">Notice the random ” between div and class.
Let us know if this helps,
Thanks
-
AuthorPosts