Forum Support

Shape 5
March 29, 2024, 01:33:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 2 issues (Turn off Author, Title etc. & -lightgrayhighlight don?t work)  (Read 1034 times)
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« on: 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
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #1 on: 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
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« Reply #2 on: 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
Code:
<h3 class="s5_mod_h3">
   <span class="s5_h3_inner">
      <span class="s5_h3_first">
         NEW
      </span>
      Clans
   </span>
</h3>

MY SITE
Code:
<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
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #3 on: 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
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« Reply #4 on: 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), 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!
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #5 on: 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
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« Reply #6 on: 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  Grin)

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.
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #7 on: 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
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« Reply #8 on: 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 Wink



Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #9 on: April 10, 2014, 10:19:45 PM »

Hello,

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

-Mike
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
WDJac
Jr. Member
**
Offline Offline

Posts: 22



« Reply #10 on: 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
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #11 on: April 16, 2014, 07:11:01 PM »

Glad everything is working now for you Smiley

-Mike
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.