Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Left column
#4171
Left column 2 Years ago Karma: 0
I am curious if there is a way to center everything in the left column (using Trans Bear)?

I apologize in advance for not making sense! LOL

Happy Monday everyone!
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4172
Re:Left column 2 Years ago Karma: 0
Probably would be a good idea to give the URL! LOL

Grand Haven Coast Guard Festival

I was wondering if there was also a way to put some "padding" between items as well.

I'm trying to put some space between our temp listing and the calendar in the left column.
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4173
Re:Left column 2 Years ago Karma: 0
I think I've got the centering issue figured out but still not sure about putting some padding between the mods in the column.
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4174
Re:Left column 2 Years ago Karma: 19
Hi CGFestival,

at first, sorry for the delay. ;-)
To notice it for other user, what have you down to center the left colum?

And now to your second problem. Search in the template.css this lines:

#left .moduletable, #left .moduletable_menu, #right .moduletable, #right .moduletable_menu, #right .moduletable_text, #left .moduletable_text {
padding:6px;
padding-bottom:30px
}

and please add the red marked line. The distance you must try out on your site.

Hope it helps.

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4177
Re:Left column 2 Years ago Karma: 0
I was searching the developer's forum and found that a few others were having the same issue as me. The response they received was

Code:

/* Container div Width set the same as calendar wi dth. Setting both margins to auto centres the cale ndar*/
.eventcalq {
width: 154px;
margin-left: auto ;
margin-right: auto ;
}

CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4178
Re:Left column 2 Years ago Karma: 0
Thank you so much...perfect fit now!
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4179
Re:Left column 2 Years ago Karma: 19
No problem, nice that it helps. Looks perfect at you site. :-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4180
Re:Left column 2 Years ago Karma: 0
Thank you hun...still needs some polishing. My big issue at the moment is the calendar that I added in the left bar. The only time that it works exactly the way it is suppose to is when you are in the actual schedule. If you are on the homepage and try to go forward it goes back to March and won't move from there. *sigh*

By the way...I am starting my first semester in college...taking Web Graphic Design! I'm so excited! You guys have been a huge inspiration and I thank you!
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4181
Re:Left column 2 Years ago Karma: 19
have you installed the newest version of the calendar modul?

I would try to uninstall the modul and reinstall the newest version from: Link

Nice that our work inspired you. Web Graphic Design is determined very interesting :-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
Last Edit: 2010/04/27 16:30 By GermanBear.
The administrator has disabled public write access.
 
#4183
Re:Left column 2 Years ago Karma: 0
I verified that I had the most recent version (downloaded and installed yesterday). I'm still wading through their forum...if I don't find an answer soon I'm going to post and hope I don't get flamed! LOL
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4218
Re:Left column 2 Years ago Karma: 0
i agree on all the above,thanks for your forum.





yoga
rubystevens
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4219
Re:Left column 2 Years ago Karma: 0
Finally found a fix so I'll repost it here in case anyone else has this problem.

You can read the full thread here.

I'll post the solution here too:
Edit the file
modules\mod_eventlistcal15q\ mod_eventlistcal15q.php at line 135 you will find this code


Code:
if (empty($myurl))
{
$request_link = 'index.php?';
}
else
{
$request_link = 'index.php'.$myurl;
$request_link = str_replace("&el_mcal_month=".$req_month,"",$reque st_link);
$request_link = str_replace("&el_mcal_year=".$req_year,"",$request _link);

}
and change for this code
Code:
if (empty($myurl))
{
$request_link = $uri->toString(array('path')).'?';
}
else
{
$request_link = $uri->toString(array('path')).$myurl;
$request_link = str_replace("&el_mcal_month=".$req_month,"",$reque st_link);
$request_link = str_replace("&el_mcal_year=".$req_year,"",$request _link);

}
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
#4220
Re:Left column 2 Years ago Karma: 19
Thank you CGFestival for the solution :-)

Regards,

GermanBear
GermanBear
Moderator
Posts: 441
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 178412056 Gender: Male hofmar123 Carnevale di Venezia Bonn Location: Bonn Birthday: 05/08
The administrator has disabled public write access.
 
#4221
Re:Left column 2 Years ago Karma: 0
No problem...it makes no real sense to me but it worked so I'm happy!

Now I'm working on making the site 3 column so visitors don't have to scroll so far down to see everything in the left column. Right now when I add something to the right column the middle background gets weird.
CGFestival
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Female festival.tricia Grand Haven Coast Guard Festival Location: Grand Haven, Michigan Birthday: 10/27
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear