Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mountain Creek] Comment ballonHey, sorry for the late reply. I can only find one way of doing this at the moment but I will keep trying for a more sensible option.
Open page.php and find the following code:
<div class="post-wrap rounds single"> <div class="post rounds"> <?php comments_template(); ?> </div> </div>Simply delete that, and the CSS will be removed too, as well as the comment area.
If you’d like to do it for posts as well, open up single.php and remove the following:
<div class="post-wrap rounds single"> <div class="post rounds"> <?php comments_template('', true); ?> </div> </div>Again, I will stress it’s not best practice to be editing theme files directly so I will work on providing an alternative in the meantime. If you haven’t already, create a child theme; then, when your theme gets updated you won’t lose any edits.
Be sure to make a backup of your theme before editing, just in case something goes wrong.
Forum: Themes and Templates
In reply to: Blue Planet theme: How do I remove page titles?I agree with @stephencottontail – will be much easier to edit for you then.
OK, can you give me the Id for that page/category or whatever it is. Just wanna try something else before I head off for the night.
Forum: Themes and Templates
In reply to: Blue Planet theme: How do I remove page titles?In you style.css:
.entry-title { display: none; }Forum: Themes and Templates
In reply to: [Virtue] Virtue Theme – Secondary MenuLink to your site please?
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?Glad it’s sorted!
Forum: Themes and Templates
In reply to: Remove header from front page.headline { display:none; }Should do this in your child theme to save future hassle when updating and losing your edits.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Textarea backgroundDoh! I was so close, glad you got it sorted
Forum: Themes and Templates
In reply to: Posts are all in caps. How do I turn it off?As an addition to what has been said, just remove the
text-transform: uppercasefrom that code.Forum: Themes and Templates
In reply to: [Houston] login problemNo worries. Always a pleasure to be a help!
Forum: Themes and Templates
In reply to: [Spun] How to remove Author, date time from posts?Is your child theme active? Have you @import your base style.css?
You may be able to… I remember with an old version of WP you could add page specific styles.
Something like:
h2.page-id-135 { display: none; }Not sure if you can still do it. Obviously you’ll need to change page-id-135 to whatever your page id is.
Forum: Themes and Templates
In reply to: [Houston] login problemTry:
http://intranet.notredamelatinoamerica.org/wp-login.php
You should then be able to re-enable your old theme. You could also enable WP_DEBUG in wp-config.php to see if there was any errors.
Forum: Themes and Templates
In reply to: [Houston] login problemLink to your site?
Forum: Themes and Templates
In reply to: screen options: location -please help-I’ve tagged the theme author in on this so they can have a look for you…if they’re still around.
This one has really stumped me now…just about to snapshot my post edit screen on my dev install and now the Location Panel has disappeared…
I’ll keep trying, I don’t like being defeated.