Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #254653

    Hey there! Nice Update, thanks for the new features..!

    I have some issues on two pages below 767px (1) and 544px (2 … media query: below 767px, too). The content wrapper lost it´s responsiveness..

    1, 2

    Any idea what I should do?

    There is also an issue with sharing buttons in single post. Target _blank seems not to work if you click directly, cause it went to a 404. It just works with a right click and open in new tab..

    Another thing I noticed. Since I updated to WP 3.9 the text-color from inner content of Layout Builder Elements are white. For example, if you open a tab-element to change the text, you can´t read it, cause it´s colored with #fff. I fixed this on this way:

    wp-includes / css / editor.min.css -> .js .tmce-active .wp-editor-area {color: #555;}

    If I wanna change wordpress own css for admin panel, what´s the best way to do this in enfold without changing the core ?

    Thank you!

    Best regards

    #254924

    Hey Bruno!

    Thank you for using the theme.

    I’m not sure why the responsiveness is gone but please try to disable the minify plugin then use this instead: http://wordpress.org/plugins/bwp-minify/

    You can add an embedded css styl on the wp dashboard with this:

    function ava_css_dashboard() {
    echo '<style type="text/css"> /* CSS STYLE HERE /* </style>';
    }
    
    add_action('admin_head', 'ava_css_dashboard');

    Cheers!
    Ismael

    #254930

    Hey Ismael!

    It causes the same conflict if I deactivate the Minify. I´ve deactivate also W3TC.. Please have a second look, also for the sharing buttons in the post..

    Thanks for the code.. But did nobody else have this issue ?

    Best regards
    Bruno

    #255171
    This reply has been marked as private.
    #255981

    Hi!

    The link doesn’t work for me. I think the share icons issue is probably caused by custom code or a plugin. Something strips the http:// protocol when the user clicks on the link and i.e.

    
    http://www.facebook.com/sharer.php?u=http%3A%2F%2Fpurmainz.indikator-design.de%2Fpur-auf-neuen-wegen%2F&t=PUR+auf+neuen+Wegen
    

    turns to:

    
    www.facebook.com/sharer.php?u=http%3A%2F%2Fpurmainz.indikator-design.de%2Fpur-auf-neuen-wegen%2F&t=PUR+auf+neuen+Wegen
    

    Because of the missing http:// browser tries to open a relative url on the same website and just appends the facebook link to your website url. No other user reported this issue so far and I can’t reproduce it on my test servers – thus I think it must be related to some custom code or it’s a configuration issue.

    Cheers!
    Peter

    #255982

    Hi!

    Also note that just http:// links are affected. I.e. google+ uses https:// and the link works.

    Best regards,
    Peter

    #255984

    Hey Peter, please try again. It seems that there was a little issue since update to wp 3.9. It works now.

    What´s with the responsiveness .. It can´t be an Plugin-Mistake, cause on this page it works..

    Google+ doesn´t work on safari, too.

    Cheers

    #256046

    Hi!

    Thank you for the update.

    Please try this to fix the responsiveness issue:

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top #main .avia-section .template-page {
    width: 428px;
    }
    
    .avia-section.av-minimum-height .container .content {
    display: block;
    }
    }

    Best regards,
    Ismael

    #257168

    Hey Ismael,

    thanks, it works for responsiveness. This is fixed.

    But the problem with the sharing buttons stay. It isn´t an issue with an plugin. I deactivate them all, also caching and anything else. The problem is exactly the same..

    Best regards

    #257509

    Hey!

    I’ll mark this for Kriesi. Tbh no other user reported this issue so far and we can’t reproduce it on our test server or demo server – thus I think it’s related to the server configuration or some custom code.

    Best regards,
    Peter

    #257510

    Hey, thanks. The Account-Datas are still active so you can use them. I deactivated all plugins..

    Cheers

    #259993

    Hey!

    Could this be caused by the iframe that is used by the music player? Not sure how this could be solved but since its the only thing thats vastly different to my test installation, I am pretty sure thats the cause of the problem. How exactly is the music player implemented?

    Best regards,
    Kriesi

    #259999

    Addition: Its got something to do with the iframes/musicplayers javascript. if i disable javascript the links work as expected. but the javascript tries to add the link to the existing url instead of opening a new window. Not sure if this is intended but it seem like a bug in the link handling of the script, managing the iframe links. a link to an external url should definitely not be opened as a sublink of the existing domain

    • This reply was modified 10 years, 6 months ago by Kriesi.
    #260002
    This reply has been marked as private.
    #260614

    Hey!

    Ok, I’ll close this thread now. Please use another player or deactivate the social share buttons and try another plugin – i.e.: http://wordpress.org/plugins/simple-share-buttons-adder/

    Regards,
    Peter

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Issues with some inner content width below’ is closed to new replies.