hlanggo
Forum Replies Created
-
They’ve got a patch for it. Maybe it will go away in next, next next, in a few updates from now.
Forum: Plugins
In reply to: [W3 Total Cache] PHP Strict Standards: Minify_Inline::minify()I got the minify.php error too.
PHP Notice: Undefined offset: 0 in /home/XXX/public_html/XXX/wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php on line 165
Thankfully, it seems to be just a warning instead of an error.
+2 This error/warning popped out 4 times in just 20 minutes.
PHP Notice: Undefined index: mod in /home/XXX/public_html/XXX/wp-content/plugins/wordpress-seo/inc/class-sitemaps.php on line 1226
Forum: Plugins
In reply to: [W3 Total Cache] PHP Strict Standards: Minify_Inline::minify()I do not like editing plugin files but my debug.log is covered with this error or warning.
Forum: Themes and Templates
In reply to: [Customizr] page/post widthdiv.container { max-width: 54em; margin-right: auto; margin-left: auto; } #content { max-width: 34em; }
I think this is it. I have tested it in Google Chrome, Firefox, Safari, IE (all latest versions).
div.container – to center it
#content – to keep page/post at more or less optimal reading length.50em and 30em would have been better but I had a page title that was too long which made the comment bubble overlap.
Forum: Themes and Templates
In reply to: [Customizr] page/post widthOK. I think I got it. I added the following to custom css.
#content {
max-width: 30em;
}See: https://www.crownegardenhotel.com/
Now, I need to figure out how to center…
Forum: Themes and Templates
In reply to: [Customizr] page/post widthAh. It’s div#content.span9.article-container that controls post and page width.
Max-width attribute doesn’t seem to work with it. And it won’t accept measurements in em.
Forum: Themes and Templates
In reply to: [Customizr] page/post widthWouldn’t using “em” make page/post width scale with text size?
I already tried placing in custom css:
div.entry-content {max-width: 60em;}
Nothing happened.
Forum: Themes and Templates
In reply to: [Customizr] page/post widthI’m looking for similar solution as well.
I want to limit page / post width to 60em since the optimum readability length is 50 to 60 characters.
If that’s the case, they shouldn’t be called “Free Addons”.
It also looks like this plugin does not make thumbnails? I tested it and immediately got a F for Serve Scaled Images.
Forum: Fixing WordPress
In reply to: Woocommerce Store Notice Covering Top Bar in MystileTry:
Mystile
Settings > Layout Options
Enable boxed layoutWoocommerce Site-Wide Store Notice occupies a section on top and stays there even as you scroll down. Basically an overlay. Enabling boxed layout puts more space on top.
“random” option will result in “no images were found”
When set to “recently added”, images are shown.
Looks like it though I have decided to disable this plugin on two of my websites. This is the second time an update broke the website.
It seemed to have been disabled automatically. When I went to the Plugins page, there was a notice stating that it’s been disabled due to error cause the plugin folder was deleted.
delete the plugin file with a file manager and disable the plugin manually from database, in option table you will find all the activate plugin entry. delete this line from the field
i:1;s:41:”better-wp-security/better-wp-security.php”;
I haven’t been able to find this in the database.