Adding New Products & Featured Products on Home Page

I need help adding New Products & Featured Products on Home Page. I have tried everything I can think of and I’m struggling to update it. How do I do this on the back end? I thought it would be the static block but I can’t do it.

6 answers

Profile photo of Sherlock 0.00 $tone March 28, 2014
Public

those are generated by the jm product slider extension, each of those blocks are at the position-6 and position-11 static blocks, you could go to edit those static blocks.

#1
Profile photo of Matthew Cassidy 120.00 $tone June 26, 2014
Public

How do I move the block positions about. I want to remove blocks 3, 4 + 5 and make block 6 go to the top of my homepage. I have disabled them on the static blocks but now there is gap above my new products slider.

#2
Profile photo of Saguaros 0.00 $tone July 1, 2014
Public

You can try with my workaround here:
-- Go to this CSS file: /skin/frontend/default/jm_sportsgear/css/style.css
-- Add css rule:

Code:

#jm-tops3 {
    margin-top: -220px;
    padding: 0;
    position: relative;
    z-index: 99;
}

-- Flush magento cache then.

#5
Profile photo of Daniel Hodgson 270.00 $tone July 13, 2015
Public

Hi Guys,
For some reason my Home page, New Products and Featured Products are now changing on every save we make on the site.  So with every save the products on the New Products & Featured Products updating.  I haven’t changed anything and the details are still targeting the same two categories they were previously. 
 
Please can you help solve this issues?
 
Thanks
Dan

#6

This question is now closed

Written By

Comments