Forum Replies Created
-
AuthorPosts
-
Hi!
It does not work.
Does the code must be entered before or after:require_once (‘functions-enfold.php’);
Best regards,
Hi, Josue.
I added the following code at the end of funtions.php:
modify_share_title function () {
return “Share this”; / / “Compartir esta entrada:”
}
add_filter (‘avia_social_share_title’, ‘modify_share_title’);But it does not work, the syntax is correct?
On the other issue also pertains to social icons Entries
When placed the pointer over one of the social icons, a label appears with the text “Share on Twiter”, “Share on Facebook”, etc.. I need to change that text to appear in Spanish: “Compartir en Twiter”, “Compartir en Facebook”, etc..
regards
Hi
now works perfectly.
Thank you very much.
This reply has been marked as private.Hi !
When I add the function that you have indicated does not load the home page …
Regards
This reply has been marked as private.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
Hi Devin!
know any plungin to integrate well in Enfold?
Regards
This reply has been marked as private.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.
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?
regardsThis reply has been marked as private.This reply has been marked as private.Now it is perfect !!
Thank you very much.
Regards.
Hi, Ismael.
Sorry for the defects in translation. I’ll explain:
In pictures titled (with text in the Caption field) for the galleries, when you mouse over them, we see a black vignette with the title, and also a tooltip, white background appears with the same text as the vignette. I want to see only the vignette, not the tooltip. You can see an example in http://arojo.es/reparaciones/.regards
This reply has been marked as private.This reply has been marked as private.Hi.
I added the function to functions.php, but does not work: continue to appear tooltips and cartoons in the titled images.Regards…
The text has disappeared.
Thank you very much.Hi Yigit, I have included the function shown in https://kriesi.at/support/topic/easy-slider-remove-auto-alt-text-on-images/ # post-268838 but still not working.
Thanks for your attentionHi, I added the CSS code and now it works.
Thank you very much.
i mean the Header background
thank you, Dude.
-
AuthorPosts