• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 12.09.19, 11:20
  • Opened by: Sergio Nuzzo
  • Closed by: Marek
  • Closed on: 01.10.19, 15:49
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15550 - Simple Blog post page

Hello Marek,
Sorry again, but I have another question.
In the single post page of simple blog I would like to remove the left sidebar.
I check on “Design” → “Themes & Logo” → “Choose Layouts” and the setting is on “Full width, no side column”. But the left sidebar is still there.
I attach you a screen.

I ask you where can I change this set up of the simple blog post page.

Thanks so much again.

Comments

Marek 12 Sep 2019, 13:38

I can’t find a link to blog, please give it to me

Marek 13 Sep 2019, 15:47

You have to remove following code

{block name='left_column'}
        <div id="left-column" class="sidebar col-xs-12 col-sm-4 col-md-3">
          {hook h="displayLeftColumn"}
        </div>
      {/block}

in the file /themes/alysum/modules/ph_simpleblog/views/templates/front/1.7/single.tpl

Sergio Nuzzo 13 Sep 2019, 19:01

Thank you very much!!
without your help I would never found the file to edit

Marek 13 Sep 2019, 19:38

You are welcome