- Posts: 15
- Thank you received: 0
Where do I configure this section? (see screenshot
-
spinfx
Inactive member - Topic Author
- New Member
Less
More
9 years 7 months ago - 9 years 7 months ago #45378
by spinfx
Where do I configure this section? (see screenshot was created by spinfx
Hi
I really like the look and feel of this template, but I'm having a few problems.
I want to use this section of the homepage as the band-members' biographies. I have added the text to the first three K2 items, but I now need help configuring the section. I initiall thought it was a module, but I just can't find it.
There are some more issues further down, but I'll deal with those later.
Do you have a detailed User Manual/Documentation?
The site is in development but you can view it here empireblues.firstbitedigital.com/
Regards, David
I really like the look and feel of this template, but I'm having a few problems.
I want to use this section of the homepage as the band-members' biographies. I have added the text to the first three K2 items, but I now need help configuring the section. I initiall thought it was a module, but I just can't find it.
- I want to add the title "Biographies"
- I ONLY want three items to show (ie the first tab). How do I remove the following two tabs?
There are some more issues further down, but I'll deal with those later.
Do you have a detailed User Manual/Documentation?
The site is in development but you can view it here empireblues.firstbitedigital.com/
Regards, David
Last edit: 9 years 7 months ago by spinfx. Reason: Forgot to put URL in message
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45379
by ivan.milic
Replied by ivan.milic on topic Where do I configure this section? (see screenshot
Hello,
for adding a title go to Menus > Your_menu > Your_home_element > Page Display and edit Page heading (Also, put show page heading to YES).
And for latest items, it's a k2 component, you can configure it on menu item where it's shown. But there is not such customisation that can display just first three and to keep same look. But I made this script for you, you can put it right after
jQuery(document).ready(function() {
on template_folder\js\hot_music_band.js
jQuery(".ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all").first().children().not(".ui-state-active").remove();
Best regards
for adding a title go to Menus > Your_menu > Your_home_element > Page Display and edit Page heading (Also, put show page heading to YES).
And for latest items, it's a k2 component, you can configure it on menu item where it's shown. But there is not such customisation that can display just first three and to keep same look. But I made this script for you, you can put it right after
jQuery(document).ready(function() {
on template_folder\js\hot_music_band.js
jQuery(".ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all").first().children().not(".ui-state-active").remove();
Best regards
Please Log in to join the conversation.
-
spinfx
Inactive member - Topic Author
- New Member
Less
More
- Posts: 15
- Thank you received: 0
9 years 7 months ago #45380
by spinfx
Replied by spinfx on topic Where do I configure this section? (see screenshot
Thanks Ivan
I followed your instructions for the first question and managed to also reduce the number of visible articles to 3 without having to add the extra code.
I have another question - how do I make the red template a deeper red? I want to use the standard red in the UK flag rather than the tomato red. Is there a single place to change this?
Warm Regards, David
I followed your instructions for the first question and managed to also reduce the number of visible articles to 3 without having to add the extra code.
I have another question - how do I make the red template a deeper red? I want to use the standard red in the UK flag rather than the tomato red. Is there a single place to change this?
Warm Regards, David
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45381
by ivan.milic
Replied by ivan.milic on topic Where do I configure this section? (see screenshot
Hi,
If you want to change that color on whole template, just go to your template folder\styles and find file of your current style (style3.css). Find all occurrences of #f96666 and replace it with color you want (red or you can try #b11f23 as I found on UK flag from your site).
Regards
If you want to change that color on whole template, just go to your template folder\styles and find file of your current style (style3.css). Find all occurrences of #f96666 and replace it with color you want (red or you can try #b11f23 as I found on UK flag from your site).
Regards
Please Log in to join the conversation.
Time to create page: 0.159 seconds