Jump to content

[SOLVED] New Theme Missing buttons


Recommended Posts

Hi everyone, I have had abit of success with our website which is good but I have been having problems finding a theme that works ok.

I have found a theme that I like which seems to work ok doesnt bring up and ssl errors like other themes I have tryed buy I do have a small problem which im hoping some wounderfull person can help me with.

I have changed the theme to floreal2 but the top buttons are not showing. They work ok and the links are all there but the images dont seem to be showing. Im using version Version 1.2.5.0

Can anyone help me with this if they no what going wrong

my website address is www.stakehillnurseries.co.uk if you can take a look.

Thank you.

Link to comment
Share on other sites

Here is code that causing problems

#headermenu a {
background:url("../img/img.jpg") repeat-x scroll left top transparent;
border:medium none;
color:#FFFFFF;
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-weight:normal;
height:39px;
margin-left:3px;
padding-top:12px;
text-align:center;
text-decoration:none;
width:120px;
}


at global.css (line 3493).
In your theme img folder file img.jpg is missing.
You can add change that image or if you want to try just delete line

background:url("../img/img.jpg") repeat-x scroll left top transparent;

Link to comment
Share on other sites

In themes/Floreal2/header.tpl delete line 48

<h1 id="logo"><a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" />



And please edit your first post and add [sOLVED] the front of the title.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...