Close

Profile: Juson

Avatar

User posts

8 years ago

Hello


I want to change date order, from day/month/year to year/month/day.

I've got homepage rich blog date changed by modifying richblog.cshtml, but not blog post page.


<div class="page-body">
        <div class="post-date">
            @Model.CreatedOn.ToString("D")

I think above is the source code of blog post page, but I don't get what this means.

What should I do? Could you help? Thanks.



Regards,

Juson

8 years ago

Never mind. I fount it.


Thanks.

8 years ago

Hello.


I customized my store, background color has been changed from white to dark gray.

Now the problem, in category page, left column filter background opacity is 0, font colors are too much dark, I cannot see it.

Fortunately I found color code from style.css, but some of characters like view all are still dark.

It is affected by theme color, but I don't want to change it to white in order to see those of characters. So meaningless.

Could you let me know the code of those characters?


Thanks & Regards

Juson

8 years ago

Boyko wrote:
Hello.


When I share a product from facebook store, I get 'Store name. Log in, store information' on my timeline with store logo image.

Fortunately I can see the product info by clicking it.

I think it is supposed to be a summary of product information with book image on timeline, not login something.

Facebook Login already tried.


Facebook store: https://www.facebook.com/yangmanstore/app/583476075134011/


Am I missing something?


Thanks & Regards

Juson


Hi Juson,

I am not able to reproduce this on our demo stores.

I can see the Login word in your store since I don't understand anything else into your language :) So I believe there is something wrong but since I can't reproduce this on our demo stores (we have 21 facebook shops for each demo) I really don't know what could be wrong.
Everything seems fine on our demo store:
https://www.facebook.com/NopTemplates/app/1479030782426282/

Have you made any modifications either to the facebook plugin views or the nopCommerce code?




Hello Boyko.

I haven't changed any modifications either.

You saw the login word, the other Korean language messages are what we don't need to care. It is just store name and topic message for login or registration.

Like:

Store name. Log in
Topic message


It is not so urgent thing. We are testing everything in your theme and plugin, store not opened.

I noticed it to let you know this issue, hope this fixed.


Thanks Boyko. If your team make it, please reply so I can see the result.


Regards,

Juson

8 years ago

Hello.


When I share a product from facebook store, I get 'Store name. Log in, store information' on my timeline with store logo image.

Fortunately I can see the product info by clicking it.

I think it is supposed to be a summary of product information with book image on timeline, not login something.

Facebook Login already tried.


Facebook store: https://www.facebook.com/yangmanstore/app/583476075134011/


Am I missing something?


Thanks & Regards

Juson

Category form
8 years ago

Stefan wrote:
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




Thanks Stefan. I'll try. It was really helpful.

Regards,

Juson

Category form
8 years ago

Stefan wrote:
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;
    }
}


where the height of the sublist is determined by the height: 500px property which you can change to suits your needs.

Hope that helps.



Thanks a lot. It works great.

Could you help one more? When I move the cursor to lowest category, its sub appears on the top of the right side. Can I see the sub just beside category where the cursor's on? If lowest category, sub-categories arrayed upwardly, if centered category, subs spread around the one cursor's on.


I think there's no one using nopCommerce in Korea. 2 of Korean nop-websites, but not for Korean, for foreigner. No payment plugin, no shipping plugin. We don't use plugins in nopCommerce web site internally such as paypal, google wallet, UPS, fedex etc. We are a kind of starter.

Anyway, I want to thank to your team members for terrific themes, plugins and helpful advices.


Regards,

Juson

Category form
8 years ago

Sorry for 3 topics in a row.


I need too many categories, it is really hard to set the menu conveniently.

I tried to use 'Infinite categories sublist', but still I cannot see the lower part of menu, I have to scroll to see it.

So I found a sample webpage: http://ridibooks.com/?genre=general

It is Korean, you may not know where to see.

You can check this picture.




That's an ideal form of menu for bookstore, I can check all sub-categories without scrolling.

Could you give me an advice please?

Thanks a lot.


Regards,

Juson

8 years ago

Aleks wrote:
Go to you administration, then Configuration -> Settings -> All Settings. Click on the funnel icon in the very first cell of the table and paste in the search this "NumberOfCategoriesPerRow" and click Filter. There should be a Value column with a cell with the number 4. Click Edit and change the number to your preference.

Did it solve the problem ? :)





Perfect!

Thank you for your help, great themes and plugins!

8 years ago

Aleks wrote:
I got how to remove pictures and adjust width between categories.

Now I need menu with more categories in a row, not just 4.

Could you let me know how to make it?


Thanks

Hi Juson,

could you provide me with a link to your website, so that I could see how to achieve this effect ?



Hi.

http://www.yang-man.com/

This is sample website.

Thanks