- This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Tourable Pro › removing wordpress tags from activities
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
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
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
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
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |