Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • Thread Starter MagicTigger

    (@magictigger)

    noone? ๐Ÿ™

    Thread Starter MagicTigger

    (@magictigger)

    heya!
    Long time ago, but still same behavior. ๐Ÿ™‚

    http://rottenfuture.de/

    Hopefully you can help.

    Many thanks.

    Cheers!

    Tigger

    Thread Starter MagicTigger

    (@magictigger)

    Hey again Bojan,

    really really weird. On Chrome it works now. IE11.0.15 works as well.
    FF35.0.1 emtied cache and restarted, but same.
    Maybe an FF issue. ๐Ÿ™

    Think this was enough work on this issue.
    I will try the next days again on other PCs and then come back.

    For now: many many thanks for your patience and work.

    Best,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hey again Bojan,

    sorry, but nothing changed. ๐Ÿ™

    Made an empty functions.php in my child and added your code.

    Many thanks.

    Cheers,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hey Bojan,

    that’s very very close.

    when showing the site without logged in it shows:
    http://snag.gy/sveyY.jpg

    When logged in:
    http://snag.gy/CP1qR.jpg

    Present code:

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    http://.de/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:
     Author URI:   http://.de
     Template:     twentyfourteen
     Version:      0.1.1
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    /* background picture */
    .site, .entry-header, .entry-title, .entry-content {
    background-color: transparent !important;
    } 
    
    /* page in the middle */
    #page {
    margin-left: auto;
    margin-right: auto;
    }
    
    /* width of content (max-width) */
    @media screen and (min-width: 1208px) {
    .site-content, .site-main .widecolumn {
    margin-left: 0px;
    }
    #secondary {
    width: 220px;
    }
    .site:before {
    width: 280px
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    margin-right: 0;
    /* maximele Contentbreite */
    max-width: 1000px;
    padding-right: 14px
    }
    
    .site:before,
    #secondary {
            width: 0;
            display: none;
    }
    
    .featured-content {
    	padding-left: 0;
    }
    
    .site-content, .site-main .widecolumn {
    	0;
    }
    
    img {
    	100%;
    }
    
    }
    
    /* width of site (width of picture) */
    .site {
    background-color: #fff;
    max-width: 1440px;
    position: relative;
    }
    
    /* remove search */
    .search-toggle {
                  display: none;
    }
    
    /* Change colors TEXT */
    body, button, input, select, textarea {
        color: #EEEEEE;
    }
    #secondary, .primary-sidebar .widget blockquote, .primary-sidebar .widget .wp-caption, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .primary-sidebar .entry-meta, .footer-sidebar .widget blockquote, .footer-sidebar .widget .wp-caption, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .footer-sidebar .entry-meta, .site-footer, .site-info, .site-info a {
        color: #008000;
    }
    html, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
        color: #FFA500;
    }
    
    body .site .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    }

    Thats 99%. ๐Ÿ™‚

    Many thanks.

    Best,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hey Bojan,

    maintenance is down. ๐Ÿ™‚

    Curious if you have an idea.

    Looking forward to your next post.

    Many thanks.

    Best,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    strange, IE and FF35.0.1 showing wrong on my PCs – tried on 2.

    tried Chrome, there it is correct…. ๐Ÿ™

    Many thanks,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    WPyogi,
    ok. Understand. Sorry and thanks.

    @Bojan:
    e/

    (turned off Maintenance mode.)

    Thread Starter MagicTigger

    (@magictigger)

    Hey,

    thanks for support.

    Screen:
    http://snag.gy/P7XuL.jpg

    Code:

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    http://.de/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:
     Author URI:   http://.de
     Template:     twentyfourteen
     Version:      0.1.1
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    /* background picture */
    .site, .entry-header, .entry-title, .entry-content {
    background-color: transparent !important;
    } 
    
    /* page in the middle */
    #page {
    margin-left: auto;
    margin-right: auto;
    }
    
    /* width of content (max-width) */
    @media screen and (min-width: 1208px) {
    .site-content, .site-main .widecolumn {
    margin-left: 0px;
    }
    #secondary {
    width: 220px;
    }
    .site:before {
    width: 280px
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    margin-right: 0;
    /* maximele Contentbreite */
    max-width: 1000px;
    padding-right: 14px
    }
    
    .site:before,
    #secondary {
            width: 0;
            display: none;
    }
    
    .featured-content {
    	padding-left: 0;
    }
    
    .site-content, .site-main .widecolumn {
    	0;
    }
    
    img {
    	100%;
    }
    
    }
    
    /* width of site (width of picture) */
    .site {
    background-color: #fff;
    max-width: 1440px;
    position: relative;
    }
    
    /* remove search */
    .search-toggle {
                  display: none;
    }
    
    /* Change colors TEXT */
    body, button, input, select, textarea {
        color: #EEEEEE;
    }
    #secondary, .primary-sidebar .widget blockquote, .primary-sidebar .widget .wp-caption, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .primary-sidebar .entry-meta, .footer-sidebar .widget blockquote, .footer-sidebar .widget .wp-caption, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .footer-sidebar .entry-meta, .site-footer, .site-info, .site-info a {
        color: #008000;
    }
    html, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
        color: #FFA500;
    }
    
    .masthead-fixed .site-header {
    left: 0;
    right: 0;
    max-width: 100%;
    }

    Stripped remarked/not needed code.

    Many thanks,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hi Bojan,

    strange, but not fixed. ๐Ÿ™

    Screen:
    http://snag.gy/EYK9J.jpg

    Code:

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    http://.de/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:
     Author URI:   http://.de
     Template:     twentyfourteen
     Version:      0.1.1
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    /* background picture */
    .site, .entry-header, .entry-title, .entry-content {
    background-color: transparent !important;
    } 
    
    /* page in the middle */
    #page {
    margin-left: auto;
    margin-right: auto;
    }
    
    /* width of content (max-width) */
    @media screen and (min-width: 1208px) {
    .site-content, .site-main .widecolumn {
    margin-left: 0px;
    }
    #secondary {
    width: 220px;
    }
    .site:before {
    width: 280px
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    margin-right: 0;
    /* maximele Contentbreite */
    max-width: 1000px;
    padding-right: 14px
    }
    
    .site:before,
    #secondary {
            width: 0;
            display: none;
    }
    
    .featured-content {
    	padding-left: 0;
    }
    
    .site-content, .site-main .widecolumn {
    	0;
    }
    
    img {
    	100%;
    }
    
    }
    
    /* width of site (width of picture) */
    .site {
    background-color: #fff;
    max-width: 1440px;
    position: relative;
    }
    
    /* get rid of sidebar */
    /*@media screen and (min-width: 783px) {
     .primary-navigation {
    	 float: right;
    	 margin-left: 20px;
     	        }
    }
    .site {
    	margin: 0 auto;
    			}
    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;
         }
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    	max-width: 800px;
    }
    
    .comments-area {
    	max-width: 800px;
      }
    
    .post-navigation, .image-navigation {
    	max-width: 800px;
           }
    
    .site:before,
    #secondary {
    	width: 0;
    	display: none;
    }
    
        .featured-content {
        		padding-left: 0;
            }
    
            .site-content, .site-main .widecolumn {
     0;
            }  
    
    .hentry {
    	800px;
    }
    img {
     100%;
    } */
    
    /* remove search */
    .search-toggle {
                  display: none;
    }
    
    /* Change colors TEXT */
    body, button, input, select, textarea {
        color: #EEEEEE;
    }
    #secondary, .primary-sidebar .widget blockquote, .primary-sidebar .widget .wp-caption, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .primary-sidebar .entry-meta, .footer-sidebar .widget blockquote, .footer-sidebar .widget .wp-caption, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .footer-sidebar .entry-meta, .site-footer, .site-info, .site-info a {
        color: #008000;
    }
    html, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
        color: #FFA500;
    }
    
    /* Linkleiste  */
    nav#primary-navigation {
    width: 100%;
    }
    
    .masthead-fixed .site-header {
    left: 0;
    right: 0;
    max-width: 100%;
    }

    NOR:

    /* Linkleiste  */
    nav#primary-navigation {
    width: 500px;
    }

    Many thanks,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hey there Bojan,

    (didn’t know that there is no PM ๐Ÿ™‚ )

    screenshot:
    http://snag.gy/2SJkL.jpg
    i’d like to have the black nav-menu the whole way (see red line gap)

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    http:///twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:
     Author URI:
     Template:     twentyfourteen
     Version:      0.1.1
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    /* background picture */
    .site, .entry-header, .entry-title, .entry-content {
    background-color: transparent !important;
    } 
    
    /* page in the middle */
    #page {
    margin-left: auto;
    margin-right: auto;
    }
    
    /* width of content (max-width) */
    @media screen and (min-width: 1208px) {
    .site-content, .site-main .widecolumn {
    margin-left: 0px;
    }
    #secondary {
    width: 220px;
    }
    .site:before {
    width: 280px
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    margin-right: 0;
    /* maximele Contentbreite */
    max-width: 1000px;
    padding-right: 14px
    }
    
    .site:before,
    #secondary {
            width: 0;
            display: none;
    }
    
    .featured-content {
    	padding-left: 0;
    }
    
    .site-content, .site-main .widecolumn {
    	0;
    }
    
    img {
    	100%;
    }
    
    }
    
    /* width of site (width of picture) */
    .site {
    background-color: #fff;
    max-width: 1440px;
    position: relative;
    }
    
    /* get rid of sidebar */
    /*@media screen and (min-width: 783px) {
     .primary-navigation {
    	 float: right;
    	 margin-left: 20px;
     	        }
    }
    .site {
    	margin: 0 auto;
    			}
    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;
         }
    }
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    	max-width: 800px;
    }
    
    .comments-area {
    	max-width: 800px;
      }
    
    .post-navigation, .image-navigation {
    	max-width: 800px;
           }
    
    .site:before,
    #secondary {
    	width: 0;
    	display: none;
    }
    
        .featured-content {
        		padding-left: 0;
            }
    
            .site-content, .site-main .widecolumn {
     0;
            }  
    
    .hentry {
    	800px;
    }
    img {
     100%;
    } */
    
    /* remove search */
    .search-toggle {
                  display: none;
    }
    
    /* Change colors TEXT */
    body, button, input, select, textarea {
        color: #EEEEEE;
    }
    #secondary, .primary-sidebar .widget blockquote, .primary-sidebar .widget .wp-caption, .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .primary-sidebar .entry-meta, .footer-sidebar .widget blockquote, .footer-sidebar .widget .wp-caption, .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta a, .footer-sidebar .entry-meta, .site-footer, .site-info, .site-info a {
        color: #008000;
    }
    html, .p-author .profile .p-name, .custom-timeline-owner-profile .p-name, .cards-base p, .cards-base p a, .timeline-header .custom-timeline-summary, .timeline-header .custom-timeline-summary a:link, .timeline-header .custom-timeline-summary a:visited, .timeline-header .summary, .timeline-header .summary a:link, .timeline-header .summary a:visited, .p-author a.profile:hover .p-name, .p-author a.profile:focus .p-name {
        color: #FFA500;
    }
    
    /* Linkleiste  */
    /*nav#primary-navigation {
    width: 500px;
    }*/

    hope this helps or shows my mistake. ๐Ÿ™‚
    (remarked your first idea.)

    EDIT:
    http://snag.gy/D2s71.jpg
    this is WITH your idea of doing it.

    /* Linkleiste  */
    nav#primary-navigation {
    width: 500px;
    }

    Many thanks,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    Hi there Bojan,

    tried, but only I got with 100% is that I now got 2 lines nav-menu, but still a gap. ๐Ÿ™

    The site is not reachable atm, so no link possible. But will send you login via PM.

    Best,

    Markus

    Thread Starter MagicTigger

    (@magictigger)

    ok.. here in germany we say โ€œsystem error between earsโ€โ€ฆ ๐Ÿ™‚
    Iโ€™m using special cache for wordpress and this liโ€™l moron saved old configโ€ฆ
    there was never an issue with flash NOR meta slider..
    sorry for disturbing..
    (it took me 3 days to find out.. hopefully never ever someone matches this thread with my real name ^^..)

    Best,

    Tigger

    P.S.: The double scripts call is because of the cacher.. it works โ€“ too good.. ๐Ÿ˜€

    Thread Starter MagicTigger

    (@magictigger)

    ok.. here in germany we say โ€œsystem error between earsโ€โ€ฆ ๐Ÿ™‚
    Iโ€™m using special cache for wordpress and this liโ€™l moron saved old configโ€ฆ
    there was never an issue with flash NOR WP3.9.1..
    sorry for disturbing..
    (it took me 3 days to find out.. hopefully never ever someone matches this thread with my real name ^^..)

    Best,

    Tigger

    P.S.: The double scripts call is because of the cacher.. it works โ€“ too good.. ๐Ÿ˜€

    Thread Starter MagicTigger

    (@magictigger)

    seems logged off script is missing.

    as admin i see:
    <script type='text/javascript' src='http://sterkrader-reiterhof.de/wp-content/plugins/ml-slider/assets/sliders/coinslider/coin-slider.min.js?ver=2.8.1'></script>

    this line is missing as standard user.

Viewing 15 replies - 1 through 15 (of 33 total)