Paolo

Forum Replies Created

Viewing 15 posts - 20,356 through 20,370 (of 27,715 total)
  • Author
    Posts
  • in reply to: Email or live chat #50816

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Listings without an address #50814

    Paolo
    Site Admin
    Post count: 31211

    Thank you for letting us know, I’ll mark this as resolved. 🙂

    in reply to: Insert random listing in every article post? #50808

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Advanced Search stuck in one city #50807

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Social, Share & Claim Links Non Functional #50806

    Paolo
    Site Admin
    Post count: 31211

    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.

    in reply to: update to 1.5.1 #50799

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Can I reposition marker just outside city #50797

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Split: Theme compatability #50794

    Paolo
    Site Admin
    Post count: 31211

    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!

    in reply to: slider integration #50742

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Split: Theme compatability #50740

    Paolo
    Site Admin
    Post count: 31211

    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!

    in reply to: Split: Theme compatability #50739

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Split: Theme compatability #50737

    Paolo
    Site Admin
    Post count: 31211

    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,

    in reply to: import export using sabai directory #50736

    Paolo
    Site Admin
    Post count: 31211

    Thanks Jan 🙂

    in reply to: Show the description field below Listing itle #50725

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Kleo Theme problems #50724

    Paolo
    Site Admin
    Post count: 31211

    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,

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