Resizing problem with component
Hi,
Plugin version 2.1.6 with Joomla 3.4.3 and JCE 2 latest
The plugin is working OK within articles but does not when used inside a particular component.
I tried resizing by hand, by parameters... No way. I tried default size too.
Here is a link to the culprit :
test.anaee-france.fr/administrator/index...r&controller=listing
Something you can think of ?
Thanks,
--
Pascal
Please Log in or Create an account to join the conversation.
Helo, Pascal
Plugin doesn't work if component doesn't support content-plugins.
You can solve this problem: you need add support plugins in your template for this component. Use code:
$text = JHTML::_('content.prepare', $text);
Please Log in or Create an account to join the conversation.