-
AuthorPosts
-
December 8, 2014 at 10:55 pm #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
December 9, 2014 at 4:42 pm #365415Hey 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!
ElliottDecember 9, 2014 at 6:18 pm #365443Thanks 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.
December 9, 2014 at 9:05 pm #365610Hi!
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,
ElliottDecember 9, 2014 at 9:18 pm #365617Hi,
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.December 10, 2014 at 4:08 am #365826Hi!
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,
IsmaelDecember 10, 2014 at 4:22 am #365831Hi!
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!
AndyFebruary 9, 2015 at 11:58 am #392960This 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 :)
February 10, 2015 at 4:16 am #393467Hi 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,
AndyFebruary 10, 2015 at 10:26 am #393587Hi 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.
February 10, 2015 at 3:07 pm #393704Hey!
cool. So can we close this thread here?
Cheers!
AndyFebruary 10, 2015 at 4:24 pm #393751Sure.
-
AuthorPosts
- The topic ‘Large Testimonial Slider and RSS widget’ is closed to new replies.