Paolo

Forum Replies Created

Viewing 15 posts - 27,031 through 27,045 (of 27,715 total)
  • Author
    Posts
  • in reply to: Static Homepage not working. #6845

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Location Switcher #6841

    Paolo
    Site Admin
    Post count: 31211
    in reply to: Location Switcher #6835

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Disable Get Direction Function #6830

    Paolo
    Site Admin
    Post count: 31211

    sounds like a good Idea. As soon as we work on Avada compatibility we will look into this to see what is clashing…

    Thx


    Paolo
    Site Admin
    Post count: 31211

    Hi,

    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;
    }
    
    
    in reply to: Thumbnail in Bubble on map disapears #6823

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: GD core v1.1.4 and MultiLocation 1.0.6 #6719

    Paolo
    Site Admin
    Post count: 31211

    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.

    in reply to: Removing the share buttons from listing sidebar #6666

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
    in reply to: Removing the share buttons from listing sidebar #6665

    Paolo
    Site Admin
    Post count: 31211

    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! 🙂

    in reply to: Adding Social Login to My Dashboard Widget #6647

    Paolo
    Site Admin
    Post count: 31211

    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 reply to: Removing the share buttons from listing sidebar #6646

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Custom Page to Display Popular Listing #6645

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Address without house number? #6643

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Disable Get Direction Function #6642

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Template override does not work for geodir_signup.php #6641

    Paolo
    Site Admin
    Post count: 31211

    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

Viewing 15 posts - 27,031 through 27,045 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount