cash89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: getting header to repeat in header.phpYes, the body background that is up right now I want to change to a slice on repeat instead of one large image,and I want to do it by putting it into the header.php file so I can use a bubble background image for the body, which is currently white.
I put the code before the header inner so it would repeat across the screen, but its only showing inside the header area.
<?php mysite_before_header();
?><div id=”header”>
<div style = “position: absolute; top: 0px; left: 0px; width: 100%; height: 300px; background: url(‘https://kingeventrentalsplus.com/wp-content/uploads/2014/01/header.png’) repeat;”>
</div><div id=”header_inner”>
Forum: Fixing WordPress
In reply to: getting header to repeat in header.phpTried messing with the code a bit and it still won’t work. Is it wrong or should I be using something else?
Ok, figured it out!!! All you gotta do is deactivate wp-supercahce when that back/package is being created.
I love simple solutions!
It seems like most of the errors are related to wp-supercache, but the last one also seems to be a header issues. Sorry but i suck at making sense of the alerts.
How do i work around the issue with wp-supercache?
Forum: Fixing WordPress
In reply to: adding homepg link to menuand btw my site can be seen here
Forum: Fixing WordPress
In reply to: 2 wp on a vpsI can’t offer any technical advice but what host do you have? I use hostgator and I had the same issue and they actually fixed the problem for me. I have a vps account too and they logged into my cpanel and solved the issue.
Forum: Fixing WordPress
In reply to: Cant align logo in headerNevermind I figure it out, just went into cpanel and edited the file. Thank you!!!
Do you know how I can move the main menu to the left more so it gives me more room for the logo?
Forum: Fixing WordPress
In reply to: Cant align logo in headerWhere do I find the main.css file you are talking about. In the editor I only see one css file (style.css)
Forum: Fixing WordPress
In reply to: Cant align logo in headerThanks going to try it now. Ican make the logo bigger, i made it smaller in the media manager so I guess i could just resize it, right? If not I made the logo in photoshop so I could make it bigger that way too.