Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #281458

    Hi. In relation to entry # 279510, please tell me how you solved the problem.
    regards

    #281462

    Hi romero2!

    As far as i remember i just replaced the code ( https://kriesi.at/support/topic/remove-tooltip-images/#post-279110 ) in functions.php. At the bottom of the file it didn’t work.
    If you can post login credentials again i can login and make sure that was the change i did :)

    Best regards,
    Yigit

    #281475
    This reply has been marked as private.
    #281478
    This reply has been marked as private.
    #281509

    Hey!

    Seems like i simply changed the position of the code in Functions.php file as i mentioned earlier. You can find the code below following line in Functions.php

    'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    Regards,
    Yigit

    #281555

    Hi, Yigit.

    Sorry, I understand that I have to modify the file wp-content/themes/enfold/functions.php, but I will add a new line or modify an existing line?
    regards

    #281574

    Hi!

    No you do not need to. You can find the code i posted here – https://kriesi.at/support/topic/remove-tooltip-images/#post-279110
    in functions.php file, i have already added. Is there something wrong with it?

    Regards,
    Yigit

    #281710

    Hi, Yigit.

    Sorry again, could not find the code that you had added to functions.php. Now I’ve seen.

    On this subject I mention that besides the change in functions.php, I added the code to post avia.js 268793.

    With these two modifications http://www.arojo.es works well.

    But the problem I have another installation of Enfold (www.rojocj.es) that I use for testing. Having made the changes in functions.php and avia.js. Watch as seen in the image gallery http://www.rojocj.es/?page_id=53: keep looking tooltips white background.

    Privately I send you login details.

    Greetings.

    #281711
    This reply has been marked as private.
    #282129

    Hey!

    Editor is missing under Appearance tab. Please try adding the code right below following line in Functions.php file

      'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    Regards,
    Yigit

    #282742

    HI, i have made the following changes and does not work:

    jQuery(document).ready(function($){
    jQuery(‘img’).removeAttr(‘title’);
    });

    IN THE END avia.js

    —————————————————————–

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘.avia-gallery-thumb a’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script’);

    IN functions.php AFTER

    ‘bitcoin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue92a’),

    Regards

    #283213

    Hi!

    I tried to login to your website using the login credentials you posted here – https://kriesi.at/support/topic/post-279510/#post-281711
    but they are not working. Can you check once again?

    Best regards,
    Yigit

    #283820
    This reply has been marked as private.
    #284314

    Hey!

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

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Cheers!
    Yigit

    #284602

    Hi !

    When I add the function that you have indicated does not load the home page …

    Regards

    #284608

    Hey!

    I cannot see Editor tab in Appearance when i log in. If you do not mind posting FTP access privately, i can add the code for you.

    Best regards,
    Yigit

    #284835
    This reply has been marked as private.
    #284851

    Hey!

    It should be working fine now. Please check your website now

    Best regards,
    Yigit

    #284860

    Hi

    now works perfectly.

    Thank you very much.

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘POST #279510’ is closed to new replies.