Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Is there a plugin function/css available I can manually trigger in the head?

    Forum: Plugins
    In reply to: [Autoptimize] Critical CSS
    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    hmm…at least I allocated now the issue in the following code part

    @media only screen and (min-width:1024px) {
      .et_extra_layout .et_pb_column_1_3 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
    
    } 
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
    
      .et_extra_layout .et_pb_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
      }
    
      .et_extra_layout .et_pb_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
      }
    
      .et_pb_extra_column_main,
      .et_pb_extra_column_sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        float: none;
        clear: both;
      }
    
      .with_sidebar .et_pb_extra_column_main,
      .with_sidebar .et_pb_extra_column_sidebar {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
        float: none;
        clear: both;
      }
    
      .et_extra_layout .et_pb_column_1_3,
      .et_extra_layout .et_pb_column_4_4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
      }
    
      header.header li ul {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: block;
      }
    
      #top-header {
        display: none;
      }
    
      #et-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 0 0 10px;
        margin: 0;
      }
    
      #et-info .et-top-search {
        margin: 0 10px 10px 0;
      }
    
      #et-navigation .mega-menu-featured>ul,
      #et-navigation .mega-menu>ul {
        border-bottom: 1px solid rgba(255,255,255,.1);
      }
    
      .et_fixed_nav .logo {
        -webkit-transform: none;
        transform: none;
      }
    
      .logo {
        height: 50px;
      }
    
      #et-navigation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    
      #et-navigation>ul {
        display: none;
      }
    
      #et-navigation li li {
        padding: 0 0 0 30px;
      }
    
      #et-navigation a {
        display: block;
        padding: 20px 0;
      }
    
      #et-navigation .mega-menu>ul>li {
        padding: 0;
      }
    
      #et-navigation .mega-menu ul {
        padding: 0 0 0 20px;
      }
    
      #et-navigation .mega-menu-featured>ul {
        padding: 20px 0 0 20px;
      }
    
      #et-navigation .mega-menu-featured>ul>li {
        padding: 0 0 20px;
      }
    
      #et-navigation .mega-menu-featured>ul>li:first-child .title {
        display: block;
      }
    
      #et-navigation .mega-menu-featured .title {
        display: none;
      }
    
      #et-navigation .mega-menu-featured .post-meta a {
        padding: 0;
      }
    
      #et-mobile-navigation {
        display: block;
      }
    
      #et-mobile-navigation nav {
        display: none;
        width: 100%;
        padding: 40px 40px 20px;
        border-radius: 0 0 3px 3px;
        overflow: hidden;
      }
    
      .et_pb_extra_module {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
    
      .et_pb_extra_module .main-post {
        width: 50%;
        border-right: 1px solid rgba(0,0,0,.1);
        border-bottom: 0;
      }
    
      .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post {
        padding: 20px 20px 0;
        width: 50%;
      }
    
      .et_extra_layout .et_pb_column_1_3 .et_pb_extra_module .main-post .post-content {
        padding: 0;
      }
    
      .et_pb_extra_module .posts-list {
        width: 50%;
      }
    
      .module-head {
        width: 100%;
      }
    
      .et_pb_column_4_4 .featured-posts-slider-module .post-content h3 {
        font-size: 16px;
      }
    
    }
    

    But I don’t know exactly where in this code snippet….If I remove the whole part I am back on 99% and the https://www.ausbildungernaehrungsberater.com/wp-content/cache/autoptimize/css/autoptimize_a6988cfccc3c9320449931063b0d5dfd.css issue is gone.

    For me the following part looks strange:

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }

    Is there not a bracket missing? Do you have any idea?

    Cheers
    Ben

    Forum: Plugins
    In reply to: [Autoptimize] Critical CSS
    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    HI,

    I tried to use another critical css code which leads to 99 score however with this code I get several issue on my page. I now have re-included the previous https://criticalcss.com/generate code – with this code I have no issue on my website but the issue with the https://www.ausbildungernaehrungsberater.com/wp-content/cache/autoptimize/css/autoptimize_a6988cfccc3c9320449931063b0d5dfd.css

    Do you know how to get it fixed?

    Cheers
    Ben

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Found the issue… ?? I only enabled the following plugin Google Webfont Optimizer…now it works….only issue remains is that the video controll buttons are not shown….I get a 404 error

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    [video src="https://www.ausbildung-fitnesstrainer.info/wp-content/uploads/2017/02/20170211_110403.mp4" /]

    Here you can see the current experience Chrome vs. FireFox…

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    yes, just give it a try with Chrome ?? All files are loaded correctly but now shown…. the slider Image is only poping-up when I press on the image position (right-click – analyse)….then the image becomes visible but still the counters are not working….really strange…. Do you ahve the possibility to test this with Chrome? You should see the issue…

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    No – nothing at all. ??

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    FireFox is working here as well…..hmmm strange that it is not working on Chrome and only partiallY on IE….but if I remove the CDN URL from AO it is also working on Chrome & IE as well…any idea?

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Can you check with Chrome on desktop? For me it is still not working….on IE it is working sometimes…. on mobile android nativve brwoser it works almost all the time and and mobile CHrome it is not working at all (same like desktop)….

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Here another issue…..on my startpage…all video controlls are missing….:

    Here how it should looks like…

    Same on this issue … issue happens when I set the CDN URL in AO.

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    How it should looks like…
    How it should looks like

    Here the issue version ….As said issue happens when I set the CDN URL in AO.
    Here the issue...Image missing and counter is not loading....

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Another issue I see is on my startpage https://www.ausbildung-fitnesstrainer.info/ …. the video controll buttons are not visible anymore (on the bottom of the page)….if I disable AO CDN URL all is working fine…

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Hi,

    development version of AO instaleld, cleared cache but it is unfortunatley still not working ??

    Any further ideas how to get the issue resolved?

    Cheers
    Ben

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    I found the issue….I just enabled in the GD Plugin section the option Load CSS & java “force load sources” instead of “auto laod sources” and it works ??

    Thread Starter ausbildung-berater.de

    (@ausbildung-beraterde)

    Found the issue….logged out of WP admin panel and now it is working. Topic Closed

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