lomodeedee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!hey guyz… so sorry, but i didn’t get ‘notify followup’ in my mail box… found it via analytics… i’ve managed to resolve the issue with IE… and it’s the way webjunk suggested, although this theme gave a lot of headache to people using IE… i’m slightly ignoring this browser… the thing is finally working… TNX a lot!
best,
deborahForum: Fixing WordPress
In reply to: Link header image to homepage – HELP!@webjunk sorry for not answering tonight, but i fell a sleep cuz it was about 2am…
@fishdogfish tnx a lot for your help, too…as a i got the message this morning from my hosting company Plus.hr, they solved my issue… trying to figure out how…
i wanted to try this morning this one:Put this CSS into ‘style.css’:
.promotion {
position: absolute;
width: 217px;
height: 119px;
top: 140px;
left: 50%;
margin-left: 20px;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”/wp-content/themes/elegant-grunge/banner.png”, sizingMethod=”crop”);
text-indent: -9999px;
z-index: 10;
}html>body .promotion { background: url(‘banner.png’) no-repeat; }
.promotion a { display: block; width: 100%; height: 100%; }
Then, put this HTML at the bottom of header.php:
<div class=”promotion”>
Some text here, if needed
</div>I found it here in comments earlier but was lazy to try: https://atastypixel.com/blog/wordpress/themes/elegant-grunge/comment-page-8/#comments
OK, thx once more guys, WP community and CMS rockZ!
Hope somebody could use some stuff we’ve shared here…
best!Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!no, it’s all in the same WP… bt it’s not in the same directory… would be great to be able to upload a screen-shot here to show you…
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!yeah, i know traveler… but this theme is slightly different because i can make customization through Editor in WP, and through kind of easier interface, where i can pick up 2 or 3 columns, and some cosmetic changes… through this interface i did upload my header… that’s probably the reason of this mess…
my hosting company (www.plus.hr) heard my silent screams on twitter, and contact me to try to solve the issue… i hope everything will be okay…
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!?? nope… i mean… i added my web site instead of “https://mysite.com” ?? but still ain’t workin’… i’ve checked it in chrome and safari, too… cause i thought that maybe Firefox and Super Cache Plugin decided to play with me…
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!hey, thx a lot… but unfortunately ?? not workin’…
Forum: Fixing WordPress
In reply to: Link header image to homepage – HELP!This is my Header.php code…
[Code moderated as per the Forum Rules. Please use the pastebin]