Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter joaoandre

    (@joaoandre)

    by the way, thanks for the help! Validating the code hadn’t occured to me…

    Thread Starter joaoandre

    (@joaoandre)

    Also I copied the page source, from my main page and validated it at the W3.org validator, and got:

    Validation Output: 1 Error
    
    Error Line 100, Column 9: Element style is missing required attribute scoped.
    		<style>
    Attributes for element style:
    Global attributes
    media
    type
    scoped
    Also, the title attribute has special semantics on this element.

    The “>” character is highlited in red.

    Line 100 (actualy 99 to 101 in google chrome page source) are

    <style>
    .Post-Title {display:none;}
    </style>

    Thread Starter joaoandre

    (@joaoandre)

    The sidebar worked fine as I developped the site, and also after the first posts. I changed all the posts to “Draft” but the sidebar still moved to the bottom.
    Also, the sidebar shows at the bottom in the main page, that has no posts. How could the posts affect that?

    The CSS validator had these erors, but not to do with the sidebar:

    464		 Unknown pseudo-element or pseudo-class ::selection [selection]
    1404	 .gallery-columns-2 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1405	 .gallery-columns-2 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1410	 .gallery-columns-3 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1411	 .gallery-columns-3 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1416	 .gallery-columns-4 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1417	 .gallery-columns-4 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1422	 .gallery-columns-5 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1423	 .gallery-columns-5 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1428	 .gallery-columns-6 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1429	 .gallery-columns-6 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1434	 .gallery-columns-7 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1435	 .gallery-columns-7 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1440	 .gallery-columns-8 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1441	 .gallery-columns-8 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1446	 .gallery-columns-9 .gallery-item	 Value Error : max-width Parse Error - 4px)
    1447	 .gallery-columns-9 .gallery-item	 Value Error : max-width Parse Error - 4px)
    2954		 Sorry, the at-rule @-ms-viewport is not implemented.
    2958		 Sorry, the at-rule @viewport is not implemented.
    3483	 .full-width .site-content blockquote.alignleft, .full-width .site-content blockquote.alignright	 Value Error : width Parse Error + 130px)
    3484	 .full-width .site-content blockquote.alignleft, .full-width .site-content blockquote.alignright	 Value Error : width Parse Error + 130px)
    4017	 .site-content blockquote.alignleft, .site-content blockquote.alignright	 Value Error : width Parse Error + 18px)
    4018	 .site-content blockquote.alignleft, .site-content blockquote.alignright	 Value Error : width Parse Error + 18px)
    Thread Starter joaoandre

    (@joaoandre)

    My custom CSS:
    I cannot provide a link to the website since it is on my localhost.

    Page 129 is the main page.

    .page .comments-area {
        display:none;
    }
    
    page-id-129 .sidebar {width:300px;}
    
    .content-sidebar .widget .widget-title { border-top: 1px solid }
    
    .page-id-129 .entry-title .entry-content {display: block; max-width:200px;}
    
    .page .content-sidebar {display: none;}
    
    .page-id-129 .content-sidebar {display: block; max-width:200px;}
    
    .page .entry-content {max-width:30em}
Viewing 4 replies - 1 through 4 (of 4 total)