My trip in post filter disappear after i post another trip location

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #7271
    godanki
    Participant

    hello.
    i select my post filter to show the trip locations, i have many trips and many locations.
    the “all” panel select is fine but the other locations is disappear after its not showing in the “all” section

    in the al panel it shows 9 trips, its fine with me

    https://imgur.com/LBpFq6p

    but when i continue uploading the trips, some of my trip is disappear from the locations panel ,
    here is the picture, flores supposed to be there, but after its not showing in all section it also disappear
    https://imgur.com/LBpFq6p

    how to fix it?

    #7273
    godanki
    Participant

    sorry here is the picture of flores.
    its there before i upload a borneo trip, after the borneo trip populate the all panel, flores disappear

    https://imgur.com/4WUWCpu

    #7284
    Support Team
    Keymaster

    Hello @godanki,

    The other tab is not displaying the trips in post filter section is maybe because you don’t have any trips associated to that trip location.

    Also, when we tested the plugin for the issue, we were unable to find such issue as you can see in our demo as well.

    http://wptravel.io/core-demo/

    So can you please provide your site URL so that we can inspect further and help you.

    Thank you.

    Best Regards!!

    #17930
    travi
    Participant

    Hello, i ve got the same problem. If i only select one category like this: http://prntscr.com/oekeex Its looking correct. You can see there are trips in the category. But if i select all categories its looking like this: http://prntscr.com/oekf3p.

    You can see there are trips in the category.

    #17952
    Support Team
    Keymaster

    Hello @travi,

    First of all, we would like to apologize for the trouble.

    When we tested the issue in our side, we were unable to find such issue so the issue may have raised due to your specific setting.

    For this we need to inspect the issue further properly in your site set up so, please provide your login detail in the email below for the further inspection.

    wptravel.io[at]gmail.com

    Thank you.

    #17987
    travi
    Participant

    I ve sent you an email. Please check it. Thanks 🙂

    #18008
    Support Team
    Keymaster

    Hello @travi,

    Thank you very much for the login detail.

    When we inspected your site, everything seems fine. SThe destinations are displaying the proper trips.

    However, you should know that in the post filer section you will be only able to display at most 9 posts only so in the previous case some destination might not have not displayed.

    So as a workaround you can add below-given code to increase the no of post to display in the post filter section.

    For this, you need to create and activate the child theme.

    To know you can create and activate the child theme, refer to below given link:

    https://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme, in your child theme functions.php file add below-given code:

    function wp_travel_post_filter_post_limit(){
    	return 15;
    }
     add_filter ( 'travel_log_posts_filter_posts_limit' , 'wp_travel_post_filter_post_limit' );

    Here increase the no as per your requirement.

    Hope this helps.

    Thank you

    #19274
    travi
    Participant

    Hello, the code above isnt working for me. Please check it. Thanks

    #19282
    Support Team
    Keymaster

    Hello

    We tested the code snippet in our side and verified that the code work fine.

    Please once verify if the code is placed well in the functions.php file of the child theme and the child theme is activated in your site. Changes in the child theme is only visible if the child theme is active in the site.

    If this doesn’t help, kindly write back to us.

    Best Regards!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.