Post by Uffee » Wed Apr 18, 2012 5:40 pm

Hi

I've search alot to for a solution but couldn't find anything, just a couple of things here and there. I tried this:

1. Copied my navigation.css to catalog > view > theme > mytheme > stylesheet
2. Opened header.tpl catalog > view > mytheme > templete > common > header.tbl
3. Made a connection right under the stylesheet.css

Code: Select all

<link rel="stylesheet" type="text/css" href="catalog/view/theme/sancart/stylesheet/stylesheet.css" />
My connection

Code: Select all

<link rel="stylesheet" type="text/css" href="catalog/view/theme/sancart/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/sancart/stylesheet/navigation.css" />
4. And right under the <body> tag I copied my navigation

Code: Select all

<div id="wrap">
<br />

	<div class="navigation-sajtwide">

		<ul id="nav">
			<div class="wrapper">
				<nav class="dark">
					<ul class="clear">

						<li><a href="http://www.ski-sweden.se">Startsida / Hem</a></li>
						<li><a href="om-klubben">Om klubben</a>   
						<ul> 
						
						<!--<li><a href="traningstider">Träningstider</a></li>-->
						<li><a href="instruktorer">Instruktörer</a></li>
						<!--<li><a href="http://www.ski-sweden.se/karate-barngruppen">Barngruppen</a></li>-->
						<li><a href="http://www.ski-sweden.se/karate-juniorgruppen">Juniorgruppen</a></li>
						<li><a href="http://www.ski-sweden.se/karate-seniorgruppen">Seniorgruppen</a></li>
						<li><a href="http://www.ski-sweden.se/karate-seniorgruppen-tavlingsgruppen">Tävlingsgruppen - Vuxna</a></li>
						<li><a href="http://www.ski-sweden.se/karate-juniorgruppen-tavlingsgruppen">Tävlingsgruppen - Barn</a></li>
						<li><a href="National-Team-SKIF-Sweden">National Team SKIF-Sweden</a></li> 						
						
						</ul>
						</li>
						<li><a href="om-karate">Vad är karate</a></li>
						<li><a href="#">Events</a>
						<ul>						
						<li><a href="http://skief-12ec.hu/">European Championships</a></li>
						<li><a href="http://www.skifworld.com/">World Championships</a></li>
						<li><a href="http://www.ski-sweden.se/kalender">Kalender</a></li>
						</ul>
						</li>
						<li><a href="http://www.ski-sweden.se/oscommerce/catalog">Shop</a></li>
						<li><a href="http://www.ski-sweden.se/Forum/viewforum.php?f=76&sid=3668f21fd24337086551d81dc9b7efa7">Nyheter</a></li>
						<li><a href="http://www.ski-sweden.se/Forum/">Forum</a></li>
						<li><a href="Gastbok">Gästbok</a></li>
						<li><a href="#">Videogalleri</a>
						<ul>
						<li><a href="VideoGalleri-EM-Budapest-2011">Em Budapest 2011</a></li>
						</ul>
						</li>
						<li><a href="#">Bildgalleri</a>	
						<ul>
						<li><a href="Galleri-Japan-2008">Japan 2008</a></li>  
						<li><a href="Galleri-Grekland-2009">Grekland 2009</a></li>
						<li><a href="Galleri-Bushido-Open-2010">Bushido Open 2010</a></li>
						<li><a href="Galleri-Kanazawa-Farewell-Camp-2010">Kanazawa Farewell Camp 2010</a></li> 
						<li><a href="Galleri-Julgraderingen-2010">Julgraderingen 2010</a></li> 
						<li><a href="Galleri-Ulfs-Shodan-Gradering-2010">Ulfs Shodan Gradering 2010</a></li>
						<li><a href="Galleri-Niklas-Och-Fredriks-Shodan-2011">Niklas och Fredriks Shodan Gradering 2011</a></li>
						<li><a href="Galleri-Budapest-EM-2011">Budapest EM 2011</a></li>
						<li><a href="Galleri-Julgraderingen-Vuxna-2011">Julgraderingen 2011</a></li>
						</ul>
						</li>
						<li><a href="#">Mästare</a>
						<ul>     		
						<li><a href="om-kyoushi-refik-bebinno">Kyoushi Refik Bebinno</a></li>  
						<li><a href="Funakoshi">Gichin Funakoshi</a></li>
						<li><a href="Kanazawa">Hirokazu Kanazawa Kancho</a></li>	
						</ul>
						</li>
						<li><a href="Bli-Medlem">Bli medlem?</a></li>
						
					</ul>
				</nav>
			</div>
		</ul>	
   </div>


</div>
I my store the links is visible but no css what so ever. What is wrong?

Please help

Newbie

Posts

Joined
Tue Apr 17, 2012 4:53 pm

Post by Avvici » Thu Apr 19, 2012 2:30 pm

It would help if you sent us the URL to your store. This could be solved by looking at your source code.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by Uffee » Thu Apr 19, 2012 3:42 pm

Thanks,

link to store: www.ski-sweden.se/shop/
link to website: www.ski-sweden.se

;D

Newbie

Posts

Joined
Tue Apr 17, 2012 4:53 pm

Post by Avvici » Thu Apr 19, 2012 4:01 pm

Are you sure that this is the correct path to your background image?

Code: Select all

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/bg.jpg);
	background-repeat: no-repeat;
}
Traced to your stylesheet.css http://www.ski-sweden.se/shop/catalog/v ... der/bg.jpg

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by Uffee » Thu Apr 19, 2012 4:08 pm

yes, the path is correct, i've even copied the background image to the image folder inside opencart, didn't work.

But the background image is my last concern. I'm more interested to get my webiste header inside the store header ;D
What am i doing wrong from the steps above?

Thanx

Newbie

Posts

Joined
Tue Apr 17, 2012 4:53 pm

Post by MarketInSG » Thu Apr 19, 2012 9:13 pm

If you placed as

Code: Select all

background-image: url(bilder/bg.jpg);
that means your background image has to be in /stylesheet/bilder/ folder, which is there's no such image found. If you placed it in the image folder for the theme, it should be '../bilder/bg.jpg'

And I see your nav looks alright.


User avatar
Guru Member

Posts

Joined
Wed Nov 16, 2011 11:53 am
Location - Singapore

Post by Uffee » Fri Apr 20, 2012 3:03 am

OK thanx i will look into it further regarding stylesheet folder and the background. But i don't understand what you mean by "my nav looks alright"

I want to place my header / nav from my website http://www.ski-sweden.se to my store http://www.ski-sweden.se/shop/

My menu from my website, header / nav...
Namnlös.png

Namnlös.png (21.48 KiB) Viewed 3005 times

I want it on the top..
Namnlös2.jpg

Namnlös2.jpg (48.15 KiB) Viewed 3005 times


Newbie

Posts

Joined
Tue Apr 17, 2012 4:53 pm
Who is online

Users browsing this forum: No registered users and 4 guests