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.

New Life Style

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

Wow this template has 24 validation errors? Do you all not try to minimize the validation errors?

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Jeremy,

Are you testing the demo version or a quickstart?
I don't see those errors in the preview version without the frame running

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
When I test the demo version without the frame I get 46 errors.

The site I am working on is this one

testing.pgst.nsn.us/

And I am getting 24 errors with the new lifestyle template.

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Are you using the latest template version?

Have you customised any of the position html / php?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I am using the this template version New Lifestyle Template 2.0.6. Looks like the latest version to me.

I have not customized any of the position html / php. I am using CSS to do most my customization. Plus the errors have nothing to do with any parts of the site I am working on.

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Jeremy,

Sorry for the trouble.

The main error there - that also exists on the demo - is no space between the data-mobile attribute. This is actually in the T3 plugin and it looks like the demo is using an old version.

What version of T3 are you using on your site? I'll look to see if it's been fixed since we released this theme.

The other errors point to a space after a class name. This happens because rather than attaching the module class suffix to the moduletable class name we add a space before it. It makes the classes much more flexible.

This is the first time Ive seen that be an issue from a validation point of view and I wonder if that's actually cascading from the previous error.
Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
I am using the latest version of the t3 plugin 2.4.7

Thanks

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Jeremy,

I've discovered the issue.

Basically the plugin has changed the way that it operates and updating a configuration doesn't save the correct values.

T3 stores the layout in the local/etc/layout files.

After saving your template again you are likely to see code in the ini files that look like this:

[block1@grid1]
default="span12"
mobile="span50 ""
position="grid1"

You can see the double quotes there.

You can do a search and replace for the triple quotes or the incorrect syntax and then reload the template admin and resave the settings.

If you would prefer us to fix this please create a ticket with ftp details and Ill fix this for you.
Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
That fixed around 10 of the errors, but for some reason the panel1 is in the source code twice and it causing a number of validation error.

testing.pgst.nsn.us/

Any ideas?

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Jeremy,
Im away at the moment but I think I know what the issue is here.

Ill have an update for you on Friday.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks for the update on the coming update :)

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks Jeremy

We will keep you posted
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Any word on this?

Thanks

jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Apologies for the delay Jeremy.

I havent released the update yet but you can remove the code in the tpls/blocks/panel.php file.

Basically the panel block isn't required:

$this->loadBlock ('panel')

removing that in the tpls/ [template layout name] will fix the issue for you.

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

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Good luck with the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I code not find the exact code you mentioned but I found this and remove it from tpls/blocks/panel.php file.

<?php
$this->spotlight ('panel', 'panel1, panel2, panel3, panel4')
?>
And that took care of most the errors.

Thanks

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Great thanks for letting us know. That is more or less the fix I mention above.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Awesome.

Thanks again for your help!

Jeremy
  • Jeremy Moff's Avatar
  • Jeremy Moff
  • 12 Month Developer
  • 38 posts
  • Karma: 0
The administrator has disabled public write access.
Good luck with the site

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