help to better help you:

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

The Responsive JEM

Re: The Responsive JEM

6 years 9 months ago - 6 years 9 months ago
#24891
Does it occur with Joomlas Protostar Template?

I tested with protostar, g5_helium, rt_corvus, and purity_iii and can not reproduce the error.

Are you trying to embed the module in the inner of an article?
Where do you want to use this module?
Can you show me your website (without the module, or a module-placeholder where mod_jem_wide should be)? If you want: private-msg. I will take a look.
Last edit: 6 years 9 months ago by Egnarts.
The topic has been locked.

Re: The Responsive JEM

6 years 9 months ago
#24909
You were right, I was calling the module from another module several times.
This works:
if(!function_exists('jem_wide_string_contains')){
function jem_wide_string_contains($masterstring, $string) {
if (strpos($masterstring, $string) !== false) {
return true;
} else {
return false;
}
}
}
Thanks for your help.
The topic has been locked.

Re: The Responsive JEM

6 years 9 months ago
#24918
Ah okay,
thanks for the code exampe, I will include that in a future release.
The topic has been locked.

Re: The Responsive JEM

6 years 7 months ago - 6 years 7 months ago
#25072
I had problems with links in category list that don't work well with Safari as related here
The onclick link contained in the <li> </li> in My_site/templates/My_template/html/com_jem/common/default_jem_eventslist.php "
covers" the other included links and prevent them to work on Safari.

But Egnarts fist of all:
Thank You for your great work and sharing of your Responsive JEM!
:)
Last edit: 6 years 7 months ago by Mister PAul.
The following user(s) said Thank You: Egnarts
The topic has been locked.

Re: The Responsive JEM

6 years 7 months ago - 6 years 7 months ago
#25073
Can you please explain your problem more concrete?
In which views do you have the problem?
Could you explain that with screenshots?

Thank you very much. I don't have Safari, so I have to assume where the problem could be.

Edit: Ahh I've seen your other thread. ( www.joomlaeventmanager.net/forum/jem-2-2-x-on-joomla-3/10355-category-list-of-events-unwanted-redirections-in-links#25059 )
I need to investigate, why safari is so stupid...
Last edit: 6 years 7 months ago by Egnarts.
The topic has been locked.

Re: The Responsive JEM

6 years 7 months ago
#25074
Here is a link to the initial thread .
But the fisrt post was not well deducted.

In fact on Safari the link (to the Event) that is on the whole <li>...</li> on each listed event "covers" the links inside/below (to the Event, Venue, Category…). So each of these "secondary" links point to the Event...
The topic has been locked.
Time to create page: 0.483 seconds