Trips title and Trips Type titles not displaying well as are hidden by main Menu

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #8187
    digitzee
    Participant

    I have installed WP Travel in my site and it was working well, however today I noticed that the top section with the trip titles is not displaying or rather is behind the main menu.
    See screenshot where the trip title is not displaying:

    #8189
    digitzee
    Participant

    Screenshot

    #8194
    WP Travel Admin
    Keymaster

    Hello @digitzee,
    We checked the issue and found that menu is overlapping the title. Please check for the theme style to fix the issue as theme menu is overlapping the content.

    Let us know if there are any further issues.

    Thank you!

    #8195
    Support Team
    Keymaster

    Hello @digitzee,

    Can you please provide your site URL so that we can look further into the issue?

    Thank you.

    Regards!!

    #8210
    Emotion Services
    Participant

    I have same kind of issue. single trip view overlap menu

    To me it looks like the plugin can not handle correctly with the theme.
    I’m using the DIVI theme but all menu settings for wordpress are default.
    For country pages i have used menu setup inside DIVI theme options for a page.

    http://laptopvoorraad.nl/itinerary/test-reis-2/

    #8211
    Emotion Services
    Participant

    I have added some custom CSS to make single trip and archive page show correct in my theme.
    Hope this will help others with same kind of issue.

    .post-type-archive-itineraries .wp-travel-archive-content,
    .single-itineraries .wp-travel-content {
    margin-top: 80px;
    }

    .single-itineraries .wp-travel-trip-meta-info li:nth-of-type(2),
    .single-itineraries .wp-travel-trip-meta-info li:nth-of-type(3) {
    display: none;
    }

    .et_transparent_nav #page-container {
    padding-top: 80px !important;
    }

    #8222
    Support Team
    Keymaster

    Hello @emotion-services,

    We are very glad that you figured out the issue by your self.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    #8232
    digitzee
    Participant

    Thanks for the CSS code.
    It works.

    #8233
    digitzee
    Participant

    Hi Support team,
    Thanks for the great job you are doing with the plugin.
    Would you consider adding an accommodation module as part of a destination? Some destinations have multiple accommodation options depending on the clients preferences and budgets.

    #8236
    asrar
    Participant

    Hi

    @support
    team i have the same issues, when i click trips some of them showing the title but some not showing.

    Re: Solved, i used the above css and it worked. Thank you

    #8240
    Support Team
    Keymaster

    Hello @digitzee,

    Glad that the CSS worked for you.

    We will definitely consider your request and will work to add the feature to the plugin and thank you very much for the request.

    Further, if you have any suggestions/ queries please do not hesitate to post them.

    Thank you.

    Good day 🙂 .

    #8241
    Support Team
    Keymaster

    Hello @asrar,

    Glad your issue is resolved.

    let us know if you have any confusion further.

    Thank you.

    Regards!!

    #8329
    Emotion Services
    Participant

    Hello Support,

    Can this kind of css option build in the plugin.

    Also to have seperate CSS for archive pages, single trip.
    Because now this added CSS i use will work partly.

    It would be handy if this CSS does not have influence on the base template, and that the plugin will function normaly even when used transparancy in menu.

    regards,
    Edwin

    #8344
    Support Team
    Keymaster

    Hello @emotion-service,

    We will definitely work for the issue in the future updates also we would like to thank you for the code you have provided as many figured out their issue.

    Let us know if you have any suggestions/queries further.

    Thank you.

    Regards!!

    #24976
    laagom
    Participant

    Hi All,

    Had the same problem.

    The CSS solved the issue for the single itinerary page – however the same problem is happening for the general/multiple itinerary page. Could someone share the CSS to resolve that. Help would be much appreciated. Thank you and looking forward.

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