Shape 5

Joomla Templates => Sea of Glass - September - Club => : lioshaping December 07, 2012, 08:44:33 PM



: righttab button error
: lioshaping December 07, 2012, 08:44:33 PM
(unable to delete this post)  >:(


: righttab button error
: lioshaping December 07, 2012, 08:47:23 PM
Hi Mike! You are a genius! Thanks for your help on post http://www.shape5.com/component/option,com_smf/Itemid,75/topic,26324.0/

Apologies but I have another website, http://www.learningwarrior.com also using the same template. 2 situation.

1. The solution you provided for me, I am able to work on problems 1 and 3 for businesscouncil.biz, able to advise me how can I work on the 2nd problem for learningwarrior.com?

2. My right tab button "Facebook", it is twisted (Refer to attachment RightTabError.png), kindly advise how can I correct it. I attempted to use files from businesscouncil.biz however to no avail.

Just these 2 last hurdles. My apologies.

lioshaping


: Re: righttab button error
: mikenicoll December 08, 2012, 12:00:05 AM
Hello,

You are missing the middle and right segments of the image. If you look at the other templates you will see 3 elements of css that need to be referenced to the correct image on the FTP. On the site you posted you only have the left side.

#s5_registerleft {
    background: url("../images/s5_seg_leftbutton.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    width: 12px;
}

#s5_registermiddle {
    background: url("../images/s5_seg_middlebutton.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 24px;
    line-height: 19px;
    padding-left: 2px;
    padding-right: 2px;
}


#s5_registerright {
    background: url("../images/s5_seg_rightbutton.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    width: 12px;
}



: Re: righttab button error
: lioshaping December 08, 2012, 09:00:02 AM
Hi Mike,

I just need to insert the codes in template_css.css?

What about setting image to full image path in the Template Manager referencing to the image at learningwarrior.com?


: Re: righttab button error
: lioshaping December 08, 2012, 09:14:36 AM
Hi Mike I have discovered another bug.

When I am at http://www.learningwarrior.com, I click on "Other Services" and I click back on the "logo" as described on attachment error01.png, it is suppose to go back to homepage however, it displays error as shown on attachment error02.png I noticed it happens for the sub links listed under "Courses" as well. Whenever I click the logo it displays error. Able to advise?

And, lastly the issue with setting image to full image path in the Template Manager referencing to the image at learningwarrior.com, able to advise?