<div class="col-lg-2 row-full">
<div class="rbblue" style="margin-top:-15px;">
<button type="submit" id="register-button" name="register-button" onclick="" class="rbleft" value="Inregistrare" style="font-size:18px; line-height:43px!important;font-size:15px; width:79%;">Inregistrare</button>
<button class="rbright" type="submit" id="register-button" name="register-button" onclick="" value="Inregistrare" style=" width:20.5%; padding-top:7px;">
<i class="fa fa-pencil whiterb"></i>
</button>
</div>
</div>
<div>
<div style="width: 18%; float: left; font-size: 18px; line-height: 43px;">
<input class="qty-input form-control quantity" data-val="true" data-val-number="The field Cantitate must be a number." id="addtocart_56936_EnteredQuantity" name="addtocart_56936.EnteredQuantity" type="text" value="1">
</div>
<div class="rbblue" style="width: 90%; margin-top: 19px;" onclick="addToCart(1)">
<div class="rbleft2" style="font-size: 18px; line-height: 43px !important;">
adauga la cos
</div>
<div class="rbright2" style="width:19.5%; cursor:pointer;" onclick="addToCart(1)">
<i class="fa fa-shopping-cart whiterb"></i>
</div>
</div>
</div>
Hi Calin,
Thank you for the URL of your store. I had a look at it and found out that there are modifications made to the markup of the theme, thus resulting in broken pages like Login, Register, Product Page, etc. On the product page you have removed the Add To Cart button and that is why it is missing. As you see currently the Nop Ajax Cart is not enabled on your store, so you are using the default add to cart button that comes from nopCommerce. But even the default add to cart button is removed from the markup.
So as to the featured categories I cannot be sure what is going on and why they are not visible, as it turns out that there are changes in the theme.
I would suggest to download the Nop ArtFactory theme again from your My Downloads section and update your site with the theme and plugins from the downloaded package. For more info on updating a theme please have a look at our online documentation.
By the way, do you have any third party plugin installed that does not come with the theme? If you have can you try to uninstall it and see whether the issues will go away.
Hope that helps.
Hi Calin,
That is strange as the featured categories are displayed as they should on our demo. Would it be possible to send us a link to your store, so that we can see what might be wrong. Have you tried clearing the cache from the administration in case you are using a domain and an IP at the same time?
Have you made any changes to the styling of the theme?
Looking forward to your reply.
Hi again,
Thanks for the reply. If you have been using the default slider, that is why the transparent nav bar is different because in the theme there is a logic for the place of the slider and applying different classes so that a different styling is applied.
Please let us know if you need any further help or information.
Hi Juson,
Unfortunately, what you need with the different position of the sublist depending on its parent could not be achieved fairly easily. It can be done only with a custom javascript logic that will not be straightforward to do, so I would suggest to leave it as it is. If you have a fairly equal number of categories and subcategories, there will be no need of such logic. However if you want to give it a try and write your own js logic, you can do this in the Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Scripts\MegaMenu.min.js file.
I am really glad that nopCommerce is gaining its customers in Korea and hope to see much more websites built on top of nopCommerce and using our products.
Thanks again and keep up the good work.
Regards,
Stefan
Hi Juson,
Unfortunately, the example you have provided is quite a custom one, so it cannot be achieved with the Nop Mega Menu plugin to be the same.
The closest you can do is use the CSS from below so that you can fix the sublist to start from the same position. Just set in your mega menu settings to use the Infinite Sublist category template and uncheck the Show categories in a single menu. Then just add the following CSS at the very end of the following file:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\DefaultClean\Content\MegaMenu.css
add the code from below:
@media (min-width: 1001px) {
.mega-menu .sublist li {
position: static;
}
.mega-menu .sublist li a {
position: static;
}
.mega-menu .sublist-wrap {
height: 500px;
}
.mega-menu .sublist-wrap .sublist-wrap {
top: 0;
}
}
@if (Model.ForumEnabled)
{
<li><a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a></li>
}
Hi again,
I cannot say for sure what might be wrong with that user that was not being allocated reward points. Maybe if the first customer has some 100% discount when purchasing or the order is not marked as complete. It will be hard for me to guess what might be the reason. But, I am glad it works as expected with other customers. So if you notice this issue with another customer, please let us know.
As to the application restarts, they can be due to various reasons - installing a plugin, restarting it from the administration, daily app pool recycling by the server, etc. If you notice this restarts to continue on a frequent basis, please submit a ticket with more details about it, so that we can have a look if there is something worng.
Thanks again.