Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Moments Joomla 2.5

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi. I'm in the process of updating our club web site. I'm not a web guru or joomla guru but am an ex L3 techie so am IT savvie at the very least.

I would like to know if it is possible to keep the side bar main menu permanently switched on in this template but can not see how to do it.

URL is www.tanelornwgc.com

Would any one be able to help?

Conrad
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
Last Edit: 8 years 2 months ago by Mr Conrad EJ Gonsalves.
The administrator has disabled public write access.
Hi Conrad,

I will need to check with the developers on this

Not sure what is possible

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul - any response?

Thanks.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Yes I've talked about it with the developers and it is problematic

The problem is when the menu collapses as it extends past the sidebar height and overlaps the sidebar content

#navwrap .nav-collapse {display:block !important}
@media screen and (max-width:6000px) {
#navwrap button {display:none}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 8 years 2 months ago by manh.
The administrator has disabled public write access.
#navwrap .nav-collapse {display:block !important;}
@media screen and (max-width:6000px) {
#navwrap button {display:none}

}

@media (max-width: 767px) and (min-width: 320px) {
#left {margin-top: 320px;}
#navwrap .nav-collapse {margin-top: 40px;}
#mainWrap {margin-top: 470px;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm not sure how this will display on mobiles / tablets given how content overlaps

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
This is going to come across as a very basic question and will display my complete lack of understanding of the whole CSS and template subject so I apologise for this!

At present the layout for this template can be found here.

bambootheme.com/showcase/jun13/module-overview/module-overview

I have adjusted the section of the template layout where it shows Grid1, Grid2 etc to Grid5 to be one grid ie Grid1

I would like to place the club logo in this section. (This is only an idea at present). However currently the section grid1 is too heigh (height wise). Is there any way of controlling the height of this section? I was under the impression from the blurb re the template that I could drag and drop stuff around to amend the format.

Thanks

Conrad
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Ignore the above post. I've checked the HTML code out and can see many <p> in there!
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Is there a preferred logo size for this template?

Are there known "tricks" to ensure your logo fits correctly?
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
It is a tricky one as it really works with a logo positioned as per the demo

It also depends on what type of logo it is e.g. text or image based
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Previous sites had an image based logo. I think what I am looking for an optimum size to create a new image logo to fit comfortably in the moments top left logo location.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
I think it's between 160px to 170px in width

Height wise doesn't matter so much

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Paul thanks for the info above, its helped me.

I have another issue with bullet points. They are showing up generally as lines - see this page here - www.tanelornwgc.com/index.php/about-the-club-main

If you scroll down to the section entitles "Costs to Join" you will see what I mean. Can you help please?

I've seen other posts with regards to this but not for this template.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Hi again :)

Do you want the bullet points added and the border removed?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Pretty much yes.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
The administrator has disabled public write access.
Try adding

#grid1wrap .zen-container li, #grid2wrap .zen-container li, #grid3wrap .zen-container li, #grid4wrap .zen-container li, #grid5wrap .zen-container li, #grid6wrap .zen-container li, #mainWrap .zen-container li

{border:0; list-style-type:disc;margin-left:1em}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If it's just the article area you want to remove lines and add bullets it's just

#mainWrap .zen-container li {border:0; list-style-type:disc;margin-left:1em}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 8 years 1 month ago by manh.
The administrator has disabled public write access.
Thanks Paul, is that in the actual article HTML code? That goes for both pieces of code, where do I put them basically. Thanks.
  • Mr Conrad EJ Gonsalves's Avatar
  • Mr Conrad EJ Gonsalves
  • 3 Month Basic
  • 10 posts
  • Karma: 0
Last Edit: 8 years 1 month ago by Mr Conrad EJ Gonsalves.
The administrator has disabled public write access.
Hi

add

#mainWrap .zen-container li {border:0; list-style-type:disc;margin-left:1em}

to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers