gwledford
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Himalayas] Slider not correct on phones and tabletsI tried that. No luck. It’s still not working properly on phone of tablet. It works fine on workstation and laptop.
Forum: Themes and Templates
In reply to: [Himalayas] Slider not correct on phones and tabletsDoes nobody read these things?
Forum: Themes and Templates
In reply to: [Himalayas] Slider bar overlapping slidersThe first thing I did was disable all of the plugins. It didn’t resolve the issue. It’s definitely not a plugin.
Forum: Plugins
In reply to: [WP Prayer] WP 5.6.1 breaks Go Prayer?The page is protected and is only available to logged in members so I can’t post the link. I don’t think it’s an issue with Go Prayer, though. It looks like it’s the page. The admin before me used Cornerstone to setup the pages and it has caused all kinds of issues. I’ll keep troubleshooting from my end. Thanks for your response. Love the plugin!
Forum: Plugins
In reply to: [WP Prayer] WP 5.6.1 breaks Go Prayer?I spoke too soon. It stopped working again. The wheel just spins and spins. Has anyone else experienced this?
Forum: Plugins
In reply to: [WP Prayer] WP 5.6.1 breaks Go Prayer?I deactivated and deleted the plugin and reinstalled 1.5.1 and it seems to be working now. Not sure what caused the issue.
Forum: Plugins
In reply to: [WP Prayer] Prayer_user_IP errorI manually dropped the field into our MYSQL database and it fixed the issue. You might want to check your UPDATE commands in the newer version of your software because it appears it’s not working properly.
Forum: Themes and Templates
In reply to: [Business Insights] Change the slider interval?Location under functions.php:
wp_enqueue_script(‘owlcarousel’, get_template_directory_uri() . ‘/assets/libraries/owlcarousel/js/owl.carousel.js’, array(‘jquery’), ”, true);
wp_enqueue_script(‘bootstrap’, get_template_directory_uri() . ‘/assets/libraries/bootstrap/js/bootstrap.js’, array(‘jquery’), ”, true);
wp_enqueue_script(‘match-height’, get_template_directory_uri() . ‘/assets/libraries/jquery-match-height/js/jquery.matchHeight.min.js’, array(‘jquery’), ”, true);Forum: Themes and Templates
In reply to: [Business Insights] Change the slider interval?Well I fixed this on my own. If someone needs it:
edit functions.php and remove owl.carousel.min.js and replace it with owl.carousel.js
and also remove bootstrap.min.js and replace it with bootstrap.jsthen go to /libraries/bootstrap/js/ and rename bootstrap.min.js to bootstrap.min.old
and also to go /libraries/owlcarousel/js/ and rename owl.carousel.min.js to owl.carousel.min.old
this just makes sure they’ll never be usednow that those files are changed, you can edit owl.carousel.js and change these settings:
Autoplay.Defaults = {
autoplay: true,
autoplayTimeout: 9000, (means 9 seconds before the slide changes)
autoplayHoverPause: true, (means if someone moves their mouse over the slide it’ll stick until they remove their mouse cursor)
autoplaySpeed: true
};Forum: Plugins
In reply to: [StaffList] Hiding an imported column?Thanks. Would also love to see the ability to import more than one Excel spreadsheet to create more than one Staff List. It would give me the ability to create more than one list from more than one file so I could have multiple lists formatted the way I need them to look. Keep up the good work!
Forum: Plugins
In reply to: [StaffList] Sort orderIt didn’t work importing from XLSX but did work importing from CSV so that part is good. It looks really weird with all those zeroes as placeholders, though. Would love to see this updated in a future revision. Thanks again!