Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Two additional <p> tags generated in content
· 5 years ago
Hi @AmauryH and @Karmalakas The problem is that I am customizing a theme in which its P tag comes with some defined css classes. I don't want to use those classes, so I must use my own. If I do this,
-
Two additional <p> tags generated in content
· 5 years ago
Definitely, Grav wraps the content in the p tag, adds it automatically. I have added <span> {{content | raw}} </span> and the output is this: <span> <p> Any text here </p>
-
Two additional <p> tags generated in content
· 5 years ago
Ok. This is the debugger output: Routed to page /blog (type: blog) <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> Without p tag, it shows correctly the paragraph, but wit
-
Two additional <p> tags generated in content
· 5 years ago
HI @Karmalakas This is my code in twig: {% block content %} <div class="wrapper"> <section class="container"> <header class="major"> <h2&g
-
Two additional <p> tags generated in content
· 5 years ago
Hi. Why does Grav generate two additional \<p> tags in the HTML output of the page. Example: <p>{{page.content|raw}}</p> Output (you can see it in the attached image): <p></
-
Can TwentyFifteen theme create drop down menus?
· 5 years ago
No, I'm afraid not.No.
-
Can TwentyFifteen theme create drop down menus?
· 5 years ago
Hi @hoernerfranz I'm interesting in your solution. Could you send me the code? Thanks
-
Show Shortcode Notices in Modular Page
· 5 years ago
Hello, I've had to downgrade the FontAwesome Icons to version 4.7 for it to work. For some reason that I do not know with the icons of version 5, some plugins such as shortcode-core do not work correc
-
Show Shortcode Notices in Modular Page
· 5 years ago
Hi. when you say there are two set of quotes, are you referring to two 'div' tags?. In the plugin twig template, you can see this: <div class="sc-notice {{ type }}"> <div>{{ content|raw
-
Show Shortcode Notices in Modular Page
· 5 years ago
Hi. I'm testing the shortcode-core notices in a modular page and it doesn't work. It shows only the plain text, without notice styles. I attach some screenshots: What's happening? Thanks a lot.