Shape 5

Joomla Templates => Gamers - Club => : WDJac March 31, 2014, 10:13:23 AM



: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac March 31, 2014, 10:13:23 AM
Hello,

1. I tried about an hour to turn off the "Details" off an article. But the only Joomla option that take effect, is the option to put the "Details" on the bottom. I know it from another Template that i had to overrite the com_content templates, to get the standard Options to work. Here without an any solution.
(example: http://beasts-esports.de/impressum)

2. When i try to give a module on the frontpage the suffix "-lightgrayhighlight" the Title doesn?t get a yellow background.
see here: http://beasts-esports.de

Thanks for your support.

Regards,

Pascal


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll March 31, 2014, 06:00:37 PM
Hello,

1) Try to change the settings under the Menu Item settings instead of the Article Settings. These settings will take priority.

2) You can change the background gradient as well as the text color directly for this in the CSS below:

Template.CSS - Line 1041

.module_round_box-lightgrayhighlight .s5_mod_h3_outer h3 {
    background: linear-gradient(to bottom, #F1F1F1 0%, #E1E1E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 1.3em;
    margin-bottom: 30px;
    margin-left: -11px;
    margin-right: -11px;
    padding: 19px 21px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}


-Mike


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac April 02, 2014, 06:55:12 AM
1) Thanks thats helped me!

2) You got me wrong. In your sample site of Gamers-Template, the module on "top_row1_3" got a yellow background around the title.

So i check the source and found, that your demo site got one more tag "s5_h3_inner"

DEMO SITE
:
<h3 class="s5_mod_h3">
   <span class="s5_h3_inner">
      <span class="s5_h3_first">
         NEW
      </span>
      Clans
   </span>
</h3>

MY SITE
:
<h3 class="s5_mod_h3">
   <span class="s5_h3_first">
      TEST
   </span>
   <span class="s5_h3_last">
      MOD
   </span>
</h3>

Why is this lost in my template? I used your SiteShaper file.

Best Regards,

Pascal


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll April 03, 2014, 05:39:43 PM
Hmm,

It should be the same. Have you made any changes? Perhaps try updating your Template to the latest version in case you are using an older file set.

-Mike


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac April 05, 2014, 06:04:28 AM
Hmm,

It should be the same. Have you made any changes? Perhaps try updating your Template to the latest version in case you are using an older file set.

-Mike

Thanks for this tip! At the moment I got another big problem (Take a look if you want) (http://forum.joomla.org/viewtopic.php?f=706&t=841058), but that has nothing to do with shape5. So when I got an solution for this, then I will look why the templates are different.
I can say however, that I have done no changes to the template. I just install the SiteShaper and do my stuff.

I admit modest as soon as I get to the backend again.

Thanks!


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll April 07, 2014, 11:59:39 PM
Hello,

Firstly, make a backup to save any database entries. Then if you PM me back end Super User + Cpanel I can take a look. No promises but I can give it a go and maybe help narrow it down. Have you tried replacing the J3.2.3 file set on your server by overwriting all the old ones? It might be an issue with the permissions or a missing/corrupt file.

Also is the entire site blank or just the back end?

-Mike


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac April 09, 2014, 09:46:41 AM
Hello,

Firstly, make a backup to save any database entries. Then if you PM me back end Super User + Cpanel I can take a look. No promises but I can give it a go and maybe help narrow it down. Have you tried replacing the J3.2.3 file set on your server by overwriting all the old ones? It might be an issue with the permissions or a missing/corrupt file.

Also is the entire site blank or just the back end?

-Mike


Thank you, but I found the solution (own fault  ;D)

Hmm,

It should be the same. Have you made any changes? Perhaps try updating your Template to the latest version in case you are using an older file set.

-Mike

I tried to overwrite the files, but without solution.


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll April 09, 2014, 04:16:50 PM
Hello,

In the Template Manager > Template Specific that should be controlled by the:

Highlight Color 2

This will generate the base color for the gradient used on the headings.

-Mike


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac April 10, 2014, 11:46:24 AM
Trust me, i checked firstonce every setting in the Template Manager.
As you can see in the pictures, there seems to be lost something....

Again I override all the files with the Template Current files, -> nothing happend.
The only things I changed was to update to 3.2.3.

From where is your modules getting the extra <span>-tag with the "s5_h3_inner" class? Is that modified in any files? Or maybe an option, in template Manager??? o.O

Thanks again ;)

(http://www7.pic-upload.de/thumb/10.04.14/qk5xa7wshytb.jpg) (http://www.pic-upload.de/view-22829700/1.jpg.html)
(http://www7.pic-upload.de/thumb/10.04.14/zu1wknvk548l.jpg) (http://www.pic-upload.de/view-22829701/2.jpg.html)
(http://www7.pic-upload.de/thumb/10.04.14/8wjwcmd1or5m.jpg) (http://www.pic-upload.de/view-22829702/3.jpg.html)


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll April 10, 2014, 10:19:45 PM
Hello,

Can you PM me back end Super User to take a look?

-Mike


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: WDJac April 16, 2014, 03:45:24 AM
Thank you for the support!

This issue is finaly fixed! (A new downloadable Version of this Template is available with fix)

Best Regars,

Pascal


: Re: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)
: mikenicoll April 16, 2014, 07:11:01 PM
Glad everything is working now for you :)

-Mike