By Guest on Wednesday, 17 February 2016
Replies 7
Likes 0
Views 1.4K
Votes 0
Hi, when Print a calendar the page have strange links

Joomla 2.5
JEvents v3.2.20 Stable

see attachment: calendario.pdf


PHP Version : 5.4.40
MySQL Version : 5.0.95
*** CONFIG NOT SAVED***
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 5000
Club code set? : No
Joomla : 2.5.28
component_com_jevents : 3.2.20
component_com_jce : 2.5.8
module_mod_jevents_cal : 3.2.20
module_mod_jevents_custom : 3.2.20
module_mod_jevents_filter : 3.2.20
module_mod_jevents_latest : 3.2.20
module_mod_jevents_legend : 3.2.20
module_mod_jevents_switchview : 3.2.20
plugin_content_jevents : 3.2.20
plugin_finder_jevents : 3.2.20 (not enabled)
plugin_search_eventsearch : 3.2.20 (not enabled)
Hello,

This is caused by your template forcing the url to be the content after in the print view. See:
https://davidwalsh.name/optimize-your-l ... s-show-url

This should help you find the cause as it explains how to add it.

Thanks
Tony
·
Wednesday, 17 February 2016 22:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I think template is not the problem, the template is 5 years old and there was not a problem with the older versions of Jevents. Actually we can't print the calendars.

We can't find the CSS code that you refer.

We need Help!!

Cheers
·
Monday, 22 February 2016 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Without the link to your site we cannot 100% confirm it is your template. But we do not specify this code directly. It could be coming from the Joomla! Bootstrap library. But again without a link we cannot do anything.

Thanks
Tony
·
Tuesday, 23 February 2016 08:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, thanks for your answer, the URL is: cadishuesca.es
The calendar is inside private zone, only for users, if you need access we can send you in private mail
This page don't use boostrap is a 2.5 joomla, printing problems appeared when upgrading JEvents.

Cheers
·
Tuesday, 23 February 2016 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahh your on JEvents 3.2 that's quite old. Edit:

/media/com_jevents/css/bootstrap.css

And remove:

@media print {
.jevbootstrap * {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
.jevbootstrap a,
.jevbootstrap a:visited {
text-decoration: underline;
}
.jevbootstrap a[href]:after {
content: " (" attr(href) ")";
}
.jevbootstrap abbr[title]:after {
content: " (" attr(title) ")";
}
.jevbootstrap .ir a:after,
.jevbootstrap a[href^="javascript:"]:after,
.jevbootstrap a[href^="#"]:after {
content: "";
}
.jevbootstrap pre,
.jevbootstrap blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
.jevbootstrap thead {
display: table-header-group;
}
.jevbootstrap tr,
.jevbootstrap img {
page-break-inside: avoid;
}
.jevbootstrap img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
.jevbootstrap p,
.jevbootstrap h2,
.jevbootstrap h3 {
orphans: 3;
widows: 3;
}
.jevbootstrap h2,
.jevbootstrap h3 {
page-break-after: avoid;
}
}


Many thanks
Tony
·
Tuesday, 23 February 2016 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Solved!!!
Thank you for your help.
·
Thursday, 25 February 2016 12:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome. This was removed several versions back. I would also advise you update to Joomla! 3.4 soon!

Many thanks
Tony
·
Thursday, 25 February 2016 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post