Hi,
I also found the following typo in my template:
- Code: Select all
<h2<gavern:gk_collapsible/>>
I fixed this typo by editing "/templates/{templatename}/html/com_content/category/blog_item.php" and replacing:
- Code: Select all
<h2<gavern:gk_collapsible/>>
with:
- Code: Select all
<h2><gavern:gk_collapsible/>
My problem is that fixing this typo does not fix the bug causing articles to be displayed twice. This bug also causes the website to display the desktop version on mobile devices. I've also tried removing the <gavern:mobile> section from the file and although this fixes the bug causing the articles to be displayed twice, the website is still displays the desktop version on mobile devices.
My web host automatically updates maintenance builds of PHP, so while the website was previously working on a earlier maintenance build of PHP 5.4, I'm guessing a recent update now causes this problem.
I need to have both the desktop and mobile versions of the template working. What is the PHP bug that causes this issue?
Kind regards,
Dave.