help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago
#30254
Could you send me by PM the _jem_config table in zip file?

Please Log in or Create an account to join the conversation.

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago
#30255
Could you explain where I can find that file at?

Please Log in or Create an account to join the conversation.

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago
#30256
It isn't a file, it's a table of database (in your web server). This table is of JEM extension and this JEM table is named as xxxxx_jem_config (XXIX is perfil for all Joomla table)

Please Log in or Create an account to join the conversation.

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago
#30262
I think that this is a problem of Jquery.
We can to change one line in a file of JEM 2.3.6
In your instalation, edit /mod_jem_cal/templ/default.php,
and change line 31:
jQuery(".hasTooltip").tooltip();
for this one:
jQuery(".hasTooltip").tooltip({'html':true});
.
Tell if it works.
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago
#30265
in my case the module calendar works now fine

Please Log in or Create an account to join the conversation.

Re: [SOLVED] html showing on any hovered link in JEM 2.3.5 in mod_jem_cal

1 year 4 months ago - 1 year 4 months ago
#30269
I made your suggested change but after refreshing the website no change. I inspected the source from the website and it does show the change made but it didn't work. I found the file and edited line 31 as you suggested however the path was different then what you : Editing file "/html/mod_jem_cal/" in template "protostar".

And this is what I have now:
});
function mod_jem_cal_click_<?php print $module->id; ?>(url) {
jQuery('#eventcalq<?php echo $module->id;?>').load(url, function () {
jQuery(".hasTooltip").tooltip({'html':true});
});

EDIT: I've attached a snip of my template screen so you can see what I have. ALSO when I edited , I edited those too but still no change.

Also when I first edited

Attachments:

Last edit: 1 year 4 months ago by nexusnrg. Reason: forgot to add information and an attached screenshot

Please Log in or Create an account to join the conversation.

Time to create page: 0.544 seconds