Remove Activities and Trip type

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #16763

    How do I remove the trip type and activities from itinerary pages: https://www.bravebyfaith.com/itinerary/bali-indonesia-new/

    #16776
    Support Team
    Keymaster

    Hello @justing-g25gmail-com,

    First of all, thank you very much for using the plugin,

    When we tried to inspect your site URL, we found the site is currently down.

    So we not quite clear which particular section you meant.

    But if you meant by the field beside the trip image in trip single page then, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

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

    Hope this helps.

    If you have any issues further, then kindly let us know.

    Thank you.

    #16787

    Sorry my site has the maintenance plugin activated. Thank you that worked!

    #16792
    Support Team
    Keymaster

    Hello,

    Glad that the CSS worked for you.

    Do not hesitate to post if you have any query/confusion further.

    Thank you.

    #17346
    maxbuzz
    Participant

    Hi,

    Have a related queries.
    1. How do I remove “Activities” & “Location”

    2. Removal of items spoils the arrangement
    http://naturechronicles.com/temp/Justi.JPG

    3. Even if none are removed there is a problem with text overflowing (1 & 2) and well as padding and justification (3)
    http://naturechronicles.com/temp/Space_Justification.JPG

    Please advice

    #17347
    maxbuzz
    Participant

    Ok, figured out point 1. that was commonsense.

    Awaiting response for the rest

    #17373
    Support Team
    Keymaster

    Hello @maxbuzz,

    Can you please provide your site URL so that we can provide a precise fix on this?

    Hoping to hear from you soon.

    Thank you.

    #17378
    maxbuzz
    Participant

    Hi,

    The website isnt public as yet, so there is no url that I can share.

    I hope you could see the screenshots.

    BTW this is a problem only on large screens, so probably you need to check your settings for screen size > 1000 pixels.

    If the window size is reduced the background bar seems fine though the overcrowding and spilling into the next cell still exists.

    #17379
    maxbuzz
    Participant

    Here are screenshots for both

    Wide
    you can see the background bar is wide, with all cells squeezed to the left
    https://tinyurl.com/yxqfxxe2

    Narrow
    https://tinyurl.com/y38tyfs5

    #17393
    wensolutions
    Keymaster

    Hello @maxbuzz,

    To resolve the issue, try adding below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .wp-travel-trip-meta-info ul li {
        width: 25%;
    }

    Hope this helps.

    Thank you.

    #17395
    maxbuzz
    Participant

    Hi,

    This seems to have fixed the ‘overflow’ of text problem.

    But the blank space on the right still exists.
    https://tinyurl.com/y2qzyxzo
    Cant the whole bar become smaller (just padded more than actual text) and centered.

    #17402
    wensolutions
    Keymaster

    Hello @maxbuzz,

    Please add below given CSS.

    .wp-travel-trip-meta-info ul {
        margin: 0 0 0 25% !important;
    }

    Here adjust the margin as per your requirement.

    Hope this helps.

    Thank you.

    #17405
    maxbuzz
    Participant

    Slightly better but gap on the left now
    https://tinyurl.com/y22j7yj7

    Cant it just be centered

    #17429
    wensolutions
    Keymaster

    Hello

    The issue of the layout was forwarded to the theme authors and the new update of the theme is available now. We kindly request you to update the theme to its latest version and verify the layout issue.

    If the issue still persist even after the update of the theme, kindly write back to us.

    Best Regards!

    #17430
    maxbuzz
    Participant

    Hi,

    You had given 2 suggestions yesterday. I have tried with all possible combinations

    using both suggestions in Additional CSS
    https://tinyurl.com/yxoh9mxh

    only 1st suggestion in Additional CSS
    https://tinyurl.com/y6e5nxy8

    only 2nd suggestion in Additional CSS
    https://tinyurl.com/yxvc6mpp

    both suggestions in Additional CSS
    https://tinyurl.com/yxlcd7lf

    As you can see it still isn’t working right.
    Though I would have liked the box centered and with of box just equal to text with padding (as it is on top and bottom), I will live with this.

    Thanks,

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