pamr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to delete my posts in forum so it doesn't display in Google?Would it be okay if I jumped on this post? I’m having the same problem with my URL displaying and it not looking professional. Also, I winded up using Dreamweaver instead so I can learn more about WordPress! So embarrassing 🙁
http://ww.wp.xz.cn/support/profile/pamr (I have a bunch of posts but didn’t want to list them all in case this doesn’t get approved)Forum: Fixing WordPress
In reply to: Create a frontpage?That’s just it. I don’t know what exactly to copy and paste. The theme came with a home.php and index.php. I tried copying both but it comes up all unstyled. I know once I figure it out, it’ll be super easy but I can’t get to that point. Should I copy the HTML I get from when I go to the site and click View Source?
Forum: Fixing WordPress
In reply to: Create a frontpage?Sorry but I don’t know how to go about just duplicating the page. Is there a way to add the stylesheet, or import it?
Forum: Fixing WordPress
In reply to: Create a frontpage?I did, but I’m still not understand how to duplicate my current homepage to create a new one.
Forum: Fixing WordPress
In reply to: Decrease Footer Padding/HeightI’m using the F12 developer tools in IE. All the padding and margins are set to zero, and I can’t make any number negative. Any other suggestions? This is making me crazy!
Forum: Fixing WordPress
In reply to: Applying Child ThemeI use F12 as my developer tool. For example, I wanted to change the border color on my featured image. F12 directed me to <div class=”grid col-940″ id=”featured”> on the left. On the right was all this code:
#featured
padding-bottom: 0px;
border-top-color: #000000;
border-right-color: #d6d6d6;
border-bottom-color: #d6d6d6;
border-left-color: #d6d6d6;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-solid: solid;
border-right-solid: solid;
border-bottom-solid: solid;
border-left-solid: solid;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
background-color: rgb(255, 255, 255);When I enter that into my style.css, nothing happens. I’ve refreshed and cleared my cache. What am I doing wrong?
Forum: Fixing WordPress
In reply to: Applying Child ThemeI made my backup copy and am now working on my child theme. I imported a few files so far from the parent theme (style.css, functions.php, index.php, header.php, etc). They’re also linked in my stylesheet as well.
Now that I’m ready to start fixing things (adding a border to the featured content and widgets, replacing footer, etc.), where would I do this? I tried putting a border radius and color around the featured content yesterday and adding the code to style.css, but nothing happened. I used the code I got from http://border-radius.com, but still no go. What am I doing wrong?Forum: Fixing WordPress
In reply to: images instead of text in the navigation menu tabsI’m trying to do the same thing, but am not sure where to place certain code. My URL is http://test.worryfreeclaims.com. Here’s what my navbar looks like on the stylesheet:
[CSS moderated – a link to your site is enough]
Forum: Fixing WordPress
In reply to: Center Nav Hover Color?Thanks for responding so quickly. I’m using the F12 developer tool. I’m still having trouble locating what to edit. It’s making me crazy!
Forum: Fixing WordPress
In reply to: Font not working on iPad browserI’m having a similar issue, MainMoose. Century Gothic is amazing! So did you wind up going with Google Fonts? I’m trying to figure out what to do with my nav bar situation 🙁
Forum: Themes and Templates
In reply to: Remove Leave a Reply/CommentsI managed to fix it on that page, but not the homepage (http://test.worryfreeclaims.com). Any ideas? It’s making me crazy!
Forum: Themes and Templates
In reply to: Remove Leave a Reply/CommentsLet’s try this again. Sorry! http://pastebin.com/pDMWvXYy
Forum: Themes and Templates
In reply to: Reduce Spacing Above FooterYou’re awesome! Where should I look for this code? Index.php?
Forum: Themes and Templates
In reply to: Remove Leave a Reply/CommentsI’ve tried doing that but it’s still not working. Here’s the page’s code. I’m thinking it has to do with some of the code above the line you provided?
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Remove Leave a Reply etc.I was trying to follow this but none of the code is working in mine. Any ideas? http://test.worryfreeclaims.com/works
I’m not using this site as a blog, so it doesn’t make sense to have comments. Thanks!