Static blocks not appearing in Mega Menu

Hi Guys

So my static blocks were working ( i used the quick start) then they have stopped, the config looks fine

Its a real brain teaser (well for me)

9 answers

Profile photo of Ziven Staff 100280.00 $tone May 5, 2014
Public

Could you please explain in more details. Any screenshort to illustrate the issue would be helpful as well.

#1
Profile photo of Darren Newton 10.00 $tone May 6, 2014
Public

Code:

<div>{{block type="joomlart_jmproducts/list" name="oneproduct" quanlity="1" productsid="22" title="" template="joomlart/jmproducts/oneproduct.phtml" }}</div>

Thats what i have in the static block feature-product

My menu item is also set completely the same as http://static.joomlart.com/ima…uredItem_b.png

I dont know how to edit my first post with my admin details, but whoever is going to look at this, PM me and I will respond with admin login

#4
Profile photo of Seoki Lee 1510.00 $tone May 7, 2014
Public

I am not entirely sure about the issue you mentioned. I’ve checked your site and see you add product with id "28" to display in megamenu. So in megamenu, it shows product with ID "28".

If you want to show product with ID "22", please change this code in static block "featured-product" from:

Code:

<div>{{block type="joomlart_jmproducts/list" name="oneproduct" quanlity="1" productsid="28" title="" template="joomlart/jmproducts/oneproduct.phtml" }}</div>

To:

Code:

<div>{{block type="joomlart_jmproducts/list" name="oneproduct" quanlity="1" productsid="22" title="" template="joomlart/jmproducts/oneproduct.phtml" }}</div>
#6
Profile photo of Seoki Lee 1510.00 $tone May 9, 2014
Public

CODE]<div>{{block type="joomlart_jmproducts/list" name="oneproduct" quanlity="1" productsid="22" title="" template="joomlart/jmproducts/oneproduct.phtml" }}</div>[/CODE]

With code above, I see it works fine on your site. Please check again.

#8
Profile photo of Darren Newton 10.00 $tone May 9, 2014
Public

CODE]<div>{{block type="joomlart_jmproducts/list" name="oneproduct" quanlity="1" productsid="22" title="" template="joomlart/jmproducts/oneproduct.phtml" }}</div>[/CODE]

With code above, I see it works fine on your site. Please check again.

Amazing its working, it wouldn’t do it for me lol….

Thanks

#9

This question is now closed

Written By

Comments