glideranderson
Forum Replies Created
-
Another suggestion, have the option to turn off ability to see all media categories. I am using this uploader for specific users on my site and other users will not have the ability to see other categories, only the one I choose for them.
I agree with the first 3 suggestions. Having the ability to shortcode which cateogry to show would help me alot!
Forum: Plugins
In reply to: [cforms] Fatal error when activating Cforms (11.7.1, 12.2)the better way would be to type cast, as it is a global variable
$cformsSettings = (array) $cformsSettings;
However, this is a bandaid to a deeper problem. And actually this gets rid of the error, but does not explain or help why your settings array is not being read correctly (which is my issue) and by doing this type casing it prevents me from reading the settings array correctly (meaning my forms have all disappeared)
I do not have an answer to this issue, sorry as I am still having it
I uninstalled version 0.2.1 via wordpress. Then reinstalled version 0.1. The data for the testimonials table still existed (the author, etc). It repopulated the testimonials admin section with testimonials after the deletion. The data was never deleted when I uninstalled? Maybe that is where my issue is with the newer version??? could there be a conflicting setting in the settings (options) wordpress table?
The version 0.1 works fine now ??
https://awesomescreenshot.com/030rb7168
Screen shot of admin testimonial section.
Thanks, I will download the version 0.1.
Would this be version 1 –
https://plugins.svn.www.ads-software.com/testimonials-widget/branches/dev/
Do you know of a place I can download the older version of Testimonials Widget (before it went multi-widget). I had it working just fine and I can use the Quote Collection (https://www.ads-software.com/extend/plugins/quotes-collection/) in combination with the old Testimonials Widget. I just need two.
Correction, I cannot update any setting in the widget. I know the widget got updated from version 1 because in wp_options, it includes the multiwidget flag. I am just not sure why the widget is not behaving. Any help would be much appreciated.
this is my link: ‘https://glideinteractive . net/lawyer/’ (bottom left sidebar, Testimonials and Case Victories)
hi tollmanz,
I actually just switched to get_terms function instead, which is working better anyway ??
I couldn’t get the wp_list_categories to work (tho I didn’t try too hard). The smarter way to list the taxonomies is get_terms function in my case. Sorry I couldn’t give more information.
Take care,
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adding Hidden FieldsThank you so much Alison, that is exactly what I was looking for. You saved my day!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Adding Hidden FieldsI have been looking at the old hidden.php module file and the code for the new modules have changed so much I really don’t want to rewrite this module if it has already been done.
Thank you so much
Forum: Plugins
In reply to: [Contact Form 7] How can Contact Form 7 select a different DB to write tohttps://www.ads-software.com/extend/plugins/contact-form-7-to-database-extension/
Not exactly what you need, but you can look at the code to see how this developer did it.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Number fields and Upload fieldhttps://www.ads-software.com/extend/plugins/contact-form-7-to-database-extension/
This plugin creates a database from the contact form 7 sent forms. I have used to grab data. I do not know if it handles files. But you can look in the code to see how the developer hooked into the Contact Form 7 form to extract the data.