Buttons & Background Help

Can't find the answer to your question in the Knowledge Base? Post it here and we'll answer it as quickly as possible.

Moderator: Help Desk Team

Forum rules
About
This board is designated for Smack Jeeves related support. If you have a question about using the site or the forums, you've come to the right place.

Before Posting
Please browse/search the Knowledge Base & FAQs Forum for the answer to your problem before posting. It contains an extremely helpful, organized list of common help topics.

Got a Bug?
Post it in Bugs & Glitches, not here.

Rules

    1) Use descriptive titles for your threads. Example: "How do I upload comics?" Do not use vague titles like, "question," "HELP! ANYBODY??"

    2) Describe your problem in detail. Explain exactly what is wrong. Post images, screen shots, links, code snippets - whatever is relevant. The better the information you provide, the better the solution you will receive.

    3) One question per thread. Do not post multiple questions in one thread; that way, we can resolve questions individually. Make a new thread for each question you have, unless your questions are closely related.

    4) Be polite. The more polite you are, the more people will want to help you. Be patient, and we will help you find the solution to your problem.

If your question has been resolved, please say so. A thank you would also be nice. If your question has NOT been answered, say so in the original topic. If your topic has been moved to resolved, you may then AND ONLY THEN post a new topic regarding the same issue.

Buttons & Background Help

Postby Bageluigi » March 17th, 2012, 6:26 pm

I have two questions, and I would be very grateful if someone could answer them.

1) I managed to change the background of my comic (With the Simple Red template) but there was still a weird checkmark thing and a gradient box behind the banner and description? How can I get rid of those or replace them with a regular solid color box?

Look at my comic below to see what I'm talking about.
http://expendable.smackjeeves.com/comic ... 14/teaser/

2) Is there a way to change the menu buttons on the side (home, archive etc.) from the text to an image? I changed the navigation buttons under the page but I can't figure out the menu. Other comics I've seen that had custom menu buttons had them above the page so should I change my template for that?

Please help and thanks in advance.
User avatar
Bageluigi
 
Posts: 4
Joined: July 15th, 2010, 8:52 am

Re: Buttons & Background Help

Postby mitchellbravo » March 17th, 2012, 8:10 pm

For your second question, what you want to do is go into "Manage Webcomic" and then go to "Page Design/Appearance." From there, you can click "Menu" and edit the menu as it appears on all the pages of your site. If you already know how to code a linked image, then just proceed as usual.

If you don't know, here's a quick summary of what you need to do:

Spoiler! :
What you'll want to do is replace each link with the following code:
Code: Select all
<a href="HTML LINK"><img src="HTML IMAGE"></a>

Replace "HTML LINK" with the URL you want, and replace HTML IMAGE with the URL of the image you want as your link. If you haven't done so already, upload the image to a photo sharing site such as Photobucket and go from there. If you need me to clarify at all feel free to ask.

Also, if you don't want the little blue (or whatever color) border to appear around the linked image, tuck the code
Code: Select all
border ='0'

between "HTML IMAGE" and the >.
Image
Do not feet infants to honey under one year of age.
User avatar
mitchellbravo
 
Posts: 2977
Joined: October 11th, 2010, 1:31 pm
Location: i'm the smitchell

Re: Buttons & Background Help

Postby Bageluigi » March 18th, 2012, 10:48 am

Thank you! I made an add as favorite button, a news archive button, and a first button by copying the {NAV_FIRST} code from "Comic Page". They all work but my latest button goes to the first instead of the latest, I used {NAV_LAST} in place of the link. Do you have any idea why that doesn't work?

EDIT: Apparently the Latest comic button does nothing. I was just testing it from the first page and thought it was going there.
User avatar
Bageluigi
 
Posts: 4
Joined: July 15th, 2010, 8:52 am

Re: Buttons & Background Help

Postby mitchellbravo » March 18th, 2012, 11:41 am

Looks nice! I'm not sure why "latest" isn't working, hopefully someone else can come around and help you out!
Image
Do not feet infants to honey under one year of age.
User avatar
mitchellbravo
 
Posts: 2977
Joined: October 11th, 2010, 1:31 pm
Location: i'm the smitchell

Re: Buttons & Background Help

Postby trenton_dawn » March 18th, 2012, 6:32 pm

The {NAV_LAST} tag doesn't work in the menu, only in the comic page. I'm actually very surprised that NAV_FIRST works. Instead, try using the global variable {latest_comic.URL}.
Image
Ghost, an online novel — Sketchbook thread — deviantArt
Need assistance with anything? Feel free to PM me.
Seven Rain wrote:Trenton speaks words of wisdom.
Cave wrote:GOD, trenton.... why u so awesome? :(
User avatar
trenton_dawn
 
Posts: 2595
Joined: December 14th, 2006, 7:59 pm
Location: Auberdine, Darkshore (Alliance Territory)

Re: Buttons & Background Help

Postby Bageluigi » March 19th, 2012, 3:15 pm

Thanks for the help! {first_comic.URL} works like {NAV_FIRST} but {latest_comic.URL} and {last_comic.URL} don't work, and capitalization doesn't make a difference.
User avatar
Bageluigi
 
Posts: 4
Joined: July 15th, 2010, 8:52 am

Re: Buttons & Background Help

Postby trenton_dawn » March 19th, 2012, 4:09 pm

Whoops, sorry, I was looking at the wrong part of my template. Try taking advantage of the fact that "{SITE_URL_FULL}comics/" always will display the latest comic. It's not the exact URL but it'll get people where they need to go.

If you really want to keep trying the {latest_comic.URL} route, try doing it like this:
Code: Select all
<!-- BEGIN latest_comic --> {latest_comic.URL} <!-- END latest_comic -->

But I don't think that's necessary.
Image
Ghost, an online novel — Sketchbook thread — deviantArt
Need assistance with anything? Feel free to PM me.
Seven Rain wrote:Trenton speaks words of wisdom.
Cave wrote:GOD, trenton.... why u so awesome? :(
User avatar
trenton_dawn
 
Posts: 2595
Joined: December 14th, 2006, 7:59 pm
Location: Auberdine, Darkshore (Alliance Territory)

Re: Buttons & Background Help

Postby Bageluigi » March 19th, 2012, 4:27 pm

It works perfectly! Thanks again for helping me, I don't have a lot of coding experience.
User avatar
Bageluigi
 
Posts: 4
Joined: July 15th, 2010, 8:52 am


Return to New Questions

Who is online

Users browsing this forum: No registered users and 0 guests