Ross
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.7.1 -> 4.4.1: No Posts on Home PageYes, I know. However, it worked fine before the upgrade. Additionally, the code for generating the front page content (with the exception of CSS and other formatting) matches Twenty Twelve exactly. So it shouldn’t make a difference.
Do you have any solid suggestions?
Forum: Fixing WordPress
In reply to: 3.7.1 -> 4.4.1: No Posts on Home PageHello Tara! For some reason, I didn’t get an email reply for your comment. My apologies for my late reply.
I’ve installed the theme on a bare, fresh install of 4.4.1 with the same results. No plugins except what comes stock from a fresh install.
Using one of the default themes produces the expected behavior. Posts show up on the front page as they should.
Forum: Plugins
In reply to: [User Specific Content] [Plugin: User Specific Content] Put code in template?So I got the global deny working, but is there a way to set the individual permit to be the people on each page that I set in wp-admin like before? Right now that doesn’t work and it’s still blocked even if the person is selected on the page.
Forum: Plugins
In reply to: [User Specific Content] [Plugin: User Specific Content] Put code in template?Not to bump up an old post, but this is what I need. Looking for a way to globally deny unless set on a page-by-page basis. I’m putting your code, Bainternet, in my theme’s page.php before and after the content, but it’s erroring out (500) every time. Thoughts?
Forum: Fixing WordPress
In reply to: Duplicate Post SlugsNevermind. Forgot to empty the trash.
Problem SOLVED.Forum: Fixing WordPress
In reply to: Duplicate Post SlugsThe website is https://www.whsstudentcouncil.com.
Forum: Themes and Templates
In reply to: Move 'Forgot Password' location in wp-login.phpFixed – but not by me. Janrain made a much appreciated graphics improvement and now all is well! ??
Forum: Plugins
In reply to: Chrome Browser DetectionI would really like to know if this is possible?
Forum: Themes and Templates
In reply to: Change wp-login text colorWell, I looked in the wp-login.php file, and did not find that.
I think that the CSS is being called from another file, but I can’t seem to figure out which one.
This is what is in the <head>:<head> <title><?php bloginfo('name'); ?> › <?php echo $title; ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <?php wp_admin_css( 'login', true ); wp_admin_css( 'colors-fresh', true ); if ( $is_iphone ) { ?> <meta name="viewport" content="width=320; initial-scale=0.9; maximum-scale=1.0; user-scalable=0;" /> <style type="text/css" media="screen"> form { margin-left: 0px; } #login { margin-top: 20px; } </style> <?php } elseif ( isset($interim_login) && $interim_login ) { ?> <style type="text/css" media="all"> .login #login { margin: 20px auto; } </style> <?php } do_action('login_head'); ?> </head>
Forum: Fixing WordPress
In reply to: Image in header won't displayOh. Yep! Missed that. ??
Forum: Fixing WordPress
In reply to: Image in header won't displayAah! Jackpot!
When I was viewing the source, wp-content/themes/modularity-lite/images/logo-top.png showed up as a link. I clicked it, and it sent me to the source of “https://www.martingrina.com/blog/category/all/wp-content/themes/modularity-lite/images/logo-top.png” which does not exist.Forum: Fixing WordPress
In reply to: Image in header won't displayWell, I looked at the code and the logo is being called in the same way as the home page.
Maybe, since the single pages are outside of the /blog directory (like https://www.martingrina.com/blog/foto/), the “wp-content/themes/modularity-lite/images/logo-top.png” tries to go to “https://www.martingrina.com/blog/foto/wp-content/themes/modularity-lite/images/logo-top.png”.Forum: Fixing WordPress
In reply to: Image in header won't displayOh. Now I see that it isn’t showing on the single pages. Hmm…
Forum: Fixing WordPress
In reply to: Image in header won't displayWhat browser are you using?
I am using Firefox 3.5.10 on Mac and the image shows up fine.Forum: Plugins
In reply to: [Plugin: Referrer Detector] Text is white on white BGPlease! I really need to know.
I have changed the CSS colors, and they made no difference….