Close

Feature Requests

prateek.shah
8 years ago
#10364 Quote
Avatar
  • 28
Hello,

I sent you PM with web store link.
nikola.dragiev
8 years ago
#10365 Quote
Avatar
  • Moderator
  • 154
Hello,

Thank you your personal message was received. For additional help please don't hesitate to use our ticketing system also. 
Best regards,
Nikola Dragiev
Nop-Templates.com
TechnoteNitesh
8 years ago
#10507 Quote
Avatar
  • 1
If you want the logo just beside the text then it could be achieved by the following code:

<a href="@Url.RouteUrl("HomePage")">
    <img class="menu-img" alt="#" src="Your logo">
</a>


.header-menu .menu-img {
  display: none;
}

@media all and (min-width: 1001px) {

.header-menu.stick {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 11.5px 0;
  text-align: center;
  box-shadow: 0 8px 8px rgba(0,0,0,.085);
}
.header-menu>ul {
  display: block;
  width: auto;
}
.header-menu.stick .menu-img {
  display: block;
 margin-bottom: -35px; 
  margin-left: 301px;


}

}

Re-size the logo to 100px x 39px resolution.
You can adjust the margin-bottom and margin-left according to your need.

P.S. The bold text is what you've to add to the above mentioned code.

Regards.

Pramil Gawande
+91 7755902019
Technote Software Solution Pvt. Ltd.
kennyorr
7 years ago
#12472 Quote
Avatar
  • 1
Hello
I am displaying 12 products per page (3 rows of 4) on the category listing. On scrolling down to page controls when I advance to the next page cursor position is maintained at the bottom. My client would like it to return to the top and I have tried inserting javascript to do this. It appears after returning to the top, the theme is automatically returning to the bottom of the page. What is the best way to achieve this? Thanks
Stefan
7 years ago
#12477 Quote
Avatar
  • Moderator
  • 157
kennyorr wrote:
Hello
I am displaying 12 products per page (3 rows of 4) on the category listing. On scrolling down to page controls when I advance to the next page cursor position is maintained at the bottom. My client would like it to return to the top and I have tried inserting javascript to do this. It appears after returning to the top, the theme is automatically returning to the bottom of the page. What is the best way to achieve this? Thanks


Hi Kennyorr,

If you are using the Nop Ajax Filters plugin, there is a setting in the administration of the filters called "Scroll To Element On The Page After Filtration (Desktop)" - you need to check it so that when the new page is loaded via ajax you are scrolled to the first products on the page.

Please let me know if this fixes your issue.
Best Regards,

Stefan Hristov
Nop-Templates.com
En.RaMy
7 years ago
#13032 Quote
Avatar
  • 2
Hi,


  
I want to add Background textures to the theme as implemented in http://themes.allure.nop-templates.com/men

Please help !
hristo
7 years ago
#13036 Quote
Avatar
  • Moderator
  • 172
En.RaMy wrote:
Hi,

I want to add Background textures to the theme as implemented in http://themes.allure.nop-templates.com/men

Please help !


Hi,

you can easily add a background texture to your site, just add this code to the custom head styles panel in your administration:

body {
    background-image: url('../img/your-texture-file.png');
    background-repeat: repeat;
}

Then place your texture image in the image folder of your theme Themes\Brooklyn\Content\img

Keep in mind that you can add only one texture.
Regards,
Hristo Gospodinov
Nop-Templates.com
En.RaMy
7 years ago
#13039 Quote
Avatar
  • 2
Great Thanks
Nowfal
8 months ago
#22241 Quote
Avatar
  • 5
Hey hi,
I have rebuilt the UltimateCarousel Theme from 3.60 to 4.60 when i install it the actual SS Core and other plugins getting disabled and unable it to enable again and the theme also is changed what is the actual behaviour of the plugin?