Donna Fontenot
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Appointments] Classes for Booking Overview rows pleaseNew classes work great, thank you.
Forum: Plugins
In reply to: [Easy Appointments] Easy Appointments Makes Media Admin Menu Item DisappearPerfect, thanks!
Forum: Plugins
In reply to: [Easy Appointments] Classes for Booking Overview rows pleaseThank you, I can wait that long.
Forum: Plugins
In reply to: [Cyclone Slider] Update gives Strict Standards errorsAnother bug: new import export process didn’t work. I exported a slider, but when importing it, after choosing the zip file, I get the error message “no zip file found”. Of course, I just chose the zip file (which does have data in it, including images and a json file), so why it says “no zip file found” is beyond me.
Forum: Plugins
In reply to: [Cyclone Slider] Update gives Strict Standards errorsActually, there are more errors. When I click to export a slider, I get the following errors as well.
Notice: Undefined index: all_sliders in /mypath/wp-content/plugins/cyclone-slider-2/src/CycloneSlider/ExportPage.php on line 178
Warning: Cannot modify header information – headers already sent by (output started at /mypath/wp-content/plugins/cyclone-slider-2/src/CycloneSlider/ExportPage.php:5) in /home/thegrav7/public_html/happylifewptheme/wp-includes/pluggable.php on line 1178
Michael, are you suggesting that NGG is violating the GPL?
@photocrati – you didn’t reply, is the source code available for those binaries?
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Causing customizer errorAccording to that trac, the bug has been fixed and we should see it 4.2. Thanks Marco for reporting the bug to them and staying on top of it.
I found it. All 5 of those santizie_callback lines looked exactly the same – to the naked eye. But when I did a CTRL-F to find that line, it showed only 4 of the 5. Despite the 5th looking exactly the same, there was something different about it – hidden character, or something like that. When I redid that line, the error disappeared. Thanks!
Forum: Plugins
In reply to: [MaxGalleria] No lightbox?Gave up and used a different solution, so I don’t have an example to show any longer, sorry.
Forum: Plugins
In reply to: [Font Awesome 4 Menus] Undefined index: n9m-font-awesome-4.php on line 33This error just started showing up for me today.
Forum: Plugins
In reply to: [Login Lockdown & Protection] Update Settings button not workingThis got fixed this morning
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] The near-daily updates are driving me crazyI lost count before finally quitting the use of the plugin, but there were at least 20 or more updates in about as many days. Some of those updates could have been combined. Hard work? Yes. Poor management of updating? I think so. In any case, I finally decided it wasn’t worth my time.
Forum: Plugins
In reply to: [ULTIMATE TABLES] The name of the table in the admin panelI agree! So far, I have 8 tables, with more to come, and it’s ridiculous to not be able to tell which one to edit. Please add this.
Forum: Themes and Templates
In reply to: [Willingness] Center the main nav?Got it! Forced it by using
.menu, .menu-menu-1-container {
margin: 0 auto;
display: table;
}Forum: Themes and Templates
In reply to: [Willingness] Center the main nav?Sorry, developing it locally, so don’t have a way to show it to you yet. I’ve tried margin:0 auto; on just about everything menu related (site-navigation, navigation-main (and the UL etc. elements of each). Menu doesn’t budge from aligning to the left.