Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
what theme are you using?
Can you please provide a link to your website and wp admin credentials in a private reply so that we can look at it?
Thx
Hi Duster,
di you read my reply?
https://wpgeodirectory.com/support/topic/location-switcher-2/#post-6835
Thx
Hi Dusters777,
I think I understand what you are saying.
@Vikas, the problem he’s raising is having to click region to select Nevada, before being able to search Las Vegas.
Obviously there is a logic behind it, but users can get confused.
A solution could be to add a checkbox below the search box ticked by default, indicating that it is searching cities only in the selected region. (see image)
If unchecked by user, it will search cities everywhere…
Would something like that work?
Thx
sounds like a good Idea. As soon as we work on Avada compatibility we will look into this to see what is clashing…
Thx
June 30, 2014 at 4:23 pm in reply to: Send button escapes the containing div in the thic-box modal #6824Hi,
pretty sure it’s the theme:
http://wpgeo.directory/hotels/united-states/new-york/new-york/5-stars/crosby-street-hotel/
If you provide a link I can confirm or not, anyway this should fix it:
.simplemodal-data { overflow: hidden; }
Hi PSI,
That’s exactly what I gave you.The image in the bubble is using a css very similar to the css of listing page thumb:
.geodir-bubble_image .geodir_thumbnail { background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; bottom: 0; float: left; left: 0; margin: 0; padding: 0; position: absolute; right: 0; top: 0; width: 98%; }
The css I gave you hides the description part and extend the container of the image (not the image) across the bubble.
Thx
HI sampotter1, please read my post few reply above yours: https://wpgeodirectory.com/support/topic/gd-core-v1-1-4-and-multilocation-1-0-6/page/3/#post-6415
That’s the only solution I can provide on a sunday.
Sorry about the problem though… I’ll let Stiofan know that many are still having problem with autoupdates.
This reply has been marked as private.I was around working on my directory. It’s a pleasure to spare some time to help, especially if it allows to write replies to use for the docs as example…
Tomorrow I’ll take it off though! 🙂
HI Jack3,
I’ll ask Vikas to look into it. It should work out of the box…
We’ll let you know asap.
Thx
In this post I describe a similar situation: https://wpgeodirectory.com/support/topic/disable-select-map-view/
Basically what you want to do is:
// remove the orginal action entirely remove_action('geodir_detail_page_sidebar', 'geodir_detail_page_sidebar_content_sorting', 1); // add a new action add_action('geodir_detail_page_sidebar', 'geodir_detail_page_sidebar_content_sorting_custom', 1); // copy the orginal function, rename it and comment the code you wish to hide function geodir_detail_page_sidebar_content_sorting_custom() { $arr_detail_page_sidebar_content = apply_filters('geodir_detail_page_sidebar_content' , array( 'geodir_share_this_button', 'geodir_detail_page_google_analytics', 'geodir_edit_post_link', 'geodir_detail_page_review_rating', 'geodir_detail_page_more_info' ) // end of array ); // end of apply filter if(!empty($arr_detail_page_sidebar_content)) { foreach($arr_detail_page_sidebar_content as $content_function) { if(function_exists($content_function)) { add_action('geodir_detail_page_sidebar' , $content_function); } } } }
I totally removed ‘geodir_social_sharing_buttons’, from the array.
Hope this helps!
Thx
Hi,
there is no such option currently. You would have to create a theme template with all necessary functions to create a list of popular posts and assign it to that page.
We will be working on shortcodes soon.
Thanks
I’ve checked this on our demo and seems to be a bug. drinking.directory is not updated to that latest version and I know something about street address has been changed with recent version to make it work for other users, with other countries, that were reporting problems.
Probably what fixed their problem, created yours.
I’ve flagged this for Vikas to follow up.
Thx
Works fine in our test websites and demo:
http://wpgeo.directory/attractions/united-states/illinois/chicago/landmark/crown-fountain/#post_map
If you are 100% that you added it correctly, you should ask to your hosting provider why the custom css, that should be added to your header, doesn’t work. Maybe cache?
Thx
Hi Jason,
asap doesn’t mean : right now 🙂
I have to collect all change logs (VIkas needs to send me one) edit them and pubblish it.
Expect it by monday.
Thx
-
AuthorPosts