Close

General Discussion

Peter.Zhekov
8 years ago
#11857 Quote
Avatar
  • Moderator
  • 104
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.
Regards,
Peter Zhekov
Nop-Templates.com
markokrstic
8 years ago
#11858 Quote
Avatar
  • 37
Peter.Zhekov wrote:
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.
 

Hello,

www. wildmarkoutfitters. com 

on PC working, on mobile phone doesn't work
markokrstic
8 years ago
#11859 Quote
Avatar
  • 37
Peter.Zhekov wrote:
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.
 

Peter.Zhekov
8 years ago
#11863 Quote
Avatar
  • Moderator
  • 104
markokrstic wrote:
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.  



Hi Marko,

The problem is in the javascript code that you used to call the 'fancybox' popup (see the code below).

$("a#inline").fancybox({
    'hideOnContentClick': true
  });
        
Regards,
Peter Zhekov
Nop-Templates.com
markokrstic
8 years ago
#11866 Quote
Avatar
  • 37
Peter.Zhekov wrote:
Hi Marko, Have you got any live site, or can you please provide an image to see how does it look on the mobile devices, because on our demo site it works fine.  



Hi Marko,

The problem is in the javascript code that you used to call the 'fancybox' popup (see the code below).

$("a#inline").fancybox({
    'hideOnContentClick': true
  });
        


how I can remove this Current, New, Retire, Upcoming?
Peter.Zhekov
8 years ago
#11874 Quote
Avatar
  • Moderator
  • 104
Hi Marko,

You can completely remove the tabs if you use the code below:

.home-page-category-tabs {
   display: none;
}

If they works properly on PC, you better add the codee above in this breakpoint:

@media all and (max-width: 1000px) {
   .home-page-category-tabs {
      display: none;
   }
}
Regards,
Peter Zhekov
Nop-Templates.com
SumitKumar
6 years ago
#13437 Quote
Avatar
  • 1
Hi markokrstic,
















If you are using no-source code version, then go to following path and open 980.css file.

Themes\Urban\Content\css\980.css









If you are using source code version, then go to following path and open 980.css file.

Presentation\Nop.Web\Themes\Urban\Content\css\980.css


In 980.css file, look for the following block of code.

.home-page .home-page-product-grid .title,
.home-page .bestsellers .title{
    float:left;
    width:23.5%;
    height: 400px;
    margin:0 0 0 1%;
    padding: 0;
    font-size:72px;
    line-height:72px;
    word-wrap:break-word;
    text-align:left;
    background: url("../img/shadow-left.png") no-repeat right center;
}


In this code, set  font-size to 38px or any other value you prefer.
"Featured Products" and "Bestsellers" texts will be affected (resized) accordingly. This is the css file of urban theme that you need to make changes on urban theme's home page.

sakthi
6 years ago
#13455 Quote
Avatar
  • 1
Hi folks,
  I had purchased a nop template for my E-commerce project.If any one having any idea to integrate that template in microsoft azure nopcommerce
[email protected]
one year ago
#22007 Quote
Avatar
  • 1
1 after adding Wishlist the icon color not changing
2 how can I get popup on clicking of add cart option. now netting notification on bottom. i need to get exactly like your demo