Danielle Hickinbotham
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Corpo] Where to assign the slider images to home pageDid you install the recommended plugin Corpo Toolkit?
Forum: Themes and Templates
In reply to: [Sparkling] Change content background color from white?No problem, glad I could help ??
Forum: Themes and Templates
In reply to: Twenty Fourteen – Change Widget Title Font SizeI agree. I use Firebug in Firefox, or the standard inspect element in Chrome. I find it VERY helpful when I’m trying to debug CSS and HTML for myself and clients.
Forum: Themes and Templates
In reply to: unwanted text on top of pageHmm, without being able to see the dashboard I’m not sure that I can help other than to say I would look through the header.php or the index.php main template files in the editor to see if I could find that code. I’m not sure what the company you paid did.
If you’re not familiar with HTML or comfortable with code DO NOT change any of the files yourself without at least making a complete backup of your site (Tools > Export) so that if something goes wrong you can revert back.
When I inspected the page, I saw this code:
<body class="home blog default-skin"> google62172103c2b887c2.html 9631569092B9B5DEC3C3C7B9EAF5D70D Q7J74p93B6qhbzT5sd8IvensEU0
If you open the header file or the index.php file (do it through your Appearance > Editor) see if you can search (ctrl + F) through those files and find that code. This code shouldn’t be displayed here. Usually Google web services runs through your site and looks for a file called robots.txt. I’m not sure why the company would have put that code where they did.
Forum: Themes and Templates
In reply to: [Sparkling] Change content background color from white?The CSS to change the BG color of the post and the sidebar only is located in the Appearance > Editor (the default code shown is the style.css for that theme). Search for the following and replace the background color with the one you’d like (Note, just search for the class as I’ve not pasted the entire CSS snippet for each, just the BG color):
Sidebar CSS:
.well{ background-color: #fff; }
Post CSS:
.post-inner-content{ background-color: #fff; }
Hope this helps!
Forum: Themes and Templates
In reply to: unwanted text on top of pageIt looks to be inside the body code. What are you using Google for? Just Analytics?
Forum: Themes and Templates
In reply to: Removing Space Between Site Title and PostYou want the image to be flush with the bottom of the black navigation?
Forum: Themes and Templates
In reply to: Removing Space Between Site Title and PostIf you just want to remove the space, you can change this
#masthead .brand {
margin-bottom: 5px;
}in the CSS to this:
#masthead .brand {
margin-bottom: 0px;
}Forum: Themes and Templates
In reply to: unwanted text on top of pageWhat is the link to your site?
Thank you 4tuneinteractive, that worked just as expected! (Why I didn’t think of that I don’t know hahaha)
I am also having this issue. I just installed this plugin tonight, but have been unable to get the \ before a ‘ to go away. It’s like it’s trying to escape the ‘. Any luck fixing this issue?