Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dsalon

    (@dsalon)

    Thank you very much for your excellent support.

    Please note that I didn’t use the Regenerate thumbnails plugin.

    By updating the 14 extended plugin it appears that this issue should be ok.

    However please note that I’ve updated manually via download und subsequent upload ftp… why?

    Thread Starter dsalon

    (@dsalon)

    Thank you very much for your response…

    I confirm that I have the same issues wth the parent theme (I’ve switched back to it) …

    Please check again my demo site, where I’ve posted a new demo post…

    As requested I’ve reset the background color to the default color, however please note that the strange scaling of small thumbnail (featured) images occurs merely by activating the fourteen extended plugin (I didn’t check or amend anything within the customizing sections of the plugin).

    The strange behaviour also doesn’t have anything to do with the background color settings (I’ve mentioned it merely by example).

    “The behaviour occours upon the following events”:

    (1) activation of the plugin

    (2) amendment of “any” (other) of the customizing sections (this can be the backgrond color, header image, header color, featured content, etc.)

    (3) saving the customizing settings.

    Please note also that I’ve posted this post without amending anything using the theme customizer.

    Thereafter I’ve reset the background color to default using the customizer.

    => In each case same result.

    I like the twenty fourtenn theme very much and intend to use it, so currently I test it on a LAN server…

    izziebot thank you for your suggestion, however as you know it doesn’t work properly… the most serious issues are problems with the responsiveness… (for instance there are conflicts with the right sidebar and the title and also the thumbnail area)

    so I’ve checked the solutions proposed by JoshuaMunoz and friktion321… below is the css I’ve extracted from friktion321, which complies better with my ideaws… though this proposal doesn’t work with full-width pages… that’s ok for me…

    /* No Sidebar */

    @media screen and (min-width: 783px) {

    .primary-navigation {
    float: right;
    margin-left: 20px;
    }
    }

    @media screen and (min-width: 1110px) {

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
    padding-left: 55px;
    }

    }

    /*
    centering the page
    .site {
    margin: 0 auto;
    }
    */

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    max-width: 874px;
    }
    .comments-area {
    max-width: 874px;
    }
    .post-navigation,
    .image-navigation {
    max-width: 874px;
    }

    .site:before,
    #secondary {
    width: 0;
    display: none;
    }
    .featured-content {
    padding-left: 0;
    }
    .featured-content-tp {
    padding-left: 0;
    }
    .site-content, .site-main .widecolumn {
    margin-left: 0;
    }
    .hentry {
    max-width: 900px;
    }
    .post-thumbnail img {
    width: 100%;
    }

    .site-title,
    .site-description {
    clip: rect(1px 1px 1px 1px); /* IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    }

    you can do the same with JoshuaMunoz’s proposal…

    as mentioned by ipunkbali a clean sulution maybe to comment out the get_sidebar() in your child theme’s templates

Viewing 3 replies - 1 through 3 (of 3 total)