Paolo

Forum Replies Created

Viewing 15 posts - 25,246 through 25,260 (of 27,715 total)
  • Author
    Posts
  • in reply to: Shifting Featured Logo to Right in Listings Results #21115

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    
    
    .geodir_category_list_view li .geodir-post-img { float:right !important;}
    

    this should do it, than you’ll need to re-adjust margins.

    Thx

    in reply to: Update for Avada v 3.6 #21114

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you have this css rule that forces it to 1100px

    
    
    #header-sticky .avada-row, #header .avada-row, #main .avada-row, .footer-area .avada-row, #slidingbar-area .avada-row, #footer .avada-row, .page-title, .header-social .avada-row, #small-nav .avada-row, .tfs-slider .slide-content-container .slide-content {
        max-width: 1100px;
    }

    Nothing to do with GD though.

    Thx

    in reply to: Update for Avada v 3.6 #21111

    Paolo
    Site Admin
    Post count: 31211

    hi,

    removing the 1st widget in your home content section (which was calling Places that you are not using and had no categories) solved the problem.

    Thx

    in reply to: Function to Query Location Data #21110

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you should try

    function geodir_get_post_info($post_id = '')

    The function is in post_functions.php line 414

    Let us know,

    Thx

    in reply to: Yoast SEO and W3 Total Cache #21108

    Paolo
    Site Admin
    Post count: 31211

    Yes, in most servers GZIP will definitely help with page loading speed.

    However in some server with very low resources, it will take more time to compress it, that the time saved because of smaller files download.

    My answer is, 99% of the time yes, but with low end server it could even slow it down.

    thx

    in reply to: Images "shaking" in firefox #21105

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    Guust suggestion is correct, but not knowing which image you were talking about, he gave you hte wrong css selector.

    It should be:

    
    
    
    .geodir_flexslider .geodir-slides img {image-rendering:optimizequality;}

    Thx

    in reply to: Tab order in Detail Page #21103

    Paolo
    Site Admin
    Post count: 31211

    Yes it is possible and it was exaplained how to here: https://wpgeodirectory.com/support/topic/exclude-selected-tabs-from-detail-page-if-empty/#post-7305

    Thx

    p.s. to find that post you just needed to search for : “reorder tabs”

    here in the forum.

    🙂

    in reply to: Multisite installation, will it break things right now #21101

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    other than being fundamental for many of our customers, it is something that is really urgent for GeoDirectory too.

    Until the plugin isn’t multisite, we are unable to provide a sandbox demo for all addons to test the plugin before buying it, which could be a deal breaker for some and we definitely don’t want that.

    Thx

    in reply to: Pinpoint Not Working #21100

    Paolo
    Site Admin
    Post count: 31211

    p.s. at 1st I misunderstood your question.
    My bad…
    Thx

    in reply to: Pinpoint Not Working #21099

    Paolo
    Site Admin
    Post count: 31211

    Hi Steve,

    in the website where it doesn’t work you are using the wrong map.

    That’s the home map, you should be using the listings map.

    Thx

    in reply to: Other postings related to the Author #21096

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that is not a current option and would require a customization.

    Thanks

    in reply to: Split: Multi Location Add on permalink issue #21095

    Paolo
    Site Admin
    Post count: 31211

    Hi, Definitely you can’t install in a directory using the same name of 1 of the virtual pages.

    Thx

    in reply to: Get listing description and images #21094

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    listing description will be the default wordpress API for post description.

    
    
    
    <?php the_content(); ?>

    While for the post thumbs will be:

    
    
    <?php $post_images = geodir_get_images($post->ID,'thumbnail');
    		$thumb_image = '';
    		if(!empty($post_images)){
    			foreach($post_images as $image){
    				$thumb_image .=	'<a href="'.$image->src.'">';
    				$thumb_image .= geodir_show_image($image,'thumbnail',true,false);
    				$thumb_image .= '</a>';
    			}
    		}
    
    echo $thumb_image;?>

    For reference, these can be found in “function geodir_show_detail_page_tabs()” in “custom_functions.php” file starting from line 842.

    Thx

    in reply to: Multisite installation, will it break things right now #21089

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    the problem is due to some database tables not having the wp_ prefix.

    I’m not 100% sure, but I don’t think it matters if it is activated on the main site or on any subsite. I’m almost positive it will not work proerly.

    Thx

    in reply to: Disable all calls to Google #21087

    Paolo
    Site Admin
    Post count: 31211

    Hi Krischin,

    GeoDirectory without googlemaps isn’t really usable at the moment.

    Remove that call wouldn’t be so hard, but making all the rest work without it, would require rewriting several part of the plugin.

    It’s not only the detail page that will not work properly.

    Also search and add listing form will result broken.

    How do you want to use the plugin, without the maps?

    What is an laternative to googlemaps in China? Do they have API?

    Let us know,

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