Tagged: Advance layout editor
Hi,
I’m trying to use a calendar from all-in-one-Calendar inside a page like this:
[ai1ec view=”agenda”]
The problem that I have is that if I use that code with the Advance Layout Editor (inside a text block), the page breaks, but if I use the same code on the default editor it is working ok
You can see an example on :
http://www.siete3.es/ith –> this is not working with advance layer editor
and
http://siete3.es/ith/eventos/ –> it is working ok
Looking at the output code I can see what’s going on and it is because the output is adding extra <p> and < br > so the output is something like this.
... class="ai1ec-prev-page ai1ec-load-view btn" <br />
data-type="jsonp" href="http://siete3.es/ith/pagina-ejemplo/page_offset:-1/action:agenda/time_limit:1374098399/"<br />
><br />
So I try to use some plugin to remove extra <p> and < br > like “Disable WPAUTOP” or “ultimate TinyMCE” but with no luck.
Any ideas?
Thanks
Hi ElEquipoE,
Unfortunately not all plugins shortcodes work perfectly with the advanced layout editor. In this case, you’ll need to use the visual editor with shortcodes to build the page layout so that you can use the calendar plugin’s shortcode as well.
Regards,
Devin