-
AuthorPosts
-
January 21, 2015 at 10:24 am #382930
I am trying to add new css lines but I have checked They are not working anymore. I want that the label “avia-builder-el-33” of the Index disappear on mobiles’ views (display: none;).
I am completely sure It is ok but on the browser This is not working. I have removed the cache (WP-Super Cache) too. Look at the first 3 lines I have attached to you in the private content. What is happening?
January 21, 2015 at 9:24 pm #383355Hi jruizmatrix!
Try adding an !important to it like so.
@media only screen and (max-width:767px){ .page-id-2294 .avia-builder-el-33, .page-id-11 .avia-builder-el-33 {display:none !important; } }
Best regards,
ElliottJanuary 21, 2015 at 9:57 pm #383369No, it doesn’t work. I have already done it before. Other way?
January 22, 2015 at 7:15 pm #383918Hi!
I’m sorry to say this but your custom CSS stylesheet is not very well formatted. I’m guessing you have a typo somewhere in the file but there is too much unformatted code in there so it’s like trying to find a needle in a haystack.
Try adding my code to the very top of the file.
Cheers!
ElliottJanuary 23, 2015 at 9:55 am #384259I have added this code to other css for making tests (for example: base.css) and nothing is working (reference only to this kind of functionality in CSS). I don’t think It is a problem with the CSS compressor. Anyway, thanks a lot!
January 23, 2015 at 10:15 am #384265I have added my last code decompress, look at this, maybe you can analyze better. But the same error continues.
January 25, 2015 at 6:46 pm #385147Hey!
Send us a WordPress login.
Best regards,
ElliottJanuary 26, 2015 at 9:52 am #385312This reply has been marked as private.January 26, 2015 at 10:59 pm #385911Hi!
You need to update WordPress and Enfold to their latest versions.
I think if you add your CSS in Dashboard > Enfold > General Styling > Quick CSS you will find it works but I cannot find the element your referring to now or the page ID so send us a link to the exact page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
Elliott- This reply was modified 9 years, 9 months ago by Elliott.
January 27, 2015 at 9:45 am #386070This reply has been marked as private.January 28, 2015 at 10:46 am #386866Hi!
The video section with the class “avia-builder-el-33” is hidden on mobile view. Please remove browser cache then reload the page. Note that using the builder class is not a safe modification because it might change once you add another element on the page. Try to use custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If possible, please update the theme to the latest version. We won’t be able to provide further support for users who are using old versions of the theme.
Regards,
IsmaelJanuary 28, 2015 at 1:43 pm #386952Thanks. I will try to upload the enfold theme to the new version (is it the v3.0.7?). Anyway, although the video has disappeared, when you access to the Website’s index from a smartphone, I don’t know why sth. does that a Donwload actives itself. Check it please in a smartphone (It doesn’t work on the browser’s smartphone view, only in a real one). Is it due to the CSS modification?
- This reply was modified 9 years, 9 months ago by jruizmatrix.
January 29, 2015 at 11:09 pm #388018Hi!
The code is working, the video doesn’t show on mobile devices – http://screencast.com/t/2mzGac9sG
Please note that heavy theme customization is not something we can support.
Cheers!
JosueJanuary 30, 2015 at 9:45 am #388172Thanks Josue, I understand u, but the problem is directly with sth. on CSSs (in the Enfold) because although video is not playing, your Smartphone’s browser download sth. (realtive to the video) always when you visit the INDEX
January 30, 2015 at 10:46 pm #388576Hey!
Yes, i could see the download on the smartphone, however it has nothing to do with Enfold but with the embed code, you need to use this instead:
<iframe src="https://www.youtube.com/embed/BMGpcuSzF-c?autoplay=1&loop=1&playlist=BMGpcuSzF-c&wmode=opaque" width="312" height="160" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
Changed /v/ to /embed/.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.