-
AuthorPosts
-
August 31, 2015 at 9:13 pm #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.
September 1, 2015 at 8:53 am #496308Hi TippToppFoto,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardSeptember 2, 2015 at 8:05 pm #497355September 3, 2015 at 12:28 am #497443Hey!
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!
YigitSeptember 5, 2015 at 9:18 am #498659Parse error: syntax error, unexpected ‘<‘ in /customers/c/2/a/tipptoppfoto.se/httpd.www/wp-content/themes/enfold/functions.php on line 51
September 6, 2015 at 12:59 pm #498851I 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?
September 6, 2015 at 1:00 pm #498852Were shoul i c/p the code? in the beging/top or at what line?
September 9, 2015 at 10:07 am #500269Hi!
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!
AndySeptember 9, 2015 at 10:14 am #500272So i have to give you the credention every time?
September 10, 2015 at 5:13 am #500803Hi,
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,
RikardSeptember 10, 2015 at 2:24 pm #501034Ok I understand.
So to shorten the procces time I have encouted anothrer problem/questions see the below image
September 11, 2015 at 1:53 pm #501623Hey!
try this code:
#top .aviaccordion-slide img { width: 100%; } #top .aviaccordion-preview-title-wrap { width: 490%; }
and adjust as needed.
Cheers!
AndySeptember 11, 2015 at 6:40 pm #501855And were to put this code?
did you fix my first problem with mobile behavior?
September 12, 2015 at 7:21 am #501982 -
AuthorPosts
- You must be logged in to reply to this topic.