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
Could you please explain in more details. Any screenshort to illustrate the issue would be helpful as well.
Hi
http://www.pws-onsite.co.uk/home-page.jpg
In short, everything is set for a "spotlight product" and a banner as per the quick install and the demo, it was working then its just stopped displaying
Everything looks set correct in the back end (as per demo)
Please help to check your admin credentials again, I could not login with such account.
And did you change static block "featured-product" in your back-end? You can follow our guide at:
http://www.joomlart.com/documentatio…nfigure-blocks
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
Hi
So… after a little bit of playing… Bottom banner my fault I had a setting wrong in the menu settings
Feature product will not display my product 22 = http://www.pws-onsite.co.uk/focus-pr…asher-ipc.html
It is currently now showing my product 28
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>
Hi
If the item is set to 22 it DOES not display…. I *think* its because there is a "/" in the product title (of product 22)
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.
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
This question is now closed