Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #365015

    Hello,
    I am using the large testimonial slider on the home page of a site I’m developing http://dev2.addaconcierge.com. The slider becomes stuck after a period of time, showing partial quotes from two slides. Is there a fix for this?

    Secondly, I would like the RSS widget feed items to open in a new page. We updated widgets.php from href=’$link’ to href=’$link’ target=’_blank’ in the $title = “<a class=’rsswidget’ line but that only works with the title. Is there a different line to add this to get all of the item links to open in a new page?

    Thanks for your help.

    Matt

    #365415

    Hey mattb1169!

    I waited around for a bit but the testimonials worked fine. What browser are you using?

    For the RSS try adding this to the bottom of your functions.php file.

    add_action( 'wp_footer', 'enfold_customization_rss_newtab' );
    function enfold_customization_rss_newtab() {
    ?>
    <script type = "text/javascript">
    jQuery(document).ready(function(){
    jQuery('.rsswidget').attr('target', '_blank');
    });
    </script>
    <?php
    }
    

    Cheers!
    Elliott

    #365443

    Thanks Elliott,
    I will make the addition. I was using Safari and when I left the page open I would see the testimonial slider freeze after several minutes. I will see if it happens in Chrome and FireFox, might just be a Safari thing. Here’s a screen shot of it in Safari when it freezes http://dev2.addaconcierge.com/wp-content/uploads/2014/12/Screen-Shot-2014-12-09-at-9.57.04-AM.png

    • This reply was modified 9 years, 11 months ago by mattb1169.
    #365610

    Hi!

    Are you on Mac or Windows? I’m on Windows and the fade looks a bit different from Firefox or Chrome but it hasn’t gotten stuck yet for me.

    Best regards,
    Elliott

    #365617

    Hi,
    Thanks for the response. I’m on a Mac running Safari 7.1. It seems to work ok on my Mac using Chrome or FireFox.

    #365826

    Hi!

    I’ll ask the rest of the support team to confirm this. I tested it on safari windows 8 and it doesn’t freeze.

    Regards,
    Ismael

    #365831

    Hi!

    I can’t open your screenshot http://dev2.addaconcierge.com/wp-content/uploads/2014/12/Screen-Shot-2014-12-09-at-9.57.04-AM.png
    Anyway it doesn’t stop for me on Mac OSX 10.9.5 with Chrome and Safari 7.1
    Please check on other computers as well.

    Cheers!
    Andy

    #392960

    This is also happening on my mac in Safari. Any news on how to resolve this issue? And, yes, WP and all plugs and themes are up to date :)

    #393467

    Hi nickamis,

    did you already try to deactivate all plugins? go ahead and send us a link to your website showing the issue so we can inspect it. Admin access would be good as well.

    Best regards,
    Andy

    #393587

    Hi Andy, yes have tried deactivating all plugins. I’ve actually started a new topic on this subject and one of your colleagues has picked it up.

    #393704

    Hey!

    cool. So can we close this thread here?

    Cheers!
    Andy

    #393751

    Sure.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Large Testimonial Slider and RSS widget’ is closed to new replies.