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
Never mind. I fount it.
Thanks.
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
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
@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;
}
}
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