ModularBase
Forum Replies Created
-
Forum: Plugins
In reply to: [Extra User Details] update pluginSame here:
Warning: Cannot modify header information – headers already sent by (output started at /home/modularb/public_html/wp-content/plugins/extra-user-details/extra_user_details.php:452) in /home/modularb/public_html/wp-includes/pluggable.php on line 899
Had to deactivate plugin.
Thanks. This is a great plugin. Having to create a directory is a minor item compared to the excellent work it does. ๐
Forum: Plugins
In reply to: [Restrict Categories] Restrict MediaYou could also use this plugin: View Own Posts Media Only (http://ww.wp.xz.cn/plugins/view-own-posts-media-only/). Works with Restrict Categories plugin well.
Use this one, as well, so that category must be chosen: Force Post Category Selection (http://ww.wp.xz.cn/plugins/force-post-category-selection/). See this post: http://ww.wp.xz.cn/support/topic/one-almost-critical-bug?replies=7Forum: Plugins
In reply to: [TIEexpire Automated Post Expiry] Not Expiring PostsSo, I de-activated, then re-activated the plugin and it worked as expected. Curious.
There was no file “wp-content/uploads/sucuri/” in any of my sites. And yes, I am using the latest upgrade : Version 1.4.8.
So, I create the directory “sucuri” with 755 permissions and logins are being logged now.
Forum: Plugins
In reply to: [Dependency Minification] Minifying Child Theme CSS but not Parent CSSYour completely correct and I totally missed this. Thank you very much for pointing this out.
The above issue persists, though this is not a major concern as all other functions of the plugin are operating well.
I have logged in/out on my own site 6 times and the other sites I administer twice each, yet there is no change.
Also, the “Sucuri WordPress Integrity Checks” section “Administrator Users” lists Username and Email, but no IP Address or Date & Time. There is only one entry, mine, even though on my site I have logged in/out 6 times.
The blue “Show All Results” button on the “Sucuri Plugin Last-Logins” window still disappears when clicked.
I disabled all the other plugins on my site, cleared cache, and logged out/in twice, but no change.
Updated to Version 1.4.7 and all Last Logins disappeared.
Also, when you click the blue “Show All Results” button on the “Sucuri Plugin Last-Logins” window, no Last Logins appear and… the button itself disappears!There is no blue-highlighted view last logins message when entering admin, as well.
This has occured on all the sites I administer.
Forum: Plugins
In reply to: [MinQueue] Helper tool not showingThanks. I don’t have the admin bar activated, which is why I didn’t see it.
Forum: Fixing WordPress
In reply to: Grey area on posts main imageI see no “grey area” on your images.
Are you referring to the main images of the posts or the Nivo-slider images or the images in the sidebar Top Posts?Try clearing your browser’s cache, then viewing your site again.
Forum: Fixing WordPress
In reply to: website name doesn't come up on googleI just googled Laura Bruno Lilly and you came up #11 on the search results with 1 other of your sites pages under this and 1 post. I do not have Google’s safe mode on.
Forum: Fixing WordPress
In reply to: Replace Logo on my custom siteThe image link is in your Amar theme’s css:
body { margin:0; padding:0; color:#868686; font:normal 12px/1.8em "Liberation sans", Arial, Helvetica, sans-serif; background:url(images/header_rbg.jpg) no-repeat center top; text-align:center;}Forum: Plugins
In reply to: [Dependency Minification] Minifying Child Theme CSS but not Parent CSS@ Weston Ruter …great plugin, btw ๐
from child theme…
function mbsimplicity_scripts_styles() { wp_enqueue_style( 'mbsimplicity-style', get_stylesheet_uri() ); } add_action( 'wp_enqueue_scripts', 'mbsimplicity_scripts_styles' );from parent theme…
-this is in the theme set-up function at the start of functions.php-add_action( 'wp_enqueue_scripts', 'modularbase_scripts_styles' );-this is further into the file-
if ( ! function_exists( 'modularbase_scripts_styles' ) ) ; function modularbase_scripts_styles() { wp_enqueue_style( 'modularbase-style', get_stylesheet_uri() ); } endif;======
from the WordPress Codex : Child Themes (http://codex.ww.wp.xz.cn/Child_Themes)
The child themeโs stylesheet will overwrite the parent themeโs stylesheet, but chances are you want to include the parent theme's stylesheet. To do this, you need to start the stylesheet with the following line: @import url("../twentythirteen/style.css");Forum: Fixing WordPress
In reply to: Blank Pop-up window showing on front page of my blogIt is this plugin which you have installed: http://ww.wp.xz.cn/plugins/facebook-page-promoter-lightbox/screenshots/
I also have this problem for all the sites I administer. I select “View Last Logins” at the top of Admin and I get the warning “You do not have sufficient permissions to access this page”, though, in the “Sucuri WordPress Integrity Checks”, “List all administrator users and their latest login time” still lists the admins logins.