SOLVED - Styling of Repeat Links
JEvents 2.0 was launched over 2 years ago and the latest stable version is version 2.2 which will run on Joomla 1.5 and Joomla 2.5. JEvents 1.5 is therefore no longer actively supported - you should upgrade to JEvents 2.2+ as soon as possible.
Forum rules
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
Please include as much detail in any test or bug reports for JEvents 1.5 as possible.
First of all, check if you are running the latest available version of Joomla! and JEvents. Posts for issues, where both systems are not updated, will be ignored.
We need the following at least:
* PHP version (e.g. 5.2.5). Note: Support for PHP4 is discontinued.
* Joomla! version
* JEvents version
* Web Server software (Apache or IIS with version number if possible)
* Server Operating system (e.g. Linux, Windows, Solaris, Darwin ...)
* Database version
* memory_limit from your phpinfo
* Web browser and version
Please enable error reporting and include any error messages in your posting. You do this via the Joomla Configuration - set "error reporting" to "maximum" on the Server tab.
Finally, please describe the steps required to recreate the problem and also please enable error reporting and give us any error messages generated.
SOLVED - Styling of Repeat Links
by happyhacker » Sat Aug 07, 2010 6:20 pm
If I click on an event from the Calendar and it is a repeated event the "Previous repeat" and Next repeat" links have an associated arrow image whch butts up against the text. It seems impossible to put margin or padding on either elements to create a space.
Putting a space before the text of the link in the language file does not work.
How could I do this?
Putting a space before the text of the link in the language file does not work.
How could I do this?
- happyhacker
- Posts: 15
- Joined: Mon Mar 29, 2010 6:53 pm
Re: Styling of Repeat Links
by Geraint » Sun Aug 08, 2010 5:46 am
The firebug addon for firefox is excellent for this sort of style question. Right click on the element of interest to discover how it is styled and experiment with custom CSS
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Styling of Repeat Links
by happyhacker » Mon Aug 09, 2010 9:12 am
I use Firefox Firebug regularly. I'm afraid your code somehow makes it impossible to margin or pad them apart. I think you must have a J:Text (or something) that ties these two together. I have even tried to put a space before or after the text definitions (i.e. Previous Repeat) to no avail. I have also tried to whitespace the image - no luck!
ev_prevrepeat a.blue is a background image. If you could tell me where that is defined in the code I could display:none it and perhaps put an image in the code with it's own class?
PS. The CSS style ev_prevrepeat or blue do not separate the two elements.
ev_prevrepeat a.blue is a background image. If you could tell me where that is defined in the code I could display:none it and perhaps put an image in the code with it's own class?
PS. The CSS style ev_prevrepeat or blue do not separate the two elements.
- happyhacker
- Posts: 15
- Joined: Mon Mar 29, 2010 6:53 pm
Re: Styling of Repeat Links
by Geraint » Mon Aug 09, 2010 9:21 am
Use a positioned background image with a suitable padding value to place the text apart from your arrow.
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30529
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Styling of Repeat Links
by crosswire » Thu Apr 19, 2012 12:17 am
I seem to have similar issue above
see http://www.odlc.utoronto.ca/index.php?option=com_jevents&task=icalrepeat.detail&evid=1183&Itemid=57&year=2012&month=5&day=22&uid=0c7b06c3e7230198de65e1f5166feba1 for example
see http://www.odlc.utoronto.ca/index.php?option=com_jevents&task=icalrepeat.detail&evid=1183&Itemid=57&year=2012&month=5&day=22&uid=0c7b06c3e7230198de65e1f5166feba1 for example
- crosswire
- Posts: 73
- Joined: Wed Aug 04, 2010 3:31 pm
Re: Styling of Repeat Links
by carcam » Thu Apr 19, 2012 6:20 am
Adding this code to your template css will solve the issue:
- Code: Select all
.ev_prevrepeat a.blue {
padding-left: 20px;
}
.ev_nextrepeat a.blue {
padding-right: 20px;
}
-
carcam
- Contributor
- Posts: 3391
- Joined: Wed Aug 06, 2008 7:50 pm
- Location: Córdoba
Re: Styling of Repeat Links
by crosswire » Thu Apr 19, 2012 12:31 pm
OK thanks it worked. I know i had it before but couldn't remember.
- crosswire
- Posts: 73
- Joined: Wed Aug 04, 2010 3:31 pm
Re: SOLVED - Styling of Repeat Links
by antkill » Fri Apr 20, 2012 2:14 pm
Thanks for the solution, I've same issue before at one of my client site, now it's good.
- antkill
- Posts: 2
- Joined: Wed Apr 18, 2012 4:47 pm
8 posts
• Page 1 of 1
Return to JEvents 1.5 (No longer actively supported)
Who is online
Users browsing this forum: Bing [Bot]

