-
AuthorPosts
-
April 22, 2014 at 10:05 pm #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..
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
April 23, 2014 at 2:28 pm #254924Hey 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!
IsmaelApril 23, 2014 at 2:34 pm #254930Hey 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
BrunoApril 23, 2014 at 7:39 pm #255171This reply has been marked as private.April 25, 2014 at 9:20 am #255981Hi!
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!
PeterApril 25, 2014 at 9:21 am #255982Hi!
Also note that just http:// links are affected. I.e. google+ uses https:// and the link works.
Best regards,
PeterApril 25, 2014 at 9:25 am #255984Hey 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
April 25, 2014 at 12:16 pm #256046Hi!
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,
IsmaelApril 28, 2014 at 5:12 pm #257168Hey 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
April 29, 2014 at 8:18 am #257509Hey!
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,
PeterApril 29, 2014 at 8:21 am #257510Hey, thanks. The Account-Datas are still active so you can use them. I deactivated all plugins..
Cheers
May 4, 2014 at 8:18 pm #259993Hey!
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,
KriesiMay 4, 2014 at 9:16 pm #259999Addition: 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.
May 4, 2014 at 9:20 pm #260002This reply has been marked as private.May 6, 2014 at 8:19 am #260614Hey!
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 -
AuthorPosts
- The topic ‘Issues with some inner content width below’ is closed to new replies.