Joomlatwork
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 20, 2013, 12:28:51 AM

Login with username, password and session length
Search:     Advanced search
15944 Posts in 5250 Topics by 10988 Members
Latest Member: jereeNutpreni
* Home Help Search Login Register
+  Joomlatwork
|-+  Joomla accelerate component
| |-+  Support questions
| | |-+  influence on a dynamic template ?
« previous next »
Pages: [1] 2 Print
Author Topic: influence on a dynamic template ?  (Read 8319 times)
dens_cad
Newbie
*
Posts: 20


View Profile
« on: January 22, 2007, 03:31:44 PM »

Hi,
congratulations for this nice must-have joomla component ! (we use also SEF extended too...)
We have just installed it and all sounds very Good.

just a question : the site runs with a Template where the visitors can change the width and the size of the police...
it seems that this does not work properly, but I wonder if JAC is really in cause ? any idea ?
site is teck-it-easy-point-com (point means dot in French)
cheers
Denis
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #1 on: January 22, 2007, 03:57:28 PM »

Yes, the JAC component cab support this as wel. You should set the  cookies within your configuration which should be part of the cache engine.

To detect which cookies are set you should disable the cache and check the cookies names, this can easily be done with firefox and the developer bar.

Then put the cookies in the configuration field:"Cookies to support:" and the cache key will also include the cookie setting.

If you are not able to detect the cookies please disable your cache and make a reply at this post so I can check which cookies your template is using.

Regards,

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #2 on: January 22, 2007, 04:15:09 PM »

Richard
Thks for almost real-time answer ! impressive
I'm doing it right now, I've found the 2 cookies from the template
and see a mosvisitor and another cookie (vey long code) with numbers and letters, do these ones need to be managed too Huh
Denis
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #3 on: January 22, 2007, 04:41:47 PM »

These are not the cookies(!)

I supose you are using a rocket theme template? Please disable the cache and let me look for you.

Regards,

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #4 on: January 22, 2007, 04:59:25 PM »

yes, rocketheme templ
cache is disabled now
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #5 on: January 22, 2007, 06:13:59 PM »

These are the cookies:

->  v-widthstyle
-> v-fontstyle

Apply this as described above. After you have applied these clear the cache.

Regards,

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #6 on: January 22, 2007, 06:17:33 PM »

THKS
OK, i do it now !
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #7 on: January 22, 2007, 09:00:07 PM »

Did you already implement it?

Regards,

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #8 on: January 23, 2007, 10:51:07 AM »

Yes, I had no much time to check if all is Okay

however, this morning I see one Warning line at the bottom (you can go to the site, you will see it too)
 
Warning: preg_match() [function.preg-match]: Unknown modifier '>' in /......./index.php on line 515

10 minutes after above message : it is quite bizarre, this warning is random Huh sometimes it appears, sometimes No... I still did not llok at code in the index.php, will see that after (but I'm not a coder)

Denis
« Last Edit: January 23, 2007, 10:59:24 AM by dens_cad » Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #9 on: January 23, 2007, 02:41:36 PM »

This means that the page 404 not found message is not escaped correctly.

Can you post the message over here so I can adjust it for you. It's located within the configuration settings.

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #10 on: January 23, 2007, 04:27:43 PM »

Richard,below is the text I have in the "Disable for cache..." bottom box in the config

/Cette page est indisponible.<br />Veuillez faire un autre choix dans le menu général.|Nous sommes désolés mais la page demandée n'a pu être trouvée./i

we have a specific 404 page we use with OpenSef, is there anything to change on the OpenSEF 404 config ?

Denis
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #11 on: January 23, 2007, 05:20:18 PM »

This should be:
Code:
/Cette page est indisponible.<br \/>Veuillez faire un autre choix dans le menu général.|Nous sommes désolés mais la page demandée n'a pu être trouvée./i

Please check if your page not found page is displayed correctly and has the correct response header 404.

To make sure that the page is not cached a check is made on the content when the page is created. (therefor the text above). If you are using different text to display the 404 message you should enter it within the configuration so that the 404 page is not cached and will always return a 404 response header.

Regards,

Richard
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #12 on: January 23, 2007, 05:33:24 PM »

Richard,
Ok and Thanks for Blitz reply
I gonna try what you say...
Denis
Logged
dens_cad
Newbie
*
Posts: 20


View Profile
« Reply #13 on: January 23, 2007, 06:06:53 PM »

I run OpenSEF 2.0.0-RC5_SP2
and I've been on the j-prosolution Forum to understand what is a "404 header"...
as long as I understand, my release of OpenSEF does not manage it ? not good....

I did only what was suggested in OpenSEF configuration :
- my 404 page points to a static content article ( I its relative url in the 404 configuration of OpenSEF)
- when I get it in the browsers, I see nothing specific in its header ?
so if I understand well (it starts to be a bit complex for me...) I need to make match the text which is inside the static "404" page with the "404 cache config" for the things to work ?
however, I remain with a wrong 404 page (wrong meaning that it is not with the header it should have) Huh
wahoooo.... (i'm lost in space)
Denis
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #14 on: January 23, 2007, 07:10:44 PM »

Did you have tested this with the cache engine off?

Richard
Logged
Pages: [1] 2 Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!