Close

General Discussion

Support
11 years ago
#1383 Quote
Avatar
  • Moderator
  • 1044
Hi Siim,

You can show the home page news on the place of the right slider. Open the ~/Themes/Fashion/Views/Home/Index.cshtml view and replace the following line of code

@Html.Action("WidgetsByZone", "Widget", new { widgetZone = "fashion_home_page_right_slider" })

with this one

@Html.Action("HomePageNews", "News")


Thus the news will be shown instead of the right slider.Now you will need just to style them appropriately to fit in the new place.

If you need any further assistance please do not hesitate to contact us again!
SiimKerge
11 years ago
#1386 Quote
Avatar
  • 7
Thanks for this but and this works fin but i want to divide the

<div id="mainbg"> section where the main slider is into two section left and right (side by side). So  left one is main slider and right one news.
Support
11 years ago
#1387 Quote
Avatar
  • Moderator
  • 1044
Hi Siim,

Then you need a structure similar to the one below:

<div id="mainbg">
    <div id="leftpromo">
        @Html.Action("WidgetsByZone", "Widget", new { widgetZone = "fashion_home_page_main_slider" })
    </div>
    <div id="rightpromo">
        @Html.Action("HomePageNews", "News")
    </div>
</div>

Do this in the ~/Themes/Fashion/Views/Home/Index.cshtml file.

In this case you should change the dimension of the main slider from the administration of the Nop Anywhere Sliders plugin.

Please feel free to modify your razor views and style them appropriately.

Hope that helps!
SiimKerge
11 years ago
#1439 Quote
Avatar
  • 7
Hi,

Thanks for this, but i tried this already and it will not work. Everything on page will be off the correct location. Also i made the main slider width 500 instead of 950.
nakamoto
11 years ago
#1552 Quote
Avatar
  • 6
Hi,
This template has support for color variant with images? I mean, when we select a color the image of product changes for the new color option?
nakamoto
11 years ago
#1553 Quote
Avatar
  • 6
Are the videos supported in the image place?
Boyko
11 years ago
#1554 Quote
Avatar
  • Moderator
  • 1570
nakamoto wrote:
Hi,
This template has support for color variant with images? I mean, when we select a color the image of product changes for the new color option?


Hi nakamoto,

This is not possible with the current version of the Fashion theme.
Similar feature is already suggested on our UserVoice portal, so please vote for it here.

Best Regards,
Nop-Templates Support Team
Regards,
Nop-Templates.com Team
Boyko
11 years ago
#1555 Quote
Avatar
  • Moderator
  • 1570
nakamoto wrote:
Are the videos supported in the image place?


Hi nakamoto,

Adding video in the image place is not possible out of the box.
But you can easily link a video as a Tab to the product.
Check out the Video Review tab on our demo.
http://demos.nop-templates.com/p/44/toshiba-satellite-a305-s6908-154-inch-laptop

Hope this helps!

Thanks
Regards,
Nop-Templates.com Team
trendyget
11 years ago
#1812 Quote
Avatar
  • 2
Support wrote:
for 2.7 version when I deploy the code to server , it gives the error about plugin
How can I fix.
IvanStoyanov
11 years ago
#1813 Quote
Avatar
  • Moderator
  • 269
trendyget wrote:
for 2.7 version when I deploy the code to server , it gives the error about plugin
How can I fix.


Hi trendyget,

Can you give us more information about the error. Also make sure that you have read and write rights to the App_Data folder.

Ivan Stoyanov
Thank you for choosing our products! Your feedback is important to us!