pochicken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't log in after installing W3-Total-CacheThanks for your quick response Justin.
That fixed that issue, however, I had to rename both object_cache.php and and db.php to get to my dashboard as I have errors reporting some files were missing or incomplete.
I activated the plugins and renamed the files back and all seems well again.
Thanks!
Forum: Fixing WordPress
In reply to: Tagline appearing in both home and blog pagesThanks for your help. I will create a child theme and do this.
Forum: Fixing WordPress
In reply to: Tagline appearing in both home and blog pagesThanks for your response and you have certainly made my understanding clearer on what is going on.
I have commented out this code in header.php although it removes the tag line on both my home and blog page when I just want it removed from the blog page:
$site_description = get_bloginfo( ‘description’, ‘display’ );
I do not mind this though as I just want the tag line info to update in my Google search so as long as this does not effect this then I am happy.
However, I know this is bad practice to edit the theme and you should use a child theme so is there a way to do this using CSS as I have Jetpack installed and I am making use of the ‘CSS Stylesheet Editor’
Forum: Fixing WordPress
In reply to: Formatting issue?I have checked all the theme files on the server and they are original so I do not understand why this is happening?
Forum: Fixing WordPress
In reply to: Tagline appearing in both home and blog pagesI have not edited the original theme and have made sure all the files are the original one’s.
I think this might be something to do with the blog not being on the home page and somehow I have two blog or home pages (sorry this is not very clear!)
Forum: Fixing WordPress
In reply to: Tagline appearing in both home and blog pagesHi Andrew,
The thread you mention is not related as that is to do with formatting (pages keep resizing).
Forum: Fixing WordPress
In reply to: Formatting issue?I did it again and removed anything I had in the Jetpack CSS plugin. Still same problem!
Forum: Fixing WordPress
In reply to: Formatting issue?I have already done this Esmi as you requested before. Do I need to do it again?
Forum: Fixing WordPress
In reply to: Formatting issue?I tried the ‘Twenty Twelve’ theme and it works fine, page does not move around.
When I go back to the ‘Twenty Eleven’ theme my issue returns. I tried removing the header image I am using, however, this makes no difference.
I guess I can use the Twenty Twelve theme. I would like to know what is going on though!?
Forum: Fixing WordPress
In reply to: Formatting issue?Thanks for getting back to me Esmi.
I did as you said with the theme, however, I still have the same problem.
I am using the CSS plugin from Jetpack and have now correctly added the ‘One column’ code piece of code. With or without these changes the issue remains?
Forum: Fixing WordPress
In reply to: Formatting issue?I have edited the style.css to increase the column width:
/* One column */
.one-column #page {
max-width: 940px;Changing this to different sizes makes no difference on the issue I am experiencing.
I also have Jetpack installed and I am making use of the CSS Stylesheet Editor so to not display titles on each page:
.entry-title {
display: none!important;
}I have tried removing this and testing, however, still same problem both in IE and Firefox?
[No bumping]
Forum: Fixing WordPress
In reply to: Mobile and tablet friendly siteThanks for the info!
Forum: Themes and Templates
In reply to: CSS overrdie using JetPackThat’s right. Have I misunderstood the use of this function and if so how do I achieve what I am trying to do instead?
Cheers!
Tom
Forum: Themes and Templates
In reply to: CSS overrdie using JetPackThanks for your response Andrew.
I checked the guidelines and have kept the default settings (mode is on add-on).
It is not working for FireFox or IE. When you visit any of the other pages on the site other than ‘Home’ the title bar appears in the browser as ‘Welcome to SMTS(name of page) which I do not want.