Chris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving post date, leave comment etc (Vortex Theme)I would add something like this to .entry-title
margin: 0 0 -5px 0;Forum: Themes and Templates
In reply to: [Cazuela] Edit homepage content to excerptThere are a lot of ways to do this. You won’t need to edit code.
Check this out
Forum: Themes and Templates
In reply to: Moving post date, leave comment etc (Vortex Theme)Put the following at the end of your style.css file:
.entry-title{border:none; padding:0px;} .entry-meta{border-bottom:solid 1px #2f2f2f; padding: 0 0 10px 0;}Forum: Themes and Templates
In reply to: [Thematic] Thematic – Search PageTo edit the search results use the search.php
However, out of the box Thematic’s search results page does link to posts. If that’s not working you might need to check any changes you’ve made to the theme.
Forum: Themes and Templates
In reply to: removing shadow from 2012 header image, but not from page imagesCan you provide a link to your site?
Forum: Themes and Templates
In reply to: [Easel] How to remove the Side Bar From Easel themeThe dashboard options for Easel don’t allow you to have less than one sidebar…you’re going to have to dig into the code to fix this. Luckily there is already a guide for you:
Forum: Themes and Templates
In reply to: [Photolistic] Remove the border of widgetsAt the bottom of your style.css file put the following:
#primary{border:none;}Forum: Themes and Templates
In reply to: [GamePress] Remove "Leave a Comment"If you want comments only on your blog posts and not your pages, you don’t need the previous plugin.
To turn off comments on pages click pages on the left side in your dashboard. Click “quick edit” for the page(s) you want to turn comments off and uncheck the “allow comments” and hit update.
Forum: Themes and Templates
In reply to: [GamePress] Remove "Leave a Comment"This seems to be an issue with GamePress–it’s not working for me either.
Try installing this plugin and see if that does it
Forum: Themes and Templates
In reply to: [GamePress] Remove "Leave a Comment"You may need to clear your cache before you can see the changes. If you don’t know how to do that google “how to clear cache” plus whatever browser you are running
Forum: Themes and Templates
In reply to: [Toothpaste] Cannot add or remove widgets on sidebarTry deleting and reinstalling Toothpaste and see if that makes any difference
Forum: Themes and Templates
In reply to: [Toothpaste] Cannot add or remove widgets on sidebarWhat browser are you using? When you mouse over any of the widgets you should see a kind of plus-sign with arrows at all four ends, like this.
Forum: Themes and Templates
In reply to: multiple stylesheetsYou should be able to put them in the same folder as your style.css, just make sure to import them. See here
Forum: Themes and Templates
In reply to: [GamePress] Remove "Leave a Comment"Hey ferbert,
In your dashboard go to settings–>discussion. The third option is “Allow people to post comments on new articles.” Deselect that and users won’t be able to add comments.
Forum: Themes and Templates
In reply to: [Sundance] Gravatar showing for Single AuthorHey BonnyBunny, could you provide a link to the site?