Okay
  Public Ticket #807730
Slider revolution image not displaying in mobile
Closed

Comments

  • Jose started the conversation

    Hello, I have use 2 sliders with Slider Revolution, one for the home tab, and another for "EMPRESAS" and the image behind the text is not displaying on mobile phones, neither of them.

    www.grupolopezcorp.pe

    I have used the layers option, one layer for the image and another for the text, the visibility in the options are "ON" for all devices. When i see them in desktop, are working ok, even with google developers mode set to "mobile" i can see them.  But when i see the webpage in a real phone (android) can not see the images.

    Another couple questions please:

    How can i desactivate the ZillaLikes?, won't use it, and is loading a css file.
    And, how can i make the line on top of each word of the main menu (orange line) thinner? because the following rule: ".nav_type_10 > ul > .current-menu-item > a" is aplied in the index, and tried to change it with "!important" and does not work.

    Thanks in advance.

    José R.


  • Jose replied

    Just saw it in an Iphone, the same problem, images do not appear.

  • Jose replied

    Silly of me, just found where the problem was, I was working locally, and Slider Revolution images links weren't update when put the web online. Now that is been solved.
    Please help me with the other 2 questions regarding ZillaLikes and the lines above the main menu words.

    Regards,

  •  895
    TheFox replied

    Hello Jose, thanks for purchasing Thefox!

    Glad to hear that you fixed the problem with the Revolution slider.

    To disable zillalikes :

    If you want to disable zilla likes completely please go edit the functions.php and change change the line 187 from

    include(\"includes/zilla-likes/zilla-likes.php\");

    to

    // include(\"includes/zilla-likes/zilla-likes.php\");

    That should do the trick.

    For the header top line

    You will need to modify the theme-functions.php

    search for :

    .nav_type_10 > ul > .current-menu-item > a

    and change the 5px to 3px.

    Do not hesitate to contact us if you have more questions.

    Regards.


  • Jose replied

    Hello, thanks for your response. Can i make these changes in the functions.php of my child theme?

  •  895
    TheFox replied

    Hello Jose,

    Unfortunately not, but in our next version of the theme we will include this with an if function so you will be able to put it in your child theme.

    Regards