Home Forums Pro Themes Tourable Pro removing wordpress tags from activities

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #147977
    Brent Verco
    Participant

    HI guys

    I just enabled the wp travel activites slideshow on my homepage.

    Let’s say I clink on one like the link below

    https://nisekoml.com/activity/snowboarding-and-skiing/

    I get a list of tours that activity features in which looks great but there is long list of wordpress crap below like ” archives ” and catagories etc

    How do remove all the stuff below the upcoming tours ? it looks terrible

    #148040
    Psink
    Keymaster

    Hello Brento Verco

    Can you please confirm that you want to remove the parts cover with a cross in the screenshot?
    https://www.awesomescreenshot.com/image/7115810?key=c9cc3cea9387433cf806cade08667f74

    Please add this css in additional css to remove those parts

    
    .tax-travel_locations.no-sidebar #secondary
    .tax-activity.no-sidebar #secondary
    .tax-itinerary_types.no-sidebar #secondary, {
        display: none;
    }
    
    .single-itineraries .slick-arrow {
        display: none;
    }
    

    Have a great day

    Regards,
    psink

    #148047
    Brent Verco
    Participant

    HI there

    I followed your instructions ( I hope ! )

    It did not seem to resolve the issue. In fact it seemed to have added additional stuff as well

    screenshot attached

    https://www.awesomescreenshot.com/image/7120772

    https://nisekoml.com/activity/snowboarding-and-skiing/

    Hope you can help

    Brent

    #148152
    Psink
    Keymaster

    Hello there

    We are really sorry, in above code, there is a small mistake

    
    
    .tax-travel_locations.no-sidebar #secondary,
    .tax-activity.no-sidebar #secondary,
    .tax-itinerary_types.no-sidebar #secondary{
        display: none;
    }
    
    .single-itineraries .slick-arrow {
        display: none;
    }

    Please try this one

    Regards,
    Psink

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.