Skip to content
Grav 2.0 is officially stable. Read the announcement →

Pedro M Regular

@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

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 &lt;span&gt; {{content | raw}} &lt;/span&gt; and the output is this: &lt;span&gt; &lt;p&gt; Any text here &lt;/p&gt

  • Two additional <p> tags generated in content · 5 years ago

    Ok. This is the debugger output: Routed to page /blog (type: blog) &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. &lt;/p&gt; 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 %} &lt;div class="wrapper"&gt; &lt;section class="container"&gt; &lt;header class="major"&gt; &lt;h2&g

  • Two additional <p> tags generated in content · 5 years ago

    Hi. Why does Grav generate two additional \&lt;p&gt; tags in the HTML output of the page. Example: &lt;p&gt;{{page.content|raw}}&lt;/p&gt; Output (you can see it in the attached image): &lt;p&gt;&lt;/

  • 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: &lt;div class="sc-notice {{ type }}"&gt; &lt;div&gt;{{ 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.