We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Christabel Abdilla
  2. General Discussion
  3. Tuesday, 08 July 2014
  4.  Subscribe via email
Hi all

I created a spotlight: zz-spotlight3.php in blocks
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die;
?>

<?php if ($this->checkSpotlight('spotlight-3', 'full-width-position')) : ?>
<!-- SPOTLIGHT 3 -->
<div class="container spot-3 t3-sl t3-sl-2">
<?php $this->spotlight('spotlight-3', 'full-width-position') ?>
</div>
<!-- //SPOTLIGHT 3 -->
<?php endif ?>

and zz-default.php in tpls
...
<?php $this->loadBlock('mainnav') ?>
<?php $this->loadBlock('zz-spotlight-3') ?>
<?php $this->loadBlock('spotlight-1') ?>
...


But I'm having this problem as you can see in the attachment ... the width of the slider is going over 1170px when i remove the padding-left/right of the container everything is fine but in mobile it's not...

I'm using LayerSlider as a module but I tried other modules all with the same problem...

Any help would be appreciated.

Thanks
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Please share your site url and enable the development mode, I will check for you.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I sent you a PM
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, Christabel. I will check it out and reply you soon.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Christabel,

I have checked your site. Your are using a module that is not our product so I am not sure if the module is responsive or not. If it's not responsive, you have to manually fix it or you can ask the provider to suggest.

P/S: you are using logo image with over 1000px width, it will have bad effect to your site performance. You should resize it to smaller size that fit the logo position only.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gardner

As I said before that every module I try has the same problem and IT IS responsive .. I have tried other modules and the same problem happens.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi again,

I saw that the images you used in the slideshow is not in the same size, in responsive, the resize function made the images smaller then there are some items had smaller size and was not full scaled. Please try to use images with right ratio so that when resize, they have same size and fit the slider size in responsive layouts.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.