-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 24, 2015 at 1:06 pm #692306Cannot access the layout manager on our dev or our live site. Link provided is our LIVE site.. please resolve the issue on this one.
Can render layout for the same charity based template for a clients site on the same box.
We have not made any changes for a few days to the layout. Please can you advise why it does not render. We need to make changes please.
Many thanks in advance
R
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 25, 2015 at 7:49 am #692447Hi,
I got the problem from backend of your site.
Which files have you changed recently?
And you can also PM me admin & FTP account, I will help you to check it further.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 25, 2015 at 7:49 am #749684Hi,
I got the problem from backend of your site.
Which files have you changed recently?
And you can also PM me admin & FTP account, I will help you to check it further.
Regards
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 4:51 am #693179Hi,
I fixed the problem directly on your site with the solution below
Open templates/ja_charity/tpls/blocks/off-canvas.php file
from
<button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg " type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
to
<button class="btn btn-primary off-canvas-toggle hidden-lg <?php $this->_c('off-canvas') ?>" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
You can check it again, let me know if it helps
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 28, 2015 at 4:51 am #749867Hi,
I fixed the problem directly on your site with the solution below
Open templates/ja_charity/tpls/blocks/off-canvas.php file
from
<button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg " type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
to
<button class="btn btn-primary off-canvas-toggle hidden-lg <?php $this->_c('off-canvas') ?>" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
You can check it again, let me know if it helps
Regards
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 30, 2015 at 3:03 am #693766Hi,
I spent a lot of my time to debugging the problem on your site. Because you had custom with position-11 position on homepage of your site.
<?php $this->loadBlock('spotlight-4-new') ?>
and you can see it from templates/ja_charity/tpls/home-4-new2.php
I only worked with why-use-designated page, you have to do this with other page to show position-11 position on your site.
Regards
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 30, 2015 at 3:03 am #750120Hi,
I spent a lot of my time to debug the problem on your site. Because you had customzied position-11 position on homepage of your site.
<?php $this->loadBlock('spotlight-4-new') ?>
and you can see it from templates/ja_charity/tpls/home-4-new2.php
I only worked with why-use-designated page, you have to do this with other page to show position-11 position on your site.
Regards
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 25 replies, has 2 voices, and was last updated by romolo 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum