Forum Replies Created
-
AuthorPosts
-
Kathryn P.Happiness EngineerGreat! I’m closing this thread but feel free to start a new one if you need anything else.
Kathryn P.Happiness EngineerI’m going to close this thread since it looks like you managed to get your images to the size you wanted. Feel free to start a new thread if you need anything else.
Kathryn P.Happiness EngineerThanks for the screenshot – that’s a “page not found” error, which can sometimes happen if your browser doesn’t have third-party cookies set.
Would you please visit the page below and letting me know if your browser has third-party cookies enabled?
http://en.support.wordpress.com/third-party-cookies/
If it doesn’t have third-party cookies enabled, please activate third-party cookies in your browser and let me know if it fixes the issue. Here’s how to adjust your cookies in Chrome:
Kathryn P.Happiness EngineerGreat, glad to hear it. I’m going to close this thread now but if the problem ever happens again, don’t hesitate to start a new one.
September 4, 2013 at 1:02 pm in reply to: Change featured photo per 'category' and 'tag' pages #139520 Reply
Kathryn P.Happiness EngineerThat would be great – thanks!
September 4, 2013 at 1:01 pm in reply to: How to move the "Share this, Like this"-button #139519 Reply
Kathryn P.Happiness EngineerNo worries – I didn’t even notice. ;-)
Kathryn P.Happiness EngineerHi there, it isn’t possible to set the Read More link to open in a new window, since that functionality is added by the software dynamically and can’t be modified.
Just let me know if you need further help.
Kathryn P.Happiness EngineerI’m glad this issue has been sorted out. I’m marking this thread as resolved and closing it, but if you encounter further issues feel free to start a new thread.
Kathryn P.Happiness EngineerExcellent! I’m going to mark this as resolved and close the thread, but if you have any other questions feel free to start a new one!
Kathryn P.Happiness EngineerHi there, you can add categories to your posts either one-by-one on each post page, or using the bulk edit tool:
http://en.support.wordpress.com/posts/categories/#adding-categories-via-the-categories-module
http://en.support.wordpress.com/posts/edit-posts-screen/#bulk-edit
And can I make the Favorite specific? for example: Favorites – Human Body; favorites- Principles of Health; Favorites – Tributes? Thanks.
Sure, you could do that. Or, you could create a “parent” category called Favorites, and then make sub-categories below that. You can do that by selecting Favorites as the parent category from the drop-down menu on the category page:
https://mutley53.wordpress.com/wp-admin/edit-tags.php?taxonomy=category
Screenshot: http://cl.ly/image/1A23140U1M2Y
If you have questions about anything else, please feel free to start a new thread!
Kathryn P.Happiness EngineerHi there, your image is lovely. You can add it to your blog page like so:
.blog #main {
background: url("http://babbleonbaby.files.wordpress.com/2013/08/babble-on-leaderboard2.png") no-repeat scroll 0 0 #fff;
padding-top: 350px;
}September 3, 2013 at 8:22 pm in reply to: How to move the "Share this, Like this"-button #139456 Reply
Kathryn P.Happiness EngineerHi there, the font family is Open Sans:
http://www.google.com/fonts/specimen/Open+Sans
Just let us know if that does the trick.
September 3, 2013 at 8:20 pm in reply to: How to move the "Share this, Like this"-button #139453 Reply
Kathryn P.Happiness EngineerI had another idea: if you wanted to add general social-media buttons – not tied to a particular post or page – we do have a full guide on how to add those to a text widget:
http://en.support.wordpress.com/add-social-media-buttons-to-your-sidebar-or-footer/
Let me know if that helps.
September 3, 2013 at 8:16 pm in reply to: How to move the "Share this, Like this"-button #139452 Reply
Kathryn P.Happiness EngineerHi there, we don’t have a way to add share/like buttons to text widgets. Because those buttons always refer to a specific post or page, they usually need to stay quite close to the post or page content.
Just let me know if this answers your question!
Kathryn P.Happiness EngineerGlad that worked. :-)
Instead of centering them – which would throw off the indenting of your sub-categories, how about just increasing the space to the left, like this:
.widget_categories ul {
margin-left: 70px !important;
}
.widget_categories ul ul {
margin-left: 35px !important;
}
Kathryn P.Happiness EngineerTo reduce the space in the heading on your monthly archives, you can try this CSS:
.date .hero > div > div > div {
padding-bottom: 5px !important;
padding-top: 5px !important;
}
Kathryn P.Happiness EngineerHi there, you can change the colour of your blog post titles on the blog’s index page with this code:
.blog .entry-title a {
color: #e86474;
}You can change the code to any colour you prefer.
Kathryn P.Happiness EngineerGlad you got this sorted out. I’m closing this thread but feel free to start a new one if you need further help.
Kathryn P.Happiness EngineerHi there, I don’t see this code in your custom CSS:
#subscribe-blog input[type="submit"],
#subscribe-blog-2 input[type="submit"] {
margin: 0 auto;
display: block;
}Would you mind adding it again and saving the changes?
Would you mind confirming that this the same issue as the one you’re asking about in this other thread:
http://premium-themes.forums.wordpress.com/topic/center-follow-blog-submit-button
Kathryn P.Happiness EngineerHi there, if you still want to move the menu below your logo, you could try this code:
#masthead {
margin-right: 300px;
}This will push your menu below the logo, although I do think it looks quite good where it is now. :-)
-
AuthorPosts