johnchartrand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is the latest version of WordPress html5 ready?thanks.
Forum: Fixing WordPress
In reply to: Adding an RSS Feed to my blogYou can then link directly to that from your site.
I don’t understand how I link to it. Could you explain with instructions.
thanks
Forum: Fixing WordPress
In reply to: Where to upload my sitemap.xml filethanks, I’m assuming that the root folder is the one with that appears in the Remote area of Filezilla displaying a folder icon with two dots after the icon. Is that correct?
thanksForum: Fixing WordPress
In reply to: having troubleI was able to tighten things up by tweaking the style.css file. If you are not familiar with css however, make sure you back up the style.css file before you play with it. You would be looking for attributes responsible for bottom padding or margin for your nav bar or top padding or margin for your header image. By setting them to 0, you may be able to eliminate the spacing.
I hope someone else comes up with an easier solution for you.
Forum: Fixing WordPress
In reply to: Still trying to get Google Analytics to work in WordPressHey thanks Big Bagel and Christine. I wish Google Analytics would display a better icon than the warning icon designating Tracking Not Installed. More appropriate would be Tracking Being Validated or something a little more assuring. However, maybe they don’t like my UA number although it was the one given to me lol.
thanks
JohnForum: Fixing WordPress
In reply to: Still trying to get Google Analytics to work in WordPressThanks Christine,
I’m also on a Mac so where would I find CMD-U to view the source code?thanks
JohnForum: Fixing WordPress
In reply to: Still trying to get Google Analytics to work in WordPressChristine,
How am I able to see the source code myself. With html, I used to be able to go to View Source, and now with WordPress, I’m not sure how I can view my source code. Within the php files in my themes folder, I’ve looked in various pages but I really don’t know where to look.thanks
john
http://ottawaroboticsacademy.comForum: Fixing WordPress
In reply to: Still trying to get Google Analytics to work in WordPressyes http://ottawaroboticsacademy,com
thanksForum: Fixing WordPress
In reply to: How do I get Google Analytics with WordPressfovpatel, I have not tried it but I will thanks
Forum: Fixing WordPress
In reply to: How do I get Google Analytics with WordPressThanks,
I’ve pasted Google Analytics code within the head tag of the header.php file of my theme.In the Status of Google Anaytics it displays a warning icon which says “Tracking not installed”.
Do I just have to wait for Google to index the header.php file or is there a problem?thanks
Forum: Fixing WordPress
In reply to: Two Home Pages? How do I get rid of one of themI have a Greyzed Theme and it appears that the only area of place a Widget is Sidebar or Footer.
Forum: Fixing WordPress
In reply to: Cross Browser compatabilityInternet Explorer has always been a problem for site designers. With the exception of IE9, all other IE browsers do not adhere to CSS Standards. I don’t even bother with IE anymore. I don’t care. People are realizing that if they want to best view websites, you use any other browser but Microsoft.
Forum: Fixing WordPress
In reply to: how to display first and second post differently than other postsYou’ll have to be more specific
Forum: Fixing WordPress
In reply to: Removing Leav a Reply & Comment Section from Twenty Ten ThemeI haven’t altered Twenty Ten Themes, however, it should have a folder called “Comments.php” In there you should see <p> Leave a Reply & Comment </p>. Remove the working inside the <p> and </p> then save and upload the folder back into the Twenty Ten Theme folder on your hosting server.
Forum: Fixing WordPress
In reply to: Help Adding Space (Padding?) to My Sidebar MenuI don’t know if this will fix it but, you’re missing a value. You have 0 for top, 0 for right, 1em for bottom, and no value for left.
If you are trying to control the titles than you’re not using the proper css property.