oakleaf101
Forum Replies Created
-
Forum: Plugins
In reply to: [Imsanity] which version works on wordpress 4.9Hi, thanks for the response. I already downloaded and tried the various versions. The last version of imsanity that works is 2.60 Versions beyond that gave php errors:
Fatal error: Call to undefined function is_iterable() in /srv/users/serverpilot/apps/%site-name%/public/wp-content/plugins/imsanity/libs/utils.php on line 172
Which is:
if ( is_iterable( $gd_support ) ) {
if ( ( ! empty( $gd_support[‘JPEG Support’] ) || ! empty( $gd_support[‘JPG Support’] ) ) && ! empty( $gd_support[‘PNG Support’] ) ) {
return true;
}
}Forum: Themes and Templates
In reply to: [Customify] Page Tite Color & Menu Home Button ColorWill there ever be any answers or response to this? It’s been over 2 weeks.
Does the Customify theme have any support left? Is it still alive?Yes, unfortunately the solution by Long Nguyen did not work for me either. But the custom css fix by Eric does work. Thanks.
Forum: Themes and Templates
In reply to: [Customify] Changing Colors of MenuThe last of those issues i solved:
reduce the height[thickness] of the menu bar:
in customify > header > Header Bottom: Height.
But the others, the colors, i still need the class names. thanks.Forum: Themes and Templates
In reply to: [Customify] Container can’t be made wide (or goes off center).Hi, thank you so much for all your help. I tried your custom css, and the customizing panel gave a warning sign that said: “Unknown property: flex-basic”. But I applied it anyway, and it worked, but only within limits of certain % percentage layouts. I ran into problems with sidebars not growing beyond a certain point. But then I realized I could use ‘min-width’ property, and that worked.
So you’re using flexbox for layout? That makes coding easier. I used floats or inline-block for css layout some years ago on static sites, but they could be tricky. I realized flexbox was easier, but IE and older browsers couldn’t use it, and I read that it renders slower? Anyway, these days most all browsers can use it, so maybe it is now the best way to go. And easy.
Anyway, thanks for your 5 star theme and phenomenal support.Forum: Themes and Templates
In reply to: [Customify] Container can’t be made wide (or goes off center).Thank you! That solved most of it.
The title works. (And it does not need the .site-branding, simply using “.site-title a” works. That anchor tag did it.)
Page container width ALSO works! My ‘off centered’ problem turns out was my error – I had the layout -> sidebars set for 2 sidebars, when I was using only one.
But a related thing now:
Is there any way to set the width of the sidebars with custom css? (Preferably to set the width of each of 2 sidebars individuall, and preferably by %, rather than pixels, to make it truly responsive ).
Thanks much again for all your work and help.Forum: Themes and Templates
In reply to: [Customify] Custom CSS, class names..I just wanted to update this to thank you for your help and work. I gave you a 5 star review.
Forum: Themes and Templates
In reply to: [Customify] 5 issues + questions (colors, margins, etc)Hi, thanks for your very helpful reply! (My own reply is late due to illness). The css, etc mostly solved things. But a little bug remains, though I worked around it.
As I wrote: “5. How to increase the size of the logo image in header? (Its settings is limited to 400px width ).” You answered with an image of the setting. However, I already knew and had done that. But moving the slider to the extreme right edge will only give a max reading of 400. However, I see I can type in a higher number, and that can work. (although I need reload the screen, as that also didn’t work at first.) This is on my new wordpress site using Firefox.Forum: Themes and Templates
In reply to: [Customify] Theme Won’t install on newest WP: Parse errorSolved. My localhost xampp is old, and uses php 5.3. I didnt’ see any warning about minimal version required. Anyway, it is installed now on a server with php 7.2. I’m going to try it now. thanks.
I upgraded to PHP 7.2.0, and then also to your newest version. BUT, it is STILL broken. So I changed to php 5.6, And that fixed it. But be aware that PHP 7.2.0 does NOT yet fix it, unfortunately.