Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Odd non-responsive behavior (LS2)

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

On the link below, when you scrunch the width down to the smaller sizes, the zentools banner goes away as instructed.... but the div does not. The setting was made in T3, in the responsive layout tab (turning off 'banner' at the two small sizes).

--> dev link <--

though i can code my way around this, it seems to me the framework should respond to its own setting, so i don't know if this might be a bug somewhere.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
The problem is with the template and it giving a height for the slideshow div rather than the framework in this case
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry that should be bannerwrap div

so to remove it you are looking at something like

@media (max-width: 1019px) {
#bannerwrap, #bannerwrap .zentools {height:0px;}
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
as opposed to display:none?
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
You could use that as alternative :)

Inside the media query

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
My other problem was rendering the zentools cache - I was hitting the siteground memory limit. but switching off the banner at smaller screen sizes means i don't have to worry so much about rendering out the caches for the banner.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Maybe alternative might be to reduce the image size or file size?

dp3staging.com/thaarc2014//media/mod_zentools/cache/images/Mixed%2BUse-38b83687ab976699dc90ff0e2eaf858a.jpg

This is 700kb as an example

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I had the zentools settings rendering the different sizes needed (for load efficiency); a large percentage of the market for this website will be using powerful desktops and large monitors - so I don't want to thin the resolution very much.

An architect's idea of a tablet looks like this.
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
wowza that is a big tablet

More like a slab :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers