News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Nothing clickable at frontend - [Fixed in 3.2.3]

Started by SoundHunter, 28.04.2014 22:56:33

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Olivier

Hi,

I have a bug close to that one : jd is displayed normally on the top level view, but once you click on a category, the result is displayed in the footer.
I also use gantry.

Regards
  •  

Arno

Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Olivier

Yes I have 3.2.3.

Changing the rt-container class did nothing.
  •  

ColinM

Hi Scab333
Thought we had sorted this one. :(  Could you let me know please what version of Gantry you are using just in case it is a different version to the one we tested with.  Also if it is possible could you detail your setup and the steps you used please a bit so we can try to reproduce.  I will of course re-test.

It is interesting that you arrived at the footer because that is exactly the code sequence that Gantry develops when the problem occurs so it does seem a new variant of the same instance.

Also I would appreciate a copy of the relevant Gantry css file you changed.  Apologies for the request for this extra info but we need to bottom this one out.  And if possible could you PM both Arno and myself with the web address of the problem site and how one gets to the problem.  Using Firefox diagnostics would probably shed some light on this murky bug - oh and a thought what browser and version are you using.  I will test with the half dozen browsers I have on my poor test pc!!

Thanks

Colin
Colin M
  •  

Olivier

hi,
I use the latest version of gantry, with joomla 3.2.3.
I use also the gantry template in which I derived the css. if I remove this file , I have the same issue tis default template
Gantry lib is unchanged.
I installed jd by updating jd 1.9.2.10
I had the same issue by a full install on MAMP.
I'm on mac and facing this issue with safari, firefox & chrome

if I remove the float property from (grid-responsive.css) :
[class*="rt-grid"] {
display: inline;
float: left;
position: relative;
margin: 0;
}
the layout is  broken but jd is now in the right position, I hope this will help

Regards
  •  

Olivier

I found it : it was a div closing tag missing in the category layout.

thank you for your support
  •  

ColinM

Phew! ;D  Glad you spotted the missing </div>.   I did recheck every thing last night specifically on Opera as well as other browsers.

Is the missing </div> itself a bug? :-\   - if it is could you supply more detail please.  Or was it in one of the editable jDownloads layout files?

Thanks

Colin
Colin M
  •  

Olivier

the bug is on your side ! :)
I uninstall JD 3.2.3 and drop all the relevant tables.
Then I made a fresh install ( on MAMP ) and by default the category layout has the bug -->no closing div

.....
{cat_info_end}
{sub_categories}
<div style="clear:both">
<div style="float:right;">{checkbox_top}</div>
{files}
{form_hidden}
<div style="text-align:right">{form_button}</div>

closing div is missing after "clear:both"

regards
  •  

Arno

@scab333:
Thanks for the info.

@Colin:
i have changed it now to:

$JLIST_BACKEND_SETTINGS_TEMPLATES_CAT_DEFAULT = '{cat_title_begin}<div style="background-color:#EFEFEF; padding:6px;">{subcats_title_text}</div>{cat_title_end}
{cat_info_begin}
<table width="100%" style="border-bottom: 1px solid #cccccc;">
 <tr valign="top" border="0px">
   <td width="65%" style="padding:5px;">{cat_pic}<b>{cat_title}</b></td>
   <td width="20%" style="padding:5px; text-align:right">{sum_subcats}</td>
   <td width="15%" style="padding:5px; text-align:right">{sum_files_cat}</td>
 </tr>
 <tr valign="top" border="0px">
   <td colspan="3" width="100%" style="padding:5px;">{cat_description}</td>
 </tr>
</table>
{cat_info_end}
{sub_categories}
<div style="clear:both"></div>
<div style="float:right;">{checkbox_top}</div>
{files}
{form_hidden}
<div style="text-align:right">{form_button}</div>';


Is this okay for you?
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Olivier

by the way, no need to hack the css to address the issue :nothing clickable...

it was caused by the missing div
  •  

ColinM

Arno
Yes go with the change.  As we progress we will change the layouts to reference jd- css to be independent of template support.
Colin
Colin M
  •  

Arno

Colin,
the new beta releases are published.  ;)
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

Attila Lengyel

*** Site details: ***
jDownloads version: Latest - jDownloads 3.2.6 Beta for Joomla 3.2
Joomla v 3.3.0
PHP base:    Linux 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64
MySQL Database version:    5.5.36-cll
PHP version:    5.3.28
  •