Shape 5

Joomla Templates => Appwonder - Club => : theelous3 November 12, 2011, 08:54:45 AM



: Top menu position drop and backround area colour change.
: theelous3 November 12, 2011, 08:54:45 AM
Hi there,
I've inserted a larger logo than standard, and expanded the logo size in the css file so it displays the entire logo.

I need to change the distance scrolled when a top menu item is clicked so that it goes to the top of the next area, rather than having the now larger menu covering it.
I also want to add blank padding above the menu items to drop them down so they are centered beside the logo.

Also, how do I change the backround colours for each area?

Thanks,
Mark.


: Re: Top menu position drop and backround area colour change.
: jonahh November 14, 2011, 01:55:07 PM
Hello Mark

For the padding and positioning please post a URL of your site so I can see whats going on

As for the background colors they are set in the template parameters area.  Go to extensions > template manager > select appwonder and click edit"


: Re: Top menu position drop and backround area colour change.
: theelous3 November 17, 2011, 09:03:17 AM
I've pm'd you the details.

I'm also having some trouble publishing an s5 image slider v2 module. I've installed the extention, set up the module, uploaded and inserted pictures, and published it to bottom_row1_1.

When I reloaded the site, the entire section (the one that by default has the "Screenshots" area) dissapeared. It should be displaying the Image slider.
I can't figure out why this is happening.
Any ideas?

Thanks,
Mark.


: Re: Top menu position drop and backround area colour change.
: jonahh November 17, 2011, 02:03:58 PM
Change padding here to fix where menu scrolls to:

#s5_top_row1_area2, #s5_header_area2, #s5_top_row2_area2, #s5_top_row2_area2, #s5_top_row3_area2, #s5_center_area2, #s5_bottom_row2_area2, #s5_bottom_row1_area2, #s5_bottom_row3_area2 {
    padding-top: 147px;
}
template.css (line 737)


For the image slide, it wasnt published on any page.  I published it to the homepage and then it prompted for login

You can adjust the menu position there:

#s5_navv {
    float: right;
    padding-top: 53px;
}
s5_suckerfish.css (line 53)


: Re: Top menu position drop and backround area colour change.
: theelous3 November 17, 2011, 10:10:04 PM
Change padding here to fix where menu scrolls to:

#s5_top_row1_area2, #s5_header_area2, #s5_top_row2_area2, #s5_top_row2_area2, #s5_top_row3_area2, #s5_center_area2, #s5_bottom_row2_area2, #s5_bottom_row1_area2, #s5_bottom_row3_area2 {
    padding-top: 147px;
}
template.css (line 737)


For the image slide, it wasnt published on any page.  I published it to the homepage and then it prompted for login

You can adjust the menu position there:

#s5_navv {
    float: right;
    padding-top: 53px;
}
s5_suckerfish.css (line 53)

I can't find the s5_nav anywhere in the template.css file.

Two more issues have arised :-)
1. I can't figure out how to change the font color in the "Special Offers" section.
2. I can't get a Google maps module to work. I've tried the free one supplied by yourselves and this one: http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147

Can't seem to get them up and running.

I have lots of questions, I know, and I appreciate your time.
Thanks again,

Mark.
(PS, I sent you the pw so feel free to have a look around.)


: Re: Top menu position drop and backround area colour change.
: jonahh November 18, 2011, 02:41:54 PM
s5 navv is in suckerfish.css file not template

1.  you can change this here:
#s5_top_row2_area1 {
    color: #B1B1B1;
}
template.css (line 681


2. can you post a URL of this?