Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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?

    #383355

    Hi 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,
    Elliott

    #383369

    No, it doesn’t work. I have already done it before. Other way?

    #383918

    Hi!

    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!
    Elliott

    #384259

    I 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!

    #384265

    I have added my last code decompress, look at this, maybe you can analyze better. But the same error continues.

    #385147

    Hey!

    Send us a WordPress login.

    Best regards,
    Elliott

    #385312
    This reply has been marked as private.
    #385911

    Hi!

    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.
    #386070
    This reply has been marked as private.
    #386866

    Hi!

    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,
    Ismael

    #386952

    Thanks. 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.
    #388018

    Hi!

    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!
    Josue

    #388172

    Thanks 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

    #388576

    Hey!

    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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.