cancel
Showing results for 
Search instead for 
Did you mean: 

Store View Stylesheet NOT Linking

SOLVED

Store View Stylesheet NOT Linking

Hello,

 

I have created five individual websites / store views for different brands within my store.

 

https://beaconbingo.kellyseye.com/

https://cashino.kellyseye.com/

https://tanexpress.kellyseye.com/

https://merkurengineering.kellyseye.com/

https://easytan.kellyseye.com/

 

Notice how cashino and tanexpress are linked to their individual stylesheet, but the other three are not.

 

I have linked all five of these via app/design/frontend/rwd/kellyseye/layout/local.xml

I placed the following code below </default>

<STORE_beacon>
		<reference name="head">
			<!-- SO THAT BEACON.CSS GOES UNDER STYLES.CSS-->
			<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/beacon.css</name></action>
		</reference>
	</STORE_beacon>
	<STORE_cashino>
		<reference name="head">
			<!-- SO THAT CASHINO.CSS GOES UNDER STYLES.CSS-->
			<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/cashino.css</name></action>
		</reference>
	</STORE_cashino>
	<STORE_tanexpress>
		<reference name="head">
			<!-- SO THAT TANEXPRESS.CSS GOES UNDER STYLES.CSS-->
			<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/tanexpress.css</name></action>
		</reference>
	</STORE_tanexpress>
	<STORE_merkur>
		<reference name="head">
			<!-- SO THAT MERKUR.CSS GOES UNDER STYLES.CSS-->
			<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/merkur.css</name></action>
		</reference>
	</STORE_merkur>
	<STORE_easytan>
		<reference name="head">
			<!-- SO THAT EASYTAN.CSS GOES UNDER STYLES.CSS-->
			<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
			<action method="addItem"><type>skin_css</type><name>css/easytan.css</name></action>
		</reference>
	</STORE_easytan>

I have checked all the stylesheet names and the store codes.

 

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Store View Stylesheet NOT Linking

Hello @jordan_cardwell,

 

I have checked all store and your local.xml file. I think that it's working fine. Please check attached screenshot.

2018-08-21_18-57-25.jpg2018-08-21_18-57-13.jpg2018-08-21_18-56-57.jpg2018-08-21_18-56-41.jpg2018-08-21_18-56-23.jpg

 

 

--
If you've found one of my answers useful, please give Kudos or Accept as Solution

 

 

View solution in original post

3 REPLIES 3

Re: Store View Stylesheet NOT Linking

Hello @jordan_cardwell,

 

I have checked all store and your local.xml file. I think that it's working fine. Please check attached screenshot.

2018-08-21_18-57-25.jpg2018-08-21_18-57-13.jpg2018-08-21_18-56-57.jpg2018-08-21_18-56-41.jpg2018-08-21_18-56-23.jpg

 

 

--
If you've found one of my answers useful, please give Kudos or Accept as Solution

 

 

Re: Store View Stylesheet NOT Linking

Yes it is working now. I'm not sure what I did but I rewrote the .htaccess and the local.xml properties.

Re: Store View Stylesheet NOT Linking

Hello @jordan_cardwell,

 

If it is fixed then please click Accept as Solution.

If you have any issue then let us know.

 

Thank you.