Page Attributes in 1.5.1 – Template with no sidebar not working

  • Author
    Posts
  • #69424

    Hello Community,

    after the release of 1.5.0, a page with page attribute “1 column, no sidebar” is not properly displaying. Instead of showing a full-page column, it still shows a totally blank sidebar.

    https://coltellisurvival.com/maxi-tabellone-tutti-i-coltelli-presentati-su-coltelli-survival/

    Other templates seems OK.

    Interesting is also the fact that the names of the templates in the Admin area are all in English language, while “1 column no sidebar” is the only one in Italian language. Strange.

    Thank you for your time and support.

    Albert

    #69458
    Zed
    Cryout Creations mastermind

    I cannot reproduce this issue. Please disable both caching and CSS minification and check if it still happens.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #70112

    Hi Zed,

    I somehow solved the issue, thanks. However, what I still see is a large white band (roughtly 90px) between the CONTENT and the right SIDEBAR. When I inspect the CSS with Chrome, I see this:

    #content {
    width: calc(100% – 430px);
    float: left;
    }

    Why 430px? My layout settings are: CONTENT 910px, SIDEBAR 350px = TOTAL 1260px.

    Why the number “430px” in the CSS? My sidebar is 350px, so the appropriate number would be 350px (plus eventually some padding, say 10px). In fact, I change 430px to 360px, the CONTENT enlarge correctly almost to the SIDEBAR.

    Any hint?

    Thanks,
    Albert

    EXAMPLE:
    https://coltellisurvival.com/coltellino-svizzero-multiuso-victorinox-swiss-champ-con-33-funzioni/

    Website: coltellisurvival.com

    #70327
    Zed
    Cryout Creations mastermind

    The calculation includes 80px of padding between the content and sidebar (which are not a problem visually until a border is applied to one of the two elements).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Page Attributes in 1.5.1 – Template with no sidebar not working’ is closed to new replies.