Hi soulburner,
As to the sliders they should be activated as a widget. You can check this from the Administration -> Content Management -> Widgets page.
1. You can remove the phone and email contacts by opening the ~/Themes/Beauty/Views/Shared/Header.cshtml file in a text editor and remove the following piece of code:
<div class="header-contacts">
<!-- Changed resources -->
<span class="phone">@T("SevenSpikes.Themes.Beauty.Common.HeaderContacts.Phone")</span>
<span class="mail"><a href="javascript:AntiSpam('@T("SevenSpikes.Themes.Beauty.Common.HeaderContacts.EmailName")', '@T("SevenSpikes.Themes.Beauty.Common.HeaderContacts.EmailDomain")')">@T("SevenSpikes.Themes.Beauty.Common.HeaderContacts.EmailName") [at] @T("SevenSpikes.Themes.Beauty.Common.HeaderContacts.EmailDomain")</a></span>
</div><!--header-contacts-->
2. Open the following file in a text editor ~/Themes/Beauty/Views/Common/Footer.cshtml and remove the following:
<div class="footbox social">
<h3 class="title">@T("SevenSpikes.Themes.Beauty.Common.FollowUs")</h3> @*changed*@
<a href="@facebookUrl" class="facebook" target="_blank"></a>
<a href="@twitterUrl" class="twitter" target="_blank"></a>
<a class="rss" href="@Url.RouteUrl("BlogRSS", new { languageId = workingLanguageId })"></a>
</div>
3. Open the same file ~/Themes/Beauty/Views/Common/Footer.cshtml and remove the following:
<div class="footlist footer-contacts">
<h3 class="title">
@T("SevenSpikes.Themes.Beauty.Common.ConnectWithUs")</h3> @*changed*@
<ul>
<li class="phone">
@T("SevenSpikes.Themes.Beauty.Common.ConnectWithUs.Phone")</li> @*changed*@
<li class="mobile">
@T("SevenSpikes.Themes.Beauty.Common.ConnectWithUs.Mobile")</li> @*changed*@
<li class="email">
@T("SevenSpikes.Themes.Beauty.Common.ConnectWithUs.Email")</li> @*changed*@
</ul>
</div>
Hope that helps!
Hi milo,
Thank you for your feedback.
The dropdown was missing in the theme. We have fixed that and uploaded the changes on our server. In order to integrate it just go to My Downloads and download the theme again.
Then replace the following two files with the one from the latest downloaded theme.
~/Themes/Fashion/Views/Shared/Header.cshtml
~/Themes/Fashion/Content/CSS/Fashion.css
After you have replaced the files, open your site in a web browser and click Ctrl+F5 in order to clear your browser's cache.
If the problem still occurs please let us know!
Best Regards!
Hi tbazick,
We have fixed and uploaded the styles and the images for the ratings. In order to integrate the fix you should download the theme again and do the following:
1. Copy the following two images from the package to your nopCommerce installation:
~/Themes/Electronics/Content/images/star-x-active.gif ... and
~/Themes/Electronics/Content/images/star-x-inactive.gif
2. Add the following css styles to your ~/Themes/Electronics/Content/css/styles.css
.product-review-list .product-review-item .rating
{
float: right;
height: 13px;
width: 55px;
background: url(images/star-x-inactive.gif) 0 0 repeat-x;
}
.product-review-list .product-review-item .rating div
{
height: 12px;
background: url(images/star-x-active.gif) 0 0 repeat-x;
}
You should now be able to see the ratings after restarting the browser by clicking Ctrl + F5 in order to clear your browser's cache.
Please let us know if the problems still occurs!
Hi Mark,
Thanks for letting us know for the problems you have!
The first one you have experienced is due to incorrect upgrade. I assume you have not deleted the old ~/Themes/ShopAll folder as it is stated in the Readme.txt file for upgrading to nopCommerce 2.7. That is why you have this problem with the CategoryNavigation.cshtml view - you are trying to use the old view. In version 2.7 there is no CategoryNavigation.cshtml view in the theme.
As to the second error we have fixed it already.
So i suggest that you download the theme again from your My Downloads section. Delete the whole ~/Themes/ShopAll folder from your current site and then copy the new one. Thus views that are no longer overridden in the theme will be deleted as well.
This applies for the plugins as well. When doing an upgrade everything should be deleted from the old installation of nopCommerce(except the Settings.txt, InstalledPlugins.txt and images if they are stored on the file system) and then the new ones should be copied.
Hope that helps!
If you need any further assistance please let us know!
Thanks!
Hi embryo,
There is no particular reason for the name of the class. I suppose that due to the fact that some of the view have been started from scratch and that is why the css class is different than the default one. I am not sure how this can be a problem as the views are open to modification and the css file as well, but we have changed the class in the views and in the styles.css file in the latest version 2.7.
So now if you download the theme again you should see the new changes.
Hope that helps!