×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Doesn't show on any page

Doesn't show on any page 10 years 8 months ago #22117

  • fred
  • fred's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
5.0rc3 core with Joomla 3.1.5 fresh install on wampserver - php 5.3.9
The following user(s) said Thank You: Hoan

Doesn't show on any page 10 years 8 months ago #22124

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
I have the same problem. Here í the system info:

PHP Built On Linux server
Database Version 5.5.32-31.0-log
Database Collation utf8_general_ci
PHP Version 5.4.17
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.1.5 Stable

I am here waiting for developer's guide :)

Doesn't show on any page 10 years 8 months ago #22133

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can I see a link to your pages where the comments are supposed to be shown? I have the feeling that you have javascript errors.

Regards,
Daniel
The following user(s) said Thank You: Hoan

Doesn't show on any page 10 years 8 months ago #22141

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi Daniel,

Please have a look at www.thietbiloc.com/loc-nuoc-sinh-hoat/30-may-loc-nuoc-ro.html

Plg is enabaled, com_content setting to include all cats.

Thanks,

Doesn't show on any page 10 years 8 months ago #22143

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
This looks like a minification issue. Would you turn jch off and check to see if it works after that?
The following user(s) said Thank You: Hoan

Doesn't show on any page 10 years 8 months ago #22145

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

Daniel Dimitrov wrote: This looks like a minification issue. Would you turn jch off and check to see if it works after that?

It works! You are so great, tks!

Doesn't show on any page 10 years 8 months ago #22148

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi Daniel,

It disappears again after JCH is turning ON!

Doesn't show on any page 10 years 8 months ago #22158

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Play with JCH until you find the correct combination. You can also turn it off for com_comment. We use requirejs.org/ to load our js files anyway.

Regards,
Daniel
The following user(s) said Thank You: Hoan

Doesn't show on any page 10 years 8 months ago #22161

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

Daniel Dimitrov wrote: Play with JCH until you find the correct combination. You can also turn it off for com_comment. We use requirejs.org/ to load our js files anyway.

Regards,
Daniel


I am playing but do not know which files of CComment to be excluded in JCH settings.

Doesn't show on any page 10 years 8 months ago #22165

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Try to exclude this file first:
/media/com_comment/js/libraries/requirejs/require.min.js

and check if it works after that. If it doesn't, then exclude:
/media/com_comment/js/dynamictextarea.js
/media/com_comment/js/String.MD5.js
/media/com_comment/js/String.UTF-8.js

Also the mootools library should be loaded before any of those js files.

Regards,
Daniel

Doesn't show on any page 10 years 8 months ago #22168

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi Daniel,

All the mentioned js files have been excluded in JCH settings but your CCommnent does not show, even it's html and css code is still there if you view the page source.

Browser caches are cleared without no Ccomment. In page source view, a huge quantity of Ccommnet code were produced.

Doesn't show on any page 10 years 8 months ago #22206

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi Daniel,

Same JCH settings, using Opera browser will see the Ccomment. I don't know what's the matter with Firefox and Chrome. Any ideas? Should I upgrade to PRO version?

Doesn't show on any page 10 years 8 months ago #22242

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
It is not a matter of updating to the pro version. I don't see it working on opera as well.
Your minification is creating problems. Just look in the javascript console in your browser. On firefox I get window.addEvent is not a function.

This comes from this line (nothing to do with our component):
window.addEvent("domready",function(){keepAlive.periodical(840000);});

You are minifying too much. When using JCH one has to play around to find the perfect minifying option for his site. There is no solution that works on every site. The issue is with JCH and you'll have to try that, than try something else till you get it to a place that it minifies only the parts necessary. If you want I can have a look at your backend and jch config (but I'll be happy if you get a subscription then :))

Doesn't show on any page 10 years 8 months ago #22244

  • Hoan
  • Hoan's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0

Daniel Dimitrov wrote: It is not a matter of updating to the pro version. I don't see it working on opera as well.
Your minification is creating problems. Just look in the javascript console in your browser. On firefox I get window.addEvent is not a function.

This comes from this line (nothing to do with our component):

window.addEvent("domready",function(){keepAlive.periodical(840000);});

You are minifying too much. When using JCH one has to play around to find the perfect minifying option for his site. There is no solution that works on every site. The issue is with JCH and you'll have to try that, than try something else till you get it to a place that it minifies only the parts necessary. If you want I can have a look at your backend and jch config (but I'll be happy if you get a subscription then :))


Hi Daniel,

Thank you for looking at the error again.

You did not see it working on Opera as well because I've tunrned OFF the plugin after many times playing with JCH without any success.

FYI: Besides JCH, my site is also using CDN service.

Doesn't show on any page 10 years 8 months ago #22253

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
the CDN doesn't matter. The issue is the minification and the position of javascripts on your page.
The following user(s) said Thank You: Hoan

Doesn't show on any page 9 years 6 months ago #27937

  • keokeokemkem226
  • keokeokemkem226's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi

Please have a look at sieuthimaylocnuocro.com.vn/thiet-bi-loc-nuoc-tot-nhat/

Plg is enabaled, com_content setting to include all cats.

Thanks,

Doesn't show on any page 9 years 6 months ago #27967

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hi are you sure that the link to your page is correct? This is a wordpress installation and not joomla...
Regards,
Daniel
  • Page:
  • 1
Time to create page: 0.136 seconds