Enable System - Cache plugin will disable other plugins - Joomla! Forum - community, help and support
hello,
when enable system - cache plugin, system plugin(ju tabs) works
at first time.
1. use code in article:
-> if system - cache plugin: disable, works fine.
-> if system - cache plugin: enable, works @ first time, when i
refresh page, ju tabs plugin can not parse tab code, appears tab
code is, if clean cache, works again, refresh page one
more time, tab code displayed.
this problem occurs other system plugins.
when enable system - cache plugin, system plugin(ju tabs) works
at first time.
1. use code in article:
code: select all
{jutabs position="top"
heighttabs="35px" height="400px"} [tab title="tab
title 01"]tab content 01[/tab] [tab title="tab title 02"]tab
content 02[/tab] [tab title="tab title 03"]tab content 03[/tab]
{/jutabs}-> if system - cache plugin: disable, works fine.
-> if system - cache plugin: enable, works @ first time, when i
refresh page, ju tabs plugin can not parse tab code, appears tab
code is, if clean cache, works again, refresh page one
more time, tab code displayed.
this problem occurs other system plugins.
hi,
you're using text gets parsed , not straight markup. happening when write code plugin processes during joomla event. plugin fires , reads code in, , writes equivalent html code output you. it's nice, , makes easy on people less technical skills.
your issue have plugin conflict. cache plugin sees markup, , caches it, loads cache (no post processing). on first time load gets processed because it's not read cache.
you need pay attention order of plugins. have cache plugin before post processing plugin. re-arrange order, way text processed cache plugin cache appropriate output content.
this happens time, it's plugin order. example think rocket theme calls theirs rokcandy, maybe thats name of plugin process it?
what template/provider using? see plugins indicate doing processing of output? try putting cache plugin absolutely last, clear cache, , see if helps...
you're using text gets parsed , not straight markup. happening when write code plugin processes during joomla event. plugin fires , reads code in, , writes equivalent html code output you. it's nice, , makes easy on people less technical skills.
your issue have plugin conflict. cache plugin sees markup, , caches it, loads cache (no post processing). on first time load gets processed because it's not read cache.
you need pay attention order of plugins. have cache plugin before post processing plugin. re-arrange order, way text processed cache plugin cache appropriate output content.
this happens time, it's plugin order. example think rocket theme calls theirs rokcandy, maybe thats name of plugin process it?
what template/provider using? see plugins indicate doing processing of output? try putting cache plugin absolutely last, clear cache, , see if helps...
Comments
Post a Comment