Hi joster,
Thanks for your cooperation.
By inspecting your code I can see that the /themes/alfresco/content/css/styles.css is included twice and the second one is after all the media queries files. Thus the styles from the styles.css override the ones from the media queries and that is why the responsive functionality is not working.
You should remove the second include of the /themes/alfresco/content/css/styles.css and the page will behave as it should.
Just remove the one that is bold
<link href="/Themes/Alfresco/Content/css/styles.css" rel="stylesheet" type="text/css">
<link href="/Themes/Alfresco/Content/css/980.css" rel="stylesheet" type="text/css">
<link href="/Themes/Alfresco/Content/css/768.css" rel="stylesheet" type="text/css">
<link href="/Themes/Alfresco/Content/css/480.css" rel="stylesheet" type="text/css">
<link href="/Themes/Alfresco/Content/css/tables.css" rel="stylesheet" type="text/css">
<link href="/themes/alfresco/content/css/styles.css" rel="stylesheet" type="text/css">
Hi Joster,
By looking at your page I cannot be sure what might be the issue. It looks like the breakpoint css files are not loaded, but cannot be sure as the css is bundled. Would ti be possible to remove the CSS bundling from your admin so that we can have a look at the css files being loaded and their order of including. This will help us a lot.
Thanks in advance.
Hi joster,
Unfortunately all variables defined in a view or partial view can be accessed and used only in that view. So that is why you receive the error described.
However you can very easily hide the logo only on the home page by using the css class that is added only on the home page. Just add the following css in your admin -> plugins -> 7spikes themes -> nop alfresco theme -> settings -> custom head styles textbox:
.master-home-page .header-logo {display:none !important;}
Hi all,
I am not sure you are doing everything correct. I will try to explain better:
When you download the theme package there is a folder Themes where there is an Alicante folder which should be placed in the Themes folder in your nopCommerce installation. In that same theme package there is a Plugins folder with all the plugins that are included in the theme with the theme specific styling and settings. So you should be using the Plugins from the Plugins folder from the theme package and not the plugins from the Nop Ultimate Plugins Collection. So just download the theme, copy the Themes/Alicante folder to the Themes folder in your nopCommerce and copy all folders from the Plugins folder from the theme package to your Plugins folder of your nopCommerce installation.
Hope that makes it clear.
Hi tamchu,
You can find it in the theme package which you can download from your My Downloads section in your account on our site.
Would it be possible to let us know the order id from your purchase as we do not see it in our system.
Looking forward to your reply.
Hi Tamchu,
I can see that you have a missing folder. Would it be possible to double check that you have the following folder - Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Alicante present. When using a theme you should be using the plugins that come within the theme package. So you should be using the Nop Anywhere Sliders plugin that is present in the theme package. Just replace the Plugins\SevenSpikes.Nop.Plugins.MegaMenu folder with the one from the theme package and then restart the application from the administration of the site. Then the issue should go away.
Please let us know how it goes.