Override off-canvas slidebar markup
-
Hello,
First thank you for your great plugin.
I have a question not directly related to your plugin, but maybe you could help me.
The html markup of my slidebare looks as follow:
<div id=”ocs_id_of_my_slidebar” class=”ocs_slidebar …”>
<li id=”id_of_my_widget_1″ class=”widget …”>
…<li id=”id_of_my_widget_2″ class=”widget …”>
…<li id=”id_of_my_widget_3″ class=”widget …”>
…</div>
So in the slidebar, my widgets are inside- tags which are imediatly inside a <div> tag. I think, that is not correct: there must be at least a
- tag.
When uncommenting lines 428 through 431 in the off-canvas-sidebars.php, the markup is better.
How could I override the mark up of the slidebar inside my theme so that changes are not lost after any update of your plugin?
Best regards
Simon
- The topic ‘Override off-canvas slidebar markup’ is closed to new replies.