carydiaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom logo for new pageThanks.. i was able to complete via plugin =- Dynamic Headers. works great 🙂
Forum: Fixing WordPress
In reply to: Responsiveness & Iphone issuesoh ok thanks.
Forum: Fixing WordPress
In reply to: IE Issues – validation problems -where/how to fixThanks, but that’s not an option. The person is MIA.
I’ve looked through the php files, style.css and the 1 page on this site but don’t see the errors (i.e. missing </p>)
Are there other places or hidden files that I need to look through?
Thanks for your response!
Forum: Fixing WordPress
In reply to: Moving the content area up on one pageOk…. just figured out the page template thing…
So just looking to resolve the issue on moving the content area up…
thanks again!
Forum: Fixing WordPress
In reply to: Moving up image that is within the form areaOk…. after trying a few things, I was able to do what I wanted with the request samples button and have it align properly.
The only issue now (and i can’t quite figure out how to fix it) is that the 4 buttons that appear at the bottom of the page now has the last one wrapping around to the bottom.
Can someone take a quick look and see what is making it wrap onto a 2nd line and how i can fix this?
Thanks!
Forum: Fixing WordPress
In reply to: Unify the spacing between two divsPerfect! Just what I needed 🙂
Thanks a bunch!
Agh.. nevermind 🙂 I had to update the permalinks!
Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentI’ve gone through and fixed several of the errors. The ones still there I have no clue on how or where to fix them.
There are several re:
Bad value 10, 8, 53, 55 for attribute coords on element area: Expected a minus sign or a digit but saw instead.I’ve gone in and removed the spaces (so it’s 10,8,53,55) and the error still shows. There are several of these.
Anyways, hoping to fix the two outstanding items:
1. remove the white space from the left and right of the website (so the header, etc. is flush with the background)
2. move the vertical line going through the page area over to the left so it’s not overlapping the text.
If some one can point me in the right direction, i’d appreciate it greatly. Been at this for hours and still can’t quite figure it out 🙁
Thanks
[No bumping]
Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentthanks 🙂
Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentHi… this is my first time going through this validator. I’ve been able to correct several issues but I’m a bit lost as to where to go to fix some others.
I see the line numbers for the errors and have clicked on them but not sure where to go.
How do I find out where exactly that error is so that i can go in and fix it?
thx
Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentThanks for the mark-up error list. will go through and try to take care of them 🙂
Also, thanks for the advise on the css & media query. Will look into that (not very familiar with that yet…)
Hoping once i do that i can figure out where and how to move that line over to the left 🙂
Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentThe line that i’m trying to move was added via border in this coding:
/* page content – margins & borders (top and sidebar) ———————————– */
.site-content {
margin-left: -150px !important;
border-left: 1px solid #5a5a5c;
width: 70%;
}what else needs to be added so that i can move that line over to the left?
I’ve tried the margin, i’ve tried padding… no luck.Forum: Fixing WordPress
In reply to: Changing margins to extend borders and move page contentI’ve figured out #1 – aligning the content with the page title..
Now just need to figure out where/how to move that vertical border (going through the content area) and have it extend down from the left border (so it looks like it’s extending down from the right edge of the sidebar bar)
Suggestions on where I can find that in the style.css?
Thanks in advance..
Forum: Fixing WordPress
In reply to: Images not responsive – using twenty eleven themeThanks for the tip. I need to move the site once it’s done and was going to do the child theme at that time. I should have from the start, I know.. thanks for the tip on the plugin though. Will use that meanwhile and get the child theme set up.
Forum: Fixing WordPress
In reply to: Images not responsive – using twenty eleven themeTried adding the position: relative to the footer image. didn’t really do much as far as the automatic resizing / responsiveness.
Any other ideas?
I’ve seen and tried a few plugins that claimed they would convert your images to being responsive but couldn’t get them to work. Any plugin for this that you’ve tried and has worked?
thanks again…