Close

Profile: Stefan

Avatar

User posts

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">



This last line is not present on your other pages and that is why the work as expected.

As I see that this is a view from other plugin, make sure that the file is not included again in that view. The Alfresco theme css files are present and included in the Themes/Views/Alfresco/Shared/Head.cshtml view.

Hope that helps.

Please let me know how it goes.

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.

8 years ago

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;}


Hope that helps.

8 years ago

WallpaperBlvd wrote:
Hi,

I'm currently working on a site built with the Native Theme and can't seem to get the quicktabs on the product page to display as on the demo (with the tabs to the left). Could you please tell me how this can be done? I've set every setting that I know of to try to get it to change, but it always remains with the tabs at the top, and not on the left hand side(as in the demo).

In the theme's main settings, I have the following setting unchecked: "Display Nop Quick Tabs in one coulm design" (might also want to QA that setting title ;), but have tried it both ways to no avail.

Thank you,

WP Dev


Hi Wesley,

You should have the following setting "Are Quick Tabs One Column" unchecked in the admin -> plugins -> 7spikes themes -> nop native theme -> settings page . Can you try to uncheck it and then open your website again after clearing your browser's cache just to be sure. What is the result.

Hope that helps.

8 years ago

tamchu wrote:
Dear Sir:

I to put back the folder in the plugin mega menu and anywhere slider, the menu is still under the slider(please see http://vic0147.cherryretail.com/), I also selected home_page_main_slider for the widget, why the menu not going on top?


Hi Tamchu,

I did have a look at your site and it looks like you are still using the plugin from the Ultimate Plugin Collection. So I will try to explain again what needs to be done. Just follow the steps exactly:

1. Login to our site with the username with which the order had been placed. Go to the top right corner, hover on your username and click on the "My Downloads" link.

2. Then on the Purchased Products click on the Download link for the Nop Ultimate Theme Collection.

3. Unzip the NopUltimateThemeCollection.zip file.

4. From the unzipped folder unzip the NopUltimateThemeCollection_3.6.xxx.xxxxx.zip file.

5. From the unzipped folder find the NopAlicanteTheme/NopAlicanteTheme_3.6.xxx.xxxxx.zip file and unzip it.

6. In the unzipped folder you will see Themes and Plugins folder.

7. Copy the NopAlicanteTheme_3.6.xxx.xxxxx/Themes/Alicante folder to your Themes folder of your nopCommerce installation.

8. Copy all the plugins from the NopAlicanteTheme_3.6.xxx.xxxxx/Plugins folder to your Plugins folder of your nopCommerce installation.

Then when you restart the application from your admin, everything should be as it is.

p.s. If you want to check whether you are using the right plugins check whether you have the Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Alicante folder.

p.p.s. If you replace all your current plugin folders with the ones from the theme zip, you will not lose any data created from the plugins like sliders, carousels, mega menu settings, etc.

Hope that helps

Hope that helps.

8 years ago

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.

8 years ago

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.

8 years ago

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.

8 years ago

tamchu wrote:
Dear Sir:

The theme I'm using is Alcante, we bought the multiple licenses, the slider widget I'm using is
main_column_before;
I do try the home_page_main_slider before, and the mega menu go under the slider, it make me no choice but to use the main_column_before, then the Mega menu go back to the top, to udnerstand, can visit the page http://vic0147.cherryretail.com/.

Thanks for your great help!


Hi again,

Thank you for your detailed reply.

As far as I understand you need to place the slider with full width just below the menu, as shown on our demo. If that is the case you should be using the home_page_main_slider widget zone.

Would it be possible to change the slider widget zone to be home_page_main_slider and send us a link to see the issue, because this is the correct widget zone and the slider should be wotking without any additional changes or custom css.

Thanks again.

Looking forward to your reply.

tamchu wrote:
Can put the megamenu on top now but the size changed, how to reamin the orginal size but not to effect the body product item?


Hi again,

I have replied to your question in the following forum post. I believe it is the same.

Please do not replicate forum posts. We monitor all forum topics, so there is no chance for not getting a reply.