-
AuthorPosts
-
June 20, 2014 at 12:09 am #281458
Hi. In relation to entry # 279510, please tell me how you solved the problem.
regardsJune 20, 2014 at 12:36 am #281462Hi 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,
YigitJune 20, 2014 at 1:15 am #281475This reply has been marked as private.June 20, 2014 at 1:22 am #281478This reply has been marked as private.June 20, 2014 at 7:20 am #281509Hey!
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,
YigitJune 20, 2014 at 12:12 pm #281555Hi, 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?
regardsJune 20, 2014 at 1:21 pm #281574Hi!
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,
YigitJune 20, 2014 at 6:27 pm #281710Hi, 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.
June 20, 2014 at 6:29 pm #281711This reply has been marked as private.June 22, 2014 at 11:42 am #282129Hey!
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,
YigitJune 23, 2014 at 11:37 pm #282742HI, 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
June 24, 2014 at 8:20 pm #283213Hi!
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,
YigitJune 26, 2014 at 12:17 am #283820This reply has been marked as private.June 26, 2014 at 10:33 pm #284314Hey!
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!
YigitJune 27, 2014 at 3:56 pm #284602Hi !
When I add the function that you have indicated does not load the home page …
Regards
June 27, 2014 at 4:05 pm #284608Hey!
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,
YigitJune 28, 2014 at 1:26 pm #284835This reply has been marked as private.June 28, 2014 at 6:23 pm #284851Hey!
It should be working fine now. Please check your website now
Best regards,
YigitJune 28, 2014 at 7:33 pm #284860Hi
now works perfectly.
Thank you very much.
-
AuthorPosts
- The topic ‘POST #279510’ is closed to new replies.