Chris Dillon
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] CRITICAL Uncaught ArgumentCountErrorThe problem is with Contact Form 7 Extension For Mailchimp. You should post this on their support forum instead.
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalThanks. I imported the file. The slider is working.
There’s nothing more I can do. I suggest you ask Genesis support if they can help.
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalThe slider is working for me in Enterprise Pro with default settings.
Please export your Genesis theme settings and send the .json file to chris at strongwp.com.
In the Scripts options on the sample-testimonial page, is there anything in the Header Scripts and Body Scripts options? What is the setting for Body Scripts Position?
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalThanks Adam. I will start troubleshooting with Enterprise Pro.
Forum: Plugins
In reply to: [Strong Testimonials] PHP 7.2: error on form submitThanks for the details. I develop and test in PHP 7.2 and do not get any warnings.
It sounds like a conflict with your theme or another plugin. You will have to narrow it down by deactivating other plugins one by one and testing the form each time. If the warnings stop then it is a conflict with the last plugin deactivated. If the warnings continue with all other plugins deactivated, then it is a conflict with the theme.
Once we identify the conflict I will try to devise a solution.
Forum: Plugins
In reply to: [Strong Testimonials] Add this to a homepageYes, use this template function with the view ID:
<?php if ( function_exists( 'strong_testimonials_view' ) ) { strong_testimonials_view( 1 ); } ?>
Forum: Plugins
In reply to: [Strong Testimonials] How to limit charactersThe plugin does not provide an option for that. I will add it to the feature request list.
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalThanks for trying that. We can rule out the obvious. So we need to narrow down the conflict.
Start deactivating other plugins one at a time, starting with caching and optimization. Test the page with each time. If the slider starts working then there is a conflict with the last plugin deactivated.
If the problem occurs with *all* other plugins deactivated then it is a conflict with the theme.
Once we identify a conflict, I will try to devise a solution.
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalDelete and reinstall Strong Testimonials. You won’t lose any settings or testimonials. Test the page.
On the Testimonials > Settings > Compatibility tab, try setting “Ajax Page Loading” to
General. Test the pageAlso on the Compatibility tab, set “Load Event” to window load. Test the page.
Forum: Plugins
In reply to: [Strong Testimonials] Can’t get testimonials horizontalHi,
Try clearing your Autoptimize cache. You may also need to disable the Autoptimize JavaScript options.
Forum: Plugins
In reply to: [Strong Testimonials] Star Rating – Where?No advanced filter like that yet. But you can create a view for any category.
Forum: Plugins
In reply to: [Strong Testimonials] Star Rating – Where?WordPress strips HTML from widget titles. For SEO, it’s best to leave that as h3. Just add style.
h3.widget-title { font-size: 32px; line-height: 36px; }
Forum: Reviews
In reply to: [Strong Testimonials] Plugin, Support and responsetime is unbelievableThank you very much!
Forum: Plugins
In reply to: [Strong Testimonials] Star Rating – Where?Thanks, I appreciate that.
I will work on improving Masonry responsiveness.
Forum: Plugins
In reply to: [Strong Testimonials] Star Rating – Where?Try this instead:
/* Heading link hover color */ .strong-view.modern .testimonial-heading a:hover { color: #5a5a5a !important; }