How and where can I configure the Feature Product section shown on the main page of http://www.jolipanda.com
I searched a lot .. I can’t find it . Thank you
6 answers
Hi
If you go to Admin > CMS > Pages > Homepage > Design > Layout Update XML, you can see that this ‘Featured product’ contains 4 tabs and each tab will display content from a static block: http://prntscr.com/4dy33x .
You then open static block with identifier which these tabs are calling. For example, in the first tab: Clothing:
Code:
{{block type="joomlart_jmproductsslider/list" name="Clothing " template="joomlart/jmproductsslider/list.phtml" title="test" catsid="10"}}
It’s showing products (category ID =10) retrieved from JM Product Slider extension
Please check out documentation of this theme: http://www.joomlart.com/documentatio…nfigure-blocks , we provide guideline in details there.
Try as per image attached
Wow thank you guys.. I didnt pay attention at the Design xml … my bad
Very helpfull Thx a lot for was reply .
Hi ,
I was wondering, my website will be french and english. How would I go about for those titles to translate ? Right now it seems hardcoded
Thank you
Did you try to create a static block for each language and change the title but keep the same identifier in all language?
Hi Saguaros,
I eneded up creating a Page for emglish and one for french. Static blocks would not solve it . But thx you gave me a good hint
This question is now closed