Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #455184

    Hey 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,
    Yigit

    #455340

    Hi 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

    #455905

    Hi!

    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,
    Yigit

    #455958

    Hi Yigit,

    This is the kind of effect I’m looking to achieve:

    View post on imgur.com

    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

    #455979

    Hey!

    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-more

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.