-
AuthorPosts
-
December 16, 2014 at 12:50 pm #203600
Hey,
I’m seem to be loosing my banner when you click through to a banner. I have spoken to hika shop and apparently it something to do with the template and they can not assist me. Basically…
Normal page:
When Click through to a product, template not working:
Cheers Guys
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 17, 2014 at 4:30 am #558866Because the detail product page on your site is setting with default-content-left layout which does not include “features-intro” position, I just added “features-intro” position into templates/ja_sugite/tpls/default-content-left.php file with the solution as below
from
<?php $this->loadBlock('header') ?>
to
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('features-intro') ?>
The problem on your site is gone, you can take a look and let me know if if helps
1 user says Thank You to Ninja Lead for this useful post
December 18, 2014 at 11:15 am #559070Thank You!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by nathanlgv4u 9 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-