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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Ocean Newcomer

@gravclr · Joined 1 year ago · 8 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Shift+Tab (reverse indentation) not working in admin · 1 year ago

    I'm using linux Mint, Firefox. Whether by an individual line or by a paragraph shift+tab does not reverse indent ( shift indent works for both) So I end up editing on a notepad and pasting it into the

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    @pamtbaau: That was exactly the problem I was expecting considering the Markdown snippet you shared earlier. Indentation in Markdown has a meaning… Without sharing code snippets, we cannot see what yo

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    @pamtbaau: I won’t, but did you even try to replace all &lt;divs&gt;s and css display: block? I did not; I didn't know I was supposed replace all of them. However, @pamtbaau: “Didn’t work” is meanin

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    @pamtbaau: Tried using &lt;span&gt; - Although chances are I didn’t do it correctly How did you try it and what was the result? Don't laugh: &lt;div class="row"&gt; &lt;span&gt; [gall

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    So, I've tried few things but I didn't get it to work: Tried using &lt;span&gt; - Although chances are I didn't do it correctly /forum/content-markdown/how-to-use-div-tag-correctly-t4489 - I think yo

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    Based on my limited understanding, it seems like I need to resort to using html? Namely &lt;a&gt; and &lt;img&gt; Or is there a way I can get the tag to work?

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    I was suggested to correct the question to show exactly how I formatted the tag: &lt;div class="row"&gt; &lt;h2&gt;photos&lt;/h2&gt; &lt;hr class="line2"&gt; [gallery] ![imag

  • Gallery++ not parsing/rendering inside <div> · 1 year ago

    When I'm using a plugin called gallery++, the plugin is not rendered inside &lt;div&gt;: &lt;div class="row"&gt; [gallery] image1 image2 [/gallery] &lt;/div&gt; It only works outside &lt;div&gt;, but