Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #496103

    Hi,

    I saw on the collapse gallery that it was an option to disable the title on images on mobile devices.would that be possible to add on masonry gallery? As it is now it is always bible and therefore destroy the image.

    #496308

    Hi TippToppFoto,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #497355
    #497443

    Hey!

    Please add following code to functions.php file in Appearance > Editor

    function add_custom_tooltip(){
    if(wp_is_mobile() ){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'add_custom_tooltip');</cpde>

    Cheers!
    Yigit

    #498659

    Parse error: syntax error, unexpected ‘<‘ in /customers/c/2/a/tipptoppfoto.se/httpd.www/wp-content/themes/enfold/functions.php on line 51

    #498851

    I have another q:

    In http://www.tipptoppfoto.se/2015/08/30/eksjostadsfest2015/ on a mobile device the pic comes up firts then the text. Is there anyway to solve this? When the blocks stacks up due to screensize, is the anyway to say that this block sholud come first, like a priority?

    #498852

    Were shoul i c/p the code? in the beging/top or at what line?

    #500269

    Hi!

    you can put in the code in the end of your functions.php.
    Can you provide us admin access, we can take a deeper look? post admin access here as private reply.

    Cheers!
    Andy

    #500272

    So i have to give you the credention every time?

    #500803

    Hi,

    I know it might seem strange but the answer is yes, we don’t store any information about customers sites other than what is written in the threads. If we don’t have details in the threads then we have to back to see what threads you have started and look through them to find login information, that takes a lot of time if every moderator has to do that every time when looking into your problem. A lot of the people on the forum are developers/configurators as well which means they are asking questions about different installs most of the time. So please try to include admin access each time you open a new thread, asking for details slows down the process as well.

    Regards,
    Rikard

    #501034

    Ok I understand.

    So to shorten the procces time I have encouted anothrer problem/questions see the below image

    1. http://imgur.com/sI4PBN0

    #501623

    Hey!

    try this code:

    #top .aviaccordion-slide img {
    width: 100%;
    }
    #top .aviaccordion-preview-title-wrap {
    width: 490%;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #501855

    And were to put this code?

    did you fix my first problem with mobile behavior?

    #501982

    Hey,

    Please try it in Quick CSS under Enfold–>General Styling.

    Thanks,
    Rikard

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