lazykins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3Here is the entry message from the error log associated with the missing 3.2.* Customizr screen in admin, WP 3.9.2
PHP Fatal error: Call to undefined method TC_controls::input_attrs() in /wp-content/themes/customizr/inc/admin/class-controls.php on line 156
Forum: Themes and Templates
In reply to: [Customizr] I think a bug in MenuI have the same problem with all IOS browsers I have tested. I am running WP 3.9.2, what version of Word Press are you running?
Forum: Themes and Templates
In reply to: [Customizr] Expanded gallery images hidden by top menu!Hi RockyGoat.
The z-index of the header is higher than the z-index of the gallery images.
You need increase the z-index of the gallery’s wrapper and probably the other fancybox elements, too… put this in your custom css or child theme css to start:
#fancybox-wrap {z-index:11010 !important;}
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3Yes afjsystem. I have the same issue as you. The admin panel for “Customize” is blank. The top level of the accordion menu is there but nothing on sub levels. I think there are ALSO front end glitches that are almost certainly related to the options that can be set in admin “Customize.” For example, the “expand on click” setting for navigation menus is not working on Safari. Since I cannot get to the “Customize” screen, I can’t change this setting.
So I installed older version and will wait.
Forum: Themes and Templates
In reply to: [Customizr] Help! customizr/css directory missing after updateMarking resolved. See this post – same issue
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3Sorry to keep posting but I had to roll back to 3.1.24 to get my customization screen back. I did try deactivating the few plugins that I have installed but there was no change.
Additionally, the drop down menus in 3.2.3, which I had set to expand on click before update, did not appear and did not function at all on iPad.
Strange though, when you left the browser tab and returned to it later, they were there and somewhat functional but they had a delay. So I am chalking that up to a setting in the missing Customize admin panel. There was also a redraw issue with the slider.
I will keep watching the forum for updates.
Forum: Themes and Templates
In reply to: [Customizr] Menus not working correctly on tabletI don’t think this topic should be closed. Some of us need to have top items clickable. Menus are very broken in latest update.
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3There is another issue. The menus aren’t dropping down properly on Mac safari and behaving strangely on Chrome/Windows, which I suppose is probably a customizer setting.
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3Hi. Filezilla was probably the cause of my missing directories but I am indeed unable to do any customization. So I uninstalled the parent customize theme and installed 3.2.1 from the zip file to see if I could get it back.
However it did not resolve the blank customization screen issue of the op.
When you are using a child theme, is there an activation order you have to follow when updating? I’ve never encountered this before and use child themes with other parent themes.
Forum: Themes and Templates
In reply to: [Customizr] Help! customizr/css directory missing after updateI uninstalled update and manually installed 3.2.1. Directories are now present again but theme still cannot be customized, so I am not marking this resolved.
Forum: Themes and Templates
In reply to: [Customizr] Cant do customization in 3.2.3Yes, the same thing happened to me. After updating to the latest version, I have completely blank, non-functioning customization pages. I also have the customizr child theme installed. Please advise.
Additional information… an ftp visit to the customizr/ directory shows that the CSS directory is missing.
Grrr. There’s no reason it should have to collapse on the average browser on a laptop or desktop…
So changing the breakpoint px number in a child theme could solve this? My website displays the three-bar on iPad portrait.
Forum: Plugins
In reply to: [JRWDEV Daily Specials] Warning ErrorsI am getting this error, too, on a site running WP 3.9. I get fatal errors wherever I call the shortcode.
I am chiming in because I think this is an easy, helpful plug-in. Hope it’s something that can be fixed!
Thanks much Joe, I was able to float the individual buttons left and right using the
.mini .my-calendar-nav .my-calendar-next {float:right !important;width:45% !important;} .mini .my-calendar-nav .my-calender-prev {float:left !important;width:45% !important;}
which gave me the centered look I was after. Amy.