1. kpomilla
  2. Commercial Templates
  3. Thursday, 21 August 2014
  4.  Subscribe via email
OK...Here is a list of the issues I am having, hopefully can get them resolved because we love this template.

1) Scrolling - I would like the home page to basically end with the menu...disable scrolling for the home page.
2) Header lines - I have set up the home page with a background, which nullifies the need for a logo or any header. There are lines going across the screen that I'd like to eliminate.
3) I've created a "topmenu" copy of the template to place the menu on top with mod to header vertical spacing. In that template, I've place a logo, but I cannot get rid of the lines surrounding it.
4) Ability to scroll is desired for all pages except for the home page.

The test site I am working on is http://amftestsite.com/sd2

Let me know if you require admin creds or if you can simple explain how to fix issues.

Thanks in advance...
Ken
Accepted Answer Pending Moderation
0
Votes
Undo
By the way, I don't need the article on the home page either.
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ken

1. To disable scroll you can add the following to the Custom CSS field of your templates parameters..


html {
overflow-y: hidden;
}


You will need to create a separate template style specifically for your homepage to which you will add the above CSS. For details on creating multiple template styles please check out the following tutorial... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles

2. Remove these lines you can add the following to the Custom CSS field of your templates parameters..


.header_bar {
display: none;
}


3. To remove the top and bottom border surrounding the logo try using the following..


.header_bar {
border-top: none;
border-bottom: none;
}


4. Answered above

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
For details on hiding the component/article area of a page may I suggest the following tutorial... http://www.joomla51.com/tutorials/item/hiding-the-component-article-area-on-a-page

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for that, looks like we've made good progress...I'm still having an issue with #3, (border around logo)...I've tried your suggestion, but it seems that took away the lines for the header bar but the lines around the logo...

Thanks for your help

Ken
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ken

I may be confused regarding the lines you are refering to. Would you have a URL to an example of these lines? An image indicating the lines?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Are you seeing these lines with a particular browser? Checking on FIreFox there is no lines in the URL provided. A screenshot would be ideal so we can see what you are seeing.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
It's fine in firefox...shows border with ie 10. (see attachment)
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following to the Custom CSS field of your templates parameters...


#logo img {
border: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
The lines around the border appear in Internet Exlorer
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Please add the above CSS to the Custom CSS field of your templates parameters.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok