WooExpert
Forum Replies Created
-
Hi Promosapien!
Here with late reply due to weekend in between. Have checked your site and am pretty sure that
wp_head()
is missing in your header.php due to which header js and CSS is not getting en-queued by WP Contact Slider.Kindly check this and we will also recommend to either use some WordPress standard theme or customize your own to WordPress theme standards. Else you wouldn’t be able to use any WordPress Plugin.
Thanks!
Forum: Plugins
In reply to: [Analytics for Woo Sensei] Modified Alert for Sensei ActivationHi Brad!
We have fixed that issue in both of our plugins;
View Changelog For Woo Sensei Analytics
View Changelog For Woo Sensei ShortcodesWhat we did here is instead of using
is_plugin_active()
we have added check for classSensei_Main
as following.if( !class_exists( 'Sensei_Main' ) ) { ..... ..... }
So now this would work for any file name. Thanks for reporting this issue.
Forum: Plugins
In reply to: [Shortcodes for Woo Sensei] Check constants before defining themHi Tripflex!
Version 1.2.0 released with fix for redefining constants and some other bug fix.
View ChangelogJust Update your Woo Sensei Shortcodes plugin from installed plugins page and you are done.
Thanks for using Woo Sensei Shortcodes and reporting this bug.
Forum: Reviews
In reply to: [Shortcodes for Woo Sensei] Works but WP_DEBUG outputs warningsHi Tripflex!
Version 1.2.0 released with fix for redefining constants and some other bug fix.
View ChangelogJust Update your Woo Sensei Shortcodes plugin from installed plugins page and you are done.
Thanks for using Woo Sensei Shortcodes and reporting this bug.
Hi Dave!
Sorry for being late to this reply. Actually to do this you need to do some js tweaks as there is no easy way to do that in present version.
Will look into this feature in our future releases.
Thanks!
Hi Promosapien!
I would suggest just to switch to twentythirteen or twentyfourteen theme to test if WP Contact Slider is working in your setup to make sure that its really your theme or something else.
Also make sure your theme do contains
wp_footer()
template tag which should be either in yourfooter.php
or immediately before</body>
tag in a theme template.Let us know what ever you find after these steps.
Thanks!
Thanks for sharing the screen shot. OK seems like its your W3 Total Cache Plugin. Because not even the style sheet is being included in the header by WP Contact Slider.
Here is How To Video on how you can clear your cache
So just clear your cache and check it out.
Let us know if still you have any issue.
Thanks!
Hi Promosapien!
Try to share screenshot of WP Contact Slider Setting page so that we can check if something is missing.
Thanks!
@jdembowski Thanks for redirecting us to the right path as we were not aware of this policy. Will keep this in mind for next time.
@promosapien sure we are always if you need any help. And no issues.
Thanks!
Hi BraveNewCode!
Version 1.50 released with fix of closing tag issue.
View ChangelogJust Update your WP Contact Slider plugin from installed plugins page and you are done.
Thanks for using WP Contact Slider and reporting this bug.
Hi Mikemalott!
Thanks for reviewing our plugin. We have tested WP Contact Slider on different themes including Twentythirteen, Twentyfourteen, Twentyfifteen and Storefront but were unable to reproduce the error you mentioned.
Can you please share your theme so we can check with that to get to your issue. And one thing its always better to start with support if you have some issue as thats place where things are disucssed and fixed.
Thanks!
Forum: Reviews
In reply to: [Shortcodes for Woo Sensei] Works but WP_DEBUG outputs warningsHi Tripflex!
Thanks for reporting this issue. Will try to fix and update soon to let you update this review ??
Thanks!
Forum: Plugins
In reply to: [Shortcodes for Woo Sensei] Check constants before defining themHi Tripflex!
Thanks for reporting this issue. Will try to fix and update soon.
Hi Promosapien!
There might be some conflict. Kindly activate the plugin so that we can check the issue.
Thanks!
Hi Cealin!
Glad to know that your issue is resolved. And Thanks for sharing here.