By albatrozdigital on Thursday, 19 November 2015
Replies 10
Likes 0
Views 846
Votes 0
Hi!

I have updated to JEvents 3.4.3, but it seems to create duplicated content on the frontend.
The events appears 2 times in the detail view. So the same content appears 2 times, one above the other.
In the year list it seems to be doing the same, but as i can see it appears to happen on only the first event in the list.

I reverted to 3.2.21 and it seems ok with this version.

Can you confirm this is a bug?

Thanks
Nuno Leite
Hi!

I'm using the iconic layout, and it seems to have a bug. I ihave already subscribed and updated the theme, but it still have some problems.
1. it seems not closing the content, so, everything below the module of jevents with the layout iconic stays in the same html tag and so the site is deformed. If i change to any another layout, everything works fine.
2. in the year list the problem remains, as the content of the first item is duplicated and for example the name of the user is shown i every item where before it didn't show.

Thanks
Nuno Leite
·
Thursday, 19 November 2015 17:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!
I have more findings as i am analyzing this...
As i can see the iconic is creating the events in cascading mode.... For example there is the first event, and then the second is inside the first and the third is inside the second, and so on and so on. Maybe this is causing the problem.
All the events shown should be in the same level.

<div class="iconicevent">
<div class="iconicdaterow">
<div class="jev_clear"></div>
<div class="iconicevent">
<div class="iconicdaterow">
<div class="jev_clear"></div>
<div class="iconicevent">
<div class="iconicdaterow">
<div class="jev_clear"></div>
<div class="iconicevent">
<div class="iconicdaterow">

Thanks
Nuno Leite
·
Thursday, 19 November 2015 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!
It seems to be missing a </div> somewhere.

Thanks
Nuno Leite
·
Thursday, 19 November 2015 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!

This doesn't seem to be related with the iconic layout now, but with the JEvents it self. Is it?
In the Detail view the content is published 2 times, so duplicating the content.

Thanks
Nuno Leite
·
Thursday, 19 November 2015 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!

I have changed a file:
/public_html/modules/mod_jevents_latest/tmpl/iconic/latest.php
----------
foreach($daysEvents as $dayEvent){
$eventcontent = "";
//$content .= "<div class='iconicevent'>\n"; // this line was ignored by me
// get the title and start time
$startDate = JevDate::strtotime($dayEvent->publish_up());
if ($relDay>0){

----------
With this change and using JEvents 3.2.21, i can have this working and wait for your solution.

With 3.4.3 the year list is not correct and the events detail is duplicated.

Thanks
Nuno Leite
·
Thursday, 19 November 2015 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
that fix worked for my 3.2.21 - thank you very much!
·
Friday, 20 November 2015 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Make sure you are on JEvents 3.4.x and Iconic Layout 3.5.x otherwise you will have problems.

Many thanks
Tony
·
Friday, 20 November 2015 09:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!

I can only find the JEvents 3.4.3 and Iconic 3.4.6. These are the latest versions i can find to download.

Where is Iconic 3.5.x ?

Thanks
Nuno Leite
·
Friday, 20 November 2015 09:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!

Ok, i found it, i will try. and give feedback.

Thanks
Nuno Leite
·
Friday, 20 November 2015 09:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi!

It seems to be ok, but i notice some changes in the layout.
I had to publish the List Row Detail and removed the author user from this layout. Before this, i didn't have any layout published.
Now it seems that some tables have changed to divs, i will review my css to have the same output i had before.

Thanks
Nuno Leite
·
Friday, 20 November 2015 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post