Wedding theme

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 years ago
IASautomotive wrote:
Then your support is useless because this is nopCommerce's default topmenu and you cannot get it working... Hm.

The default nopCommerce menu works fine with the default theme (demo here). The category menu works fine with the wedding theme (demo here).

So you need some customization support for the purchased theme. This is not the default functionality. And as I've written further customization support is not included and it requires developer skills. If you don't have developer skills, then you'll have to find a person who can help you customize the theme.

P.S. Although such support is not included here are the changes for the top menu (below):

1. Open \Nop.Web\Themes\Wedding\Views\Common\CategoryTopMenu.cshtml file

2. Replace

@if (Model.Categories.Count > 0)
{
    <ul class="top-menu top-menu-main">
        @foreach (var category in Model.Categories)
        {
            @RenderCategoryLine(category, 0, "")
        }
        <li class="search-box">
            @Html.Action("SearchBox", "Catalog")
        </li>
    </ul>
}


with

<ul class="top-menu top-menu-main">
    <li><a href="@Url.RouteUrl("HomePage")">@T("HomePage")</a></li>
    <li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a></li>
    <li><a href="@Url.RouteUrl("ProductSearch")">@T("Search")</a> </li>
    <li><a href="@Url.RouteUrl("CustomerInfo")">@T("Account.MyAccount")</a></li>
    <li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>
    <li><a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a></li>
    <li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a></li>
    <li class="search-box">
        @Html.Action("SearchBox", "Catalog")
    </li>
</ul>
10 years ago
That is much better, sir. You could do that from the start to avoid negative reviews of your work. I am now satisfied and pretty happy using your theme.
8 years ago
Urgent help pls  wedding theme
Date Ordered: Friday, November 06, 2015
1: there  is noting like this in the instalation (
Once the plugin is installed go to its configuration page by clicking "Configure" link. On this page you will see three tabs on which you can configure the plugin, preconfigure the theme, and install sample data.) is not there  am using visual studio
2: There is no instruction how to removed the images on the slider
3:the picture is  does not configre right
4: Instruction to change the logo
5: the default  sliver   and bouth the slider for the weeding them show in the fron page
6: the categories of the  weedingthen show  as well as the  defalth  theam categories
7: if l clik of the weeding theem categories  it goes to wrong page
8:  if l clik on the defaut theam categoris  work
i do not  get the suggestions on how to customize or any documentation

though am new but l have work with other theems with no such problem  pls help as the them is for store but not weeding  all l need is to be able to change the logo and pictures pls. email: [email protected] pls l pleaded
8 years ago
Hi oyila

Would you like to share a link with us, so we can see where the problems are, or maybe some screen shots if that is not possible.
8 years ago
I have almost fort the problems .
the two things l have isues with now is
1: the picture is not aling IN THE FRONT PAGE  l notice so it is in the demo now  is that an error  or how it is made to be ( as l  3, 3 in a  row not 2, and 1 in the front page for the fist picture after the slider )
2: How do l link the buy now in the slider  so that when it clik it goes to my  another page , same things with the frist 3 buy now
3: How do l removed the manfacture section as l dont want it to display

(SORRY AM NEW IN NOPCOMMERCE
i dont no how to link the picture here
i can skpye you if need be sir
8 years ago
Hi Oyila

Yes by all means please contact me on Skype: xtremecommerce and I'll do my best to help you.

Kind Regards
Ron Palmer
8 years ago
How  can l  updated the theme now that it has has being corrected as seen in then  demo
6 years ago
a.m. wrote:
Then your support is useless because this is nopCommerce's default topmenu and you cannot get it working... Hm.
The default nopCommerce menu works fine with the default theme (demo here). The category menu works fine with the wedding theme (demo here).

So you need some customization support for the purchased theme. This is not the default functionality. And as I've written further customization support is not included and it requires developer skills. If you don't have developer skills, then you'll have to find a person who can help you customize the theme.

P.S. Although such support is not included here are the changes for the top menu (below):

1. Open \Nop.Web\Themes\Wedding\Views\Common\CategoryTopMenu.cshtml file

2. Replace

@if (Model.Categories.Count > 0)
{
    <ul class="top-menu top-menu-main">
        @foreach (var category in Model.Categories)
        {
            @RenderCategoryLine(category, 0, "")
        }
        <li class="search-box">
            @Html.Action("SearchBox", "Catalog")
        </li>
    </ul>
}


with

<ul class="top-menu top-menu-main">
    <li><a href="@Url.RouteUrl("HomePage")">@T("HomePage")</a></li>
    <li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a></li>
    <li><a href="@Url.RouteUrl("ProductSearch")">@T("Search")</a> </li>
    <li><a href="@Url.RouteUrl("CustomerInfo")">@T("Account.MyAccount")</a></li>
    <li><a href="@Url.RouteUrl("Blog")">@T("Blog")</a></li>
    <li><a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a></li>
    <li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a></li>
    <li class="search-box">
        @Html.Action("SearchBox", "Catalog")
    </li>
</ul>


Can you do the same with version 3.90 since there is no more Themes\Wedding\Views\Common\CategoryTopMenu.cshtml file?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.