-
AuthorPosts
-
June 5, 2015 at 10:56 am #455041
Hello Enfold! Sales as good as ever!
On the Full Width Easy Slider, a small popup with the Image Title appears when I hover over images that do not have captions, as in the first image on my homepage below. (This title popup does not appear on captioned images.)
How can I remove this little pop up title? I guess there’s a CSS class to target it.
Thanks very much indeed!
Regards,
Christian
June 5, 2015 at 5:32 pm #455184Hey jaroljmek!
Please add following code to functions.php file in Appearance > Editor
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');
Regards,
YigitJune 5, 2015 at 10:59 pm #455340Hi Yigit,
Great thanks for that.
Two more really small questions:
1. Grid Row
Is it possible to have a Grid Row sitting on top of an image? I’ve tried to place the Grid Row on top of a Colour Section but it doesn’t seem to work. My idea is to have two or three colour blocks with text/icons running full width but overlaid on top of a larger/higher image background. Is there a way of achieving this?
2. Timeline
Is it possible to feature a timeline in Enfold? Or is there a plugin that you’d recommend that will be compatible with your CSS?
Thanks once again!
Regards,
Christian
June 8, 2015 at 10:31 am #455905Hi!
1- Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
2- Please request such feature here – https://kriesi.at/support/enfold-feature-requests/Best regards,
YigitJune 8, 2015 at 11:00 am #455958Hi Yigit,
This is the kind of effect I’m looking to achieve:
It would be nice to bleed the three boxes full width of the browser in the way that your Grid Row works, over the image.
Thanks!
Regards,
Christian
June 8, 2015 at 11:37 am #455979Hey!
Please update Enfold to the latest version 3.2 – kriesi.at/documentation/enfold/updating-your-theme-files/
Now you have more control over columns so it is easier to create such layout. You can take a look at highlighted features here – http://kriesi.at/archives/enfold-3-2-super-flexible-columns-new-church-and-wedding-demos-and-so-much-moreBest regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.