rochdesigns
Forum Replies Created
-
Hi @barceloch if it’s image sliders, there’s no built-in function yet to filter by author. What you can do, if there’s just a few authors is:
- Create slideshow for each author
- update your theme’s author.php – the template for the Author Page and add the code like this:
//8 as author id if( is_author('8'); ) { <?php echo do_shortcode('[metaslider id="123"]'); ?> } if( is_author('12'); ) { <?php echo do_shortcode('[metaslider id="456"]'); ?> }
Hope this helps.
- This reply was modified 1 year, 11 months ago by rochdesigns.
Hi @amyyuan I checked that page and the slideshow is working on iOS and Android. On what device and browser did you view that page? You can also try clearing your cache to see if the issue still shows up.
Hi @podpirate we can’t replicate the error on our end. Would it be okay if you provide as with your slider’s settings? Thanks!
Hi @dogel
I tried creating a custom code that will update Flexslider parameters depending on the slider that’s clicked but the
keyboard
parameter is not included on the options that can be updated.There is an existing parameter for Flexslider –
multiplekeyboard
this is disabled by default but it allows to use keyboard on multiple slides. Only issue is all the sliders will move to the next slide when keyboard is used.Here’s how to enable it using our function: https://gist.github.com/rochdesigns/eee454b4968aceec825646fadc0797d9
Forum: Plugins
In reply to: [WP Store Locator] Scroll to Search Result When Clicking MarkerYes, I hope there will be a hook available to add extra scripts for the map itself. Thank you!