Close

Profile: Valentin

Avatar

User posts

7 years ago

albertofilho wrote:
Howdy.

My product box has a black square inside my product item box that is not present in the demo version. I`ve tried everything to take that off but I couldn't find where. 

Any clue?

 


Greetings,

to fix this issue you have to go in your theme administration panel -> Nop-templates -> Plugins -> QuickView -> Settings and change the value of the Quick View button parent field to .add-info.

Freddy1234 wrote:
Hello
I am missing a good way to navigate back to last category used

For example for a page that is saying that it is tailored for many products i feel that the navigation in the category structure is severly lacking.

For example if you have a Main category (Here called Manga )
with a category inside (Here called - Manga A)
and inside the Manga A category  you have a popular Manga category (here called
Assassination Classroom)

The you it is designed now there is no way getting back to the category above
( without using the  breadcrumb path or use browser back button (Can not expect costumers to be able to do that)

Have this issue been adressed before?



Greetings,

the functionality you are referring to is not supported in NopCommercе which our themes are based on. The users have the breadcrumb and the main menu to navigate through the site. Adding something like a BACK button would mean a lot of time and serious modification, such customizations are a part of the theme support.

Modify Title
7 years ago

WeirComfees wrote:
Hi there,

Just installed the rich blog plugin and testing it out right now. Two things I would like to know right off the bat.

First of all, "Latest from blog" is not proper English. It should read "Latest From The Blog" or "latest from our blog" where can I edit that?

Plus I am using NOP ArtFactory theme and I would like to change the default font being used on the title.. I believe I changed it elsewhere on the site using css from them.. any ideas?

Thanks...



Greetings,

you change the text in the Rich Blog title you need to go to your theme administration panel -> Configuration -> Languages and click Edit on the present language. In the search field search for this SevenSpikes.Rich Blog.Public.LatestFromBlog. When you find it click Edit and write whatever you want, then click Update and then Save.

To change the font of the title you need to go to Nop-templates -> Themes -> ArtFactory -> Settings and add the following code to your Custom head Styles section and replace YOUR_FONT with the name of the font that you said you already have included in your theme:


.rich-blog-homepage .title strong {
font-family: YOUR_FONT;
}

PhokasWeb wrote:
Hello,

I just downloaded the most recent 3.80 version of the plugin and overwritten it in my plugins folder. I did as you asked, but still the category I want to hide in the fold out is present. If I uncheck the "show in menu" option, the category disappears from the whole menu but also the navbar at the top.


Greetings Jef,

In order to show a category in the top menu, you need to make sure it is not set as a Sub-category of something else. Go to your theme administration -> Catalog -> Categories and select the category you want to show in the top-menu and click Edit. There you need to change the Parent category to none and check the checkbox - Include in top menu. This will exclude it from the list of the other category and place it in the top menu on its own.

7 years ago

It seems you have updated your theme and plugins with the DefaultClean instead of the Uptown and this causes all of the problems. Follow the steps on how to update a theme - https://www.nop-templates.com/how-to-update-a-nopcommerce-theme.

7 years ago

Greetings,

you can easily fix this issue by changing the Social Network field to Select social network and then back to Instagram again. You will see that it makes your Subtitle Url a link immediately. It needs to have the account name before you select the social network so it can connect to their site and generate the link.

If you do not know where to manage the Social feed go your theme administation panel -> Nop-templates -> Plugins -> Social Feed -> Configure Social Networks and select the one you want (e.g. Instagram) and click Edit. Afterwadrs follow the steps above.

Bugs
7 years ago

Greetings,

this has been fixed in the latest update of AjaxCart plugin for the Uptown theme. If you update the plugin the changes will apply to your site.

7 years ago

Greetings,

this issue has been handled. If you update your theme the changes will apply and you will not need to do any modifications. However, if you have made any customizations to your site that you do not want to lose, make sure to back up the modified files and merge them with the new ones after the update.

7 years ago

ashian96 wrote:
Hi
I want to implement this scenario using Nop Mega menu;
1- I have 5 main product category, So first level of menu must contain product categories.
2- each product category has up to 5 sub category in second level, for each category second level ( first subcategory ) shows like simple list menu ( but horizontally )
3- each second level sub category has several category or products, I want to show category with images and vendors of subcategories in multi column design.

Is it possible to do this using nop Mega menu?


Greetings,

the functionality of the MegaMenu does not allow such structure. You can show images only for the product category items and not for their sub-categories.

7 years ago

Greetings Christine,

to fix this, you need to go to your theme administration panel -> Nop-templates -> Themes -> Brooklyn -> Settings and in the Custom Head Styles section just add the following code:


.ui-dialog {
width: 900px !important;
padding-bottom: 20px;
}

.ui-dialog-content {
max-height: 65vh !important;
overflow: auto;
}