disable shortcodes for specific section

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue May 05, 2015 3:35 am
Hello,

is it possible to disable the shortcodes for a specific section? Perhaps via a div-container defined in the override.css-file?

I'd like to add a small menue to my schedule, which also appears in the "speakers"-list (making it possible to switch between "overview" and "detail").
But I don't want to work with a sidebar, because it leaves too less space for the schedule. So I created a widget and copied the html code into the category-speakers.php-file as well as into the schedule page.
It works as wanted but on the schedule page the list-shortcode is active and makes ugly dots in the menue (http://sommerspektakel.org/programm/). I disabled the the shortcodes for typography elements and the menues looked great on both pages - but the typography elements are necessary for other parts of the homepage of course.
So my conclusion is: i need a possibility to disable the typography shortcodes for a small section.

Greetings
Klaus Heiszt
User avatar
Fresh Boarder

GK User
Tue May 05, 2015 7:45 am
Hello,

You can adjust it only on your programm page, try to add the following cutom css code:
Code: Select all
.page-id-1045 article ul li:before {
   display: none;
}
User avatar
Moderator


cron