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.

Can't install Gazetta template locally

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

Hello :)

I can’t install locally the Gazetta quickstart template, I have a blank page that is displayed, strange because no htaccess file is active.
I use MAMP with PHP 7, do you encounter the same problem?
Can you check please?

Thank you

Lorenzo
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
Hi Lorenzo,

working on a new package for the quickstart

Will email you at your membership email when it is done
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I should add the email will have a link to a dropbox file

The file will be an akeeba file

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

I have another problem, maybe it's not a problem, it's just that the template is built like that ...?
Are you sure that the framework version is the same for Responsive2 and Gazetta templates?

For Gazetta template I don’t have the same options for “Padding and Spacing”, I don’t have a field to control the spacing of the grid (or maybe the field has been named differently?)

For spacing modules it is less important, but for the spacing of the grid via Zen Shortcodes layout it is more annoying ...

Can you check please?

Thank you again


www.dropbox.com/s/xypo4ugnqksh5dg/Zen-Shortcodes-grid-zenshortcodelayout.mp4?dl=0
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 6 years 6 months ago by Lorenzo.
The administrator has disabled public write access.
Hi Lorenzo,

The framework is built into the template for zgfv4 templates

So there are some differences in some templates admin

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I've sent you an akeeba file via a dropbox link

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Lorenzo
Hello Paul,
I've sent you an akeeba file via a dropbox link
...thanks for the file, it works now :)

I noticed a problem of language installation in this version of the template, a problem related to an old version of Joomla.

Here is the problem: forum.joomla.org/viewtopic.php?t=949896
Here is the solution: github.com/joomla/joomla-cms/pull/16355
The framework is built into the template for zgfv4 templates
So there are some differences in some templates admin
... strange though that you have not planned any margins in the Zen Shortcode layout of this template :(

Thank you

Lorenzo
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
No margins in the shortcode plugin syntax?

Do you have a link?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
... in the short screencast that I posted before (at the minute 1:00) you can see that there are no margins.
You can check it also in the demo page of the template: demo.joomlabamboo.com/index.php?theme=aug15 (shortcode layouts link)

I think it's more of an oversight on your part :huh:


Thank you

Lorenzo
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
hmm yes

See your point
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Try adding

@media screen and (min-width: 787px) {
.zen-row.no-row-margin .zg-col:first-child {
margin-left: 0;
}
}

@media screen and (min-width: 787px){
.zen-row.no-row-margin .zg-col-6, .one-half {
width: 48.5%;
border-left-width: 0;
padding: 0;
margin-left: 3%;
}
}

@media screen and (min-width: 787px) {
.zen-row.no-row-margin .zg-col-4, .one-third {
width: 31.33333333%;
border-left-width: 0;
padding: 0;
margin-left: 3%;
}
}

@media screen and (min-width: 787px){
.zen-row.no-row-margin .zg-col-3, .one-quarter {
width: 22.75%;
border-left-width: 0;
padding: 0;
margin-left: 3%;
}
}

@media screen and (min-width: 787px){
.zen-row.no-row-margin .zg-col-2, .one-sixth {
width: 14.16666667%;
border-left-width: 0;
padding: 0;
margin-left: 3%;
}
}

@media screen and (min-width: 787px) {
.zen-row.no-row-margin .zg-col-1 {
width: 5.58333333%;
border-left-width: 0;
padding: 0;
margin-left: 3%;
}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
...perfect! Thank you Paul ;)

Do you plan to update the template or do I keep these css rules in my css responsive file?
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
I think we have a problem with this

As, if you notice I made the styling more specific than the normal code

If I didn't the template layouts break so I think I'd keep the css in your template for now

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Apologies again for the glitch
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
no problem Paul, thank you again for your support ;)
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
Thanks

Best of luck with the website

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