Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #408559

    Hi folks,

    I’m using the layout builder to make my Custom Post Types appear as feed

    see these pages

    http://sdtest.info/ntq/queens-wharf-stories/

    and
    http://sdtest.info/ntq/queens-wharf-places/

    The second link is the default way that the layout builder works – however when I create the first page with it http://sdtest.info/ntq/queens-wharf-stories/, you can see the layout is slightly different – the post title is centred and the image and excerpt are different sizes.

    Can you let me know what I need to fix it? I’ve included some login credentials so you can see below
    Cheers

    #409041

    Hi!

    It’s because of the sidebar setting, the blog layout will display differently depending on this setting.

    Best regards,
    Josue

    #412784

    is there anyway to change this so that it’s the same?

    #412788

    Hi!

    Set the sidebar to show and add this to Quick CSS:

    .sidebar{
    display: none !important;
    }

    That way you’ll get the sidebar-enabled blog style but the sidebar won’t be displayed.

    Regards,
    Josue

    #413378

    that doesn’t do anything except remove the sidebar from pages that I want the sidebar on.

    I also tried targeting the specific page

    .page-id-46 .sidebar{
    display: none !important;
    }

    This didin’t work either. any other suggestions?

    #413392

    Hey!

    Check page 46, i added this to your style.css:

    .page-id-46 .container .av-content-small.units{
        width: 100%;
    }
    
    .page-id-46 .content .entry-content-wrapper{
        padding-right: 0;
    }

    Regards,
    Josue

    #413394

    Hey I’m viewing this page which is page id 46 http://queenswharf.org/queens-wharf-stories/

    it doesn’t look any different?

    #413967

    Hey!

    Seem you overwrote the modification i did in child style.css, but it doesn’t matter. The idea is to set the sidebar to show here so we get the desired blog styling and then simply add this to child style.css/Quick CSS:

    .page-id-46 .container .av-content-small.units{
        width: 100%;
    }
    
    .page-id-46 .content .entry-content-wrapper{
        padding-right: 0;
    }

    If you do this right page 46 should look like this.

    Best regards,
    Josue

    #414093

    Tricky! – that seemed to work and still keep the full width at the bottom.
    What does this code do?

    However how do I target each post heading and line height so it looks the same as these pages http://queenswharf.org/queens-wharf-events/.

    cheers

    #414115

    Here you go:

    #top .flex_column .template-blog .post-title {
      font-size: 21px;
      line-height: 1.3em;
    }
    
    #top .flex_column .template-blog .post-meta-infos {
      margin-bottom: 0;
    }

    Best regards,
    Josue

    #414119

    brilliant – thanks Josue…

    It would be great if this particular blog layout looked the same even the default layout even if you put your own sidebar next to it. Just something to put on the Enfold roadmap -doesn’t make sense that it looks different?

    Thanks again for helping with this one.

    #414126

    The thing is, an ALB-built sidebar is not really a sidebar for Enfold / WP so the “no-sidebar” layout gets displayed. Perhaps something can be added to the Theme Options, if you have any idea feel free to request it here as a new feature.

    Best regards, 
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.