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.

ZGF 2.0 status update?

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

Will let you know any other problems I run into next week. Another project took priority today so I had to put my current 1.7 project on hold for the time being.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Great thanks - really appreciate it.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
It loads superfish.css regardless of whether you have it enabled or disabled in the template options.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
The administrator has disabled public write access.
Thanks - Have added it to the tracker and will release in the next update.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
New Issues:

/templates/zengridframework/layout/logo.php:30

<?php if ($logoType =="image") { ?><img src="<?php echo $this->baseurl.$logoLocation.'/'.$logoFile; ?>" alt="<?php echo $logoAltTag ;?>" /><?php } ?>

The highlighted section of code is unnecessary and results in a broken image.

Also, in Joomla 1.7 the favicon portion of the template is unnecessary/redundant because Joomla 1.7 already includes the favicon in the document.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
Last Edit: 12 years 8 months ago by Atomic Design and Consulting.
The administrator has disabled public write access.
And a suggestion... add div to the currently available logo classes (h1-h6, p). For SEO reasons, many people probably shouldn't (or don't want to) use H1.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
Last Edit: 12 years 8 months ago by Atomic Design and Consulting.
The administrator has disabled public write access.
Thanks for point thing that out and yep thats a good point regarding the containing div.

Ive added this to our tracker now.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Actually ...
<?php echo $logoFile ?>

displays a relative path e.g. templates/jbgrid2/images/logo/grid2Whitepressed.png

We stick the base url in there so it works better with see urls components.

It's the logo location bit that isn't required but checking what we have in the svn thats not there now. So perhaps it's in a template override you are using?

Can you remind me which theme you are using?

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Not using any template overrides at the moment... only ZenBlank for J1.7 and the latest 1.1.0 ZGF. Also, ZenBlank had some references to ZenDefault... don't remember which files had the references, but if you do a search in the jbzenblank folder you should find it.
  • Atomic Design and Consulting's Avatar
  • Atomic Design and Consulting
  • 3 Month Basic
  • 43 posts
  • 1 Thanks
  • Karma: 2
Last Edit: 12 years 8 months ago by Atomic Design and Consulting.
The administrator has disabled public write access.

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

Happy Campers