wjgoodman
Forum Replies Created
-
I found it.
Thanks so much for your help!It is a great plugin and I appreciate the support.
Tom,
Thanks for your response. To be clear, you need a license for the pro version for this feature… correct?
Forum: Plugins
In reply to: [Event Tickets and Registration] Has conflict issuesI have the ticketing plugin on a development site in which I had to change all the classes for my accordions, but that is complete. I can tell you that the classes for accordions in your plugin should contain unique nomenclature and it does not.
My bigger issue is with the Cf7 Fields Repeater plugin by Naji Amer not working and my form can be found here:
https://www.riverhousenewhope.com/application-for-employment/The Education and References sections do not display as long as the Events Tickets plugin is enabled. My solution will be to change the form plugin. I am in the process of doing that.
I think this will help you find the conflict. I have the exact form on another website in which I don’t use the Ticketing plugins. You can see how the repeater works:
https://www.reedsatshelterhaven.com/application-for-employmentHere is the repeater plugin site that your plugin conflicts with can be found here:
https://www.ajaxy.org/product/contact-form-7-repeaterI found the solution. The recipient field needs to be required in the form. Once I did that, the validation error went away.
Forum: Plugins
In reply to: [Email Address Encoder] Will the premium version work with ACF fields?I got my answer. This is s a great plugin!!!
echo eae_encode_str(get_field('ACF_Field_Name'));
Forum: Plugins
In reply to: [We’re Open!] The Schedule Won’t SaveThanks for your response.
I had to use another plugin due to time restraints.
I’ll try your plugin again for another project.
-thanksForum: Themes and Templates
In reply to: [Twenty Twenty-One] TwentyTwentyOne Navigation GlitchThanks so much Oliver for your help. The code from the second link worked perfectly:
.primary-navigation-open .primary-navigation > .primary-menu-container { position: relative; }
Thanks Oliver.
I tried your code from this page within a media query…It works great in Chrome, but when I tested it on Safari, the navigation displays strange on resize and corrects on reload.
It seems that if I remove the fixed position it works correctly in Safari:
`.primary-navigation-open .primary-navigation {
width: 100%;
position: fixed;
}- This reply was modified 3 years, 9 months ago by wjgoodman.
Thanks so much for your explanation. It is exactly what I am looking for.
I will use your plugin and I am very pleased with your support!
I’ll experiment with it an hopefully I am successful.-W
Does this work outside of the loop in a custom template using do_shortcode in PHP?
Forum: Plugins
In reply to: [Portfolio Gallery - Image Gallery Plugin] Mouse over effect only shuttersYes, that worked.
I just gave you a great review.
Thank you so much!Forum: Plugins
In reply to: [Portfolio Gallery - Image Gallery Plugin] Mouse over effect only shuttersI updated and cleared cache and it still shakes on mouseover. Is there a setting I missed?
This plugin should just roll back the WordPress version, but…
I never used that rollback plugin myself. It is what the theme’s tech recommended.
For me, I decided to remove this hotel booking plug for this current website I am building. I am not using it for the actual booking anyway. We will be using TravleClick for booking. I was using the plugin’s custom post type for rooms, but I can either make my own custom post type or just use pages for them.
- This reply was modified 5 years, 9 months ago by wjgoodman.
I had put a trouble ticket into the theme developer for the theme I am using that is using this plugin. At first he was thinking it was just me, but after some back and forth he realized that this plugin needs an update. His suggestion was to rollback the WordPress version until this plugin is fixed: https://www.ads-software.com/plugins/wp-rollback/
- This reply was modified 5 years, 9 months ago by wjgoodman.
I added the Hotel Booking plugin to another website with PHP 7.1 and I got the same blank white page.
The plugin does not work with the latest version of WordPress.
I had no other plugins loaded and I used a default theme.This is the error:
Fatal error: Call to undefined function deactivate_plugins() in /home4/m0y1k3j3/public_html/shelley/wp-content/plugins/wp-hotel-booking/includes/class-wphb-install.php on line 50.