probleme with template publisher and jce on fronted

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 26, 2013 12:41 pm
Reply with quote
Report this post
Hello,

http://covalence-groupement.fr/probleme-gavick.jpg

It's a problem with template gavick and jce on fronted. You see what is my problem ?

Thanks

Marie
User avatar
Junior Boarder

GK User
Thu Sep 26, 2013 1:19 pm
Reply with quote
Report this post
Could you provide me details to your administrator area via PM ? Please remember to include link to this forum thread in message.
User avatar
Platinum Boarder

GK User
Thu Sep 26, 2013 1:58 pm
Reply with quote
Report this post
It's impossible because it's an intranet. :silly:
User avatar
Junior Boarder

GK User
Thu Sep 26, 2013 3:45 pm
Reply with quote
Report this post
Can you help me, il's ok on back why not in front ? B)
User avatar
Junior Boarder

GK User
Fri Sep 27, 2013 12:01 pm
Reply with quote
Report this post
Hello

when I choose Template protostar no problem, it's ok, the problem is with gavick template publisher.

When in advance setting I choose Javascript compression enable the first problem clear out but the calendar of jce does not work
pffffffffffffff :blink:
can you help me please :?
User avatar
Junior Boarder

GK User
Fri Sep 27, 2013 8:25 pm
Reply with quote
Report this post
Please disable compression for tests. Did you use cache ? Please also clear cache and disable all cache plugins .
User avatar
Platinum Boarder

GK User
Mon Sep 30, 2013 1:57 pm
Reply with quote
Report this post
Hello

I send you a private message with login and password

thank you

marie
User avatar
Junior Boarder

GK User
Tue Oct 01, 2013 11:23 am
Reply with quote
Report this post
Ouf I find the solution

In your template.css there are no class tooltip
I copied this in gavick_publisher/css/template.css and now it's ok :D
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 11px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
User avatar
Junior Boarder

GK User
Thu Oct 03, 2013 9:21 am
Reply with quote
Report this post
Yes that is one of the ways to resolve this issue, the second one is load tooltip script to front-ent editing page by code

Code: Select all
JHTML::_('behavior.tooltip');
User avatar
Platinum Boarder


cron