fanboi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need help with making clickable headerForum: Themes and Templates
In reply to: Need help with making clickable headerI said the header was part of background image – that is the way the theme I’m trying to customize (graphics swap and minor CSS edits) is set up.
i don’t know enough to make a major edit like changing how the background image works to the theme – can’t I just place an invisible gif over the background where masthead should be and use that as the clickable item?
tried this…
<div id="blog-title"> <span class="title"><a href="https://thejordanpease.com/test/"><img src="images/invisible.gif"></a></span> </div>
but didn’t work either ??
Forum: Themes and Templates
In reply to: Need help with making clickable headerOK, i deleted that code from the header.php (which fixed the page shift).
Then I added it to index.php – added it within existing
<div id="blog-title"
was. It did not give me a clickable area.<div id="blog-title"> <span class="title"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></span> <span class="description"><?php bloginfo('description'); ?></span> onclick="location.href='https://thejordanpease.com/test/"> </div>
I also tried completely replacing the existing code with the code you gave, didn’t work that way either.
The theme I’m using doesn’t have a graphic in the header. Image for header comes from page background, so there was no image to make clickable. So I uploaded an invisible.gif file and added it to the stylesheet.css – i need to make that clickable.
#blog-title { padding:46px 0 0 100px; font-size:11px; } #blog-title .title { display:block; width:400px; height:26px; background: url(images/invisible.gif) left bottom no-repeat; overflow:hidden; color:#000; font-size:24px; font-family: Tahoma, Arial, Helvetica, sans-serif; } #blog-title .title a { color:#000; text-decoration:none; }
I’m a graphic designer not really a programmer. I know enough to do some minor edits to code or add working code from other sources, but don’t know enough to write from scratch or retool code that doesn’t work the same was as the theme does.
Forum: Themes and Templates
In reply to: Need help with making clickable headerI swapped my code for yours (replaced at the same spot in code) and it didn’t work. Caused whole page to shift down and killed the link that had been working.
Did i place the code in the wrong place? Where does it belong in the header file?
Forum: Themes and Templates
In reply to: Need help with making clickable headerI got the code from another theme that I use. Works fine in that theme. Like I said – happy to use another solution if anyone has one.
Forum: Themes and Templates
In reply to: Need help with making clickable headerthat restored the link, but whole page is still clickable
Forum: Themes and Templates
In reply to: Need help with making clickable headerI copied the code directly… It didn’t start with <a href
it started with location.href=… do I still end it with
</a>
I changed it to
<div id="blog-title .title" onclick="location.href='https://thejordanpease.com/test/'</a>;" style="cursor: pointer;">
link doesn’t work anymore – but whole page is still clickable.
no married to using the code above is someone has a better solution.Forum: Themes and Templates
In reply to: Need help with making clickable headerhttps://thejordanpease.com/test/ is the customized site location.
Forum: Themes and Templates
In reply to: Need help with making clickable headerLet me know if u need to see more code from any specific pages to see how to integrate an invisible clickable header that sits atop large page background image
my host fixed the problem. After I got that error the site completely went down and after I contacted them, they fixed whatever was wrong. Thanks for the suggestion.
Forum: Fixing WordPress
In reply to: I keep getting multiple apostrophe’sI installed the update to 2.7.1 and it fixed the retroactive posts that had been affected, but I still get the problem when I edit a post or add a new one.
Forum: Fixing WordPress
In reply to: I keep getting multiple apostrophe’sEach time I edit a post, it doubles the amount of ‘
its driving me crazy
Forum: Fixing WordPress
In reply to: I keep getting multiple apostrophe’sSERIOUSLY HELP!!!!!!!!!!!!!!!!!!!!!!!! PLEASE!
Forum: Fixing WordPress
In reply to: I keep getting multiple apostrophe’sanyone? Bueller? Frye? Is this thing on?
Forum: Fixing WordPress
In reply to: I keep getting multiple apostrophe’sanyone?
More specifically Ive noticed If I publish a post that contains the following
Oprah Winfrey’s
I get
Oprah Winfrey”sand each time I revise and republish it adds another apostrophe.
I saw another old post that seemed to have a similar problem – but I didn’t understand the answer – Looking for idiot-proof assistance. I’m not a programmer.