majancart
Forum Replies Created
-
No, I have had flexslider installed since the site was created. It is used for the responsive menu and has never been an issue before.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Nested Groups ProblemOh jeez! Thank you SO MUCH. Sorry to bomb you with my coding mistake! Things are looking great now ??
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Nested Groups ProblemSure. I just realized I also need a group for the end if the user answers “No”. But my problem is that there is a group after “Dry Type” that should also show for “Oil Filled” and does not. As far as I can tell it is outside the Dry Type group and should show up for both sets of questions. Thank you SO MUCH for your quick response!
if [checkbox-dry1] equals "core & coils to retrofit into an existing enclosure" then show [retro] if [checkbox-oildry] equals "Dry Type Transformer" then show [dry] if [checkbox-oildry] equals "Oil Filled Transformer" then show [oil] if [checkbox-quote] equals "Yes" then show [quote]
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] 404 on bid submission +It was an issue with my jquery. Apparently, both your plugin and my responsive menu use the $ symbol as a shortcut for the actual jquery function. So, all I ended up having to do was change the $ symbol to jquery in each function that used the symbol in my menu and presto! it was fine.
Thanks for checking back in, although it is pretty late in the game if I hadn’t found it myself.
Mike
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] 404 on bid submission +Okay, nevermind, it was a js conflict with my responsive menu. Now to fix!
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] 404 on bid submission +I have tried deactivating all plugins and switching themes to see if it was a js error, but nothing worked. Thanks.
Me too. Got 500 internal server error until I disabled soliloquy.
Yes sir, it is still there, the link is working on my end, but just in case:
https://oldcrowefarm.com/farmstay-bed-breakfast/register-to-stay/
thanks,
MikeSorry about that, I should know better!
In the words of Bill & Ted, “EXCELLENT!” Thanks.
Okay. I’ll keep an eye out. It’s ironic that the resource manager that usually helps with conflict is causing it, LOL! Honestly though, I’m sure you’ll agree, I think there is an underlying cause that is not coming from you guys. I have many installs that run both Nextgen and CF7 without any issues…
Go with God,
~MikeYES YES YES! That worked. Sending out a fist bump to you Cais. Thanks man. God Bless! Are there any ramifications to turning off the resource manager?
Causes:
Fatal error: Call to undefined function add_filter() in /home/nsalzman/ahtva.com/wp-config.php on line 74
when added to wp-config.php , I thought you might have meant functions.php but it doesn’t do anything when added there…
Yes, it still does it. Actually, I found the issue but don’t know it’s origin. The script after the
<!-- ngg_resource_manager_marker -->
on my site is:
<script type='text/javascript' src='https://www.ahtva.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
but it should be something like
<script type='text/javascript' src='https://www.ahtva.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script> <script type='text/javascript' src='https://www.ahtva.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script> <script type='text/javascript' src='https://www.ahtva.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script> <script type='text/javascript'>
I tried doing a fresh install of wordpress, new database, new cf7 and next gen, twentyfourteen theme… still happening.
I’m thinking you’re right, but I looked over things and nothing is unusual. I have other sites I run NextGen and CF7 on with no issues. Any guesses? The only reason I’m conferring with you is because it works fine when I deactivate Next Gen…