Paolo

Forum Replies Created

Viewing 15 posts - 6,136 through 6,150 (of 27,715 total)
  • Author
    Posts
  • in reply to: get rid of map on listing pages #364933

    Paolo
    Site Admin
    Post count: 31211

    Guust is correct, Kleo adds their own version of the map directly to the home template. You’ll need to ask to their support staff how to remove it as I’m not sure about it.

    Thanks

    in reply to: Meta Title problem with Transposh #364932

    Paolo
    Site Admin
    Post count: 31211

    I’m sorry, but Transposh is not compatible and we don’t provide support for it.

    Thanks

    in reply to: Places shows up wrong #364925

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials in a private reply and we will have a look at your settings.

    Thanks

    in reply to: No sub-menu on mobile #364923

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    the link is the link, the arrow opens the sub menu. That’s how that kind of UI works by default. (we didn’t built it we use a popular js plugin)

    You could try with css to make the arrow either bigger or a different color…

    Thanks

    in reply to: Map and slider not showing #364922

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you needed to set your permalinks as postname.

    https://wpgeodirectory.com/docs/basic-installation/#permalink

    Please check now.

    Thanks

    in reply to: Pagination #364921

    Paolo
    Site Admin
    Post count: 31211

    Just FYI

    the setting to change how many post to show per page in archives and search results is in settings >> reading.

    Let us know if that’s what you were looking for.

    Thanks

    in reply to: Upgrade URL for non-logged in users #364919

    Paolo
    Site Admin
    Post count: 31211

    Hi Cyril,

    this is really beyond support as it would take hours of work, not few minutes.

    You should hire a developer on codeable-io or upwork.com to help you out with customization.

    Please read our support policy: https://wpgeodirectory.com/support-policy/

    Thanks

    in reply to: have update ready #364918

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    did you enter and activate the license that you find here in GeoDirectory >> Auto Updates / Licenses?

    If yes, please provide a link and admin credentials in a private reply and we will follow up.

    Thanks

    in reply to: Listing Expired Email #364917

    Paolo
    Site Admin
    Post count: 31211

    hi,

    Yes is Prices and Payments > Notifications you can send up to 3.

    Thanks

    in reply to: Social Import Issues #364916

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials of the site where this is happening.

    Thanks

    in reply to: Custom Body Class Places Category #364915

    Paolo
    Site Admin
    Post count: 31211

    Next time please avoid opening duplicate posts: https://wpgeodirectory.com/support/topic/custom-body-classes/

    Thanks

    in reply to: Custom Body Classes #364914

    Paolo
    Site Admin
    Post count: 31211

    That example is for a WP blog archive, not for GeoDirectory CPTs.

    For custom taxonomies you will use has_terms:

    Try this for a gd_place CPT category:

    
    
    
    function my_custom_body_class_in_category($classes) {
        // add 'my-class' to the my-category archive and single posts of the category. 
        if ( has_term('my-category', 'gd_placecategory') )
            $classes[] = 'my-class';
        // return the modified $classes array
        return $classes;
    }
     
    // add my custom class via body_class filter
    add_filter('body_class','my_custom_body_class_in_category');

    Thanks

    in reply to: Order the listings #364909

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that’s can’t be done automatically, we added the package name to the titles manually to make it clearer.

    Thanks

    in reply to: set thumbnail height in only one CPT #364908

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    It should be possible, but I believe it’ll be hard to keep it square on all devices.

    I asked a developer to check and to give us some pointers.

    Thanks

    in reply to: Custom post search #364902

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that’s because you have more than 1 custom post type and that code only works for the places CPT.

    Change Guust’s CSS with this:

    
    
    
    .post-type-archive  .search_by_post {
        display: none !important
    }

    Thanks

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