Layout issue with jDownloads

  • EstebanMax
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 7 months ago #2612 by EstebanMax
Layout issue with jDownloads was created by EstebanMax
Hello,
I added some properties to my downloads.
However it seems that the properties completely change the layout of the download list.
Here you can see a result for items without properties and they are correctly formatted:

www.unrealab.it/file-video-downloads/cat...nd-pavimenti-terreni

Here I added some properties to the first download:

www.unrealab.it/file-video-downloads/category/22-brick-mattoni

I inspected the code and noticed that in the first page, the downloads are a sequence of <div> with the class "jd_download_main_item_wrapper", and it's ok.
In the second page, the following downloads are placed inside the first <div> "jd_download_main_item_wrapper", and this is the reason why the formatting is not ok.
So it seems that the layout itself is modified when I add custom properties.

Also, I added more that one property to the first item, but in the result page you can only see "8 bit" (if you click in the item you will see more properties in the download detail).

So it seems that there is some layout issue.

Thank you
Stefano

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

  • EstebanMax
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 7 months ago #2613 by EstebanMax
Replied by EstebanMax on topic Layout issue with jDownloads
I noticed this html added by Custom Properties to the jDownloads html:

<span class="cp-tag ....</div>

</div><!-- end of featured_detail class -->
<!-- now the details note this layout uses mini symbols -->
<div class=" jd_clear"=""></span>

it looks strange, the tag are not correctly closed so it seems to be that the cause of the layout issue.

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

More
6 years 7 months ago - 6 years 7 months ago #2614 by andrea_4g
Replied by andrea_4g on topic Layout issue with jDownloads
Hi Stefano.
For some unknown reason I'm not able to visit your site. It worked for 15 minutes and then it stopped. I now get a "500 Internal Server Error", after much waiting.

This code:
Code:
<span class="cp-tag ....</div>
is exactly the code that is injected by CP Plugin.
Therefore I'd suggest to disable Custom Properties Content Plugin, to see if that fixes the issue.

*** your site is now reachable ***
Last edit: 6 years 7 months ago by andrea_4g. Reason: site reachable

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

More
6 years 7 months ago #2615 by andrea_4g
Replied by andrea_4g on topic Layout issue with jDownloads
After looking more carefully, I noticed that the code:
Code:
<span class="cp-tag ....</div>
is what *literally* gets injected, with the broken tag and the four dots (....).

That is *not* what Custom Properties injects. I don't even know from where those 4 dots come from. There's no line of code in Custom Properties that has a sequence of four dots.

Needless to say, I'm puzzled. It's as if something decides that the cp-tags element is too long and truncates it brutally, if that makes any sense.

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

  • EstebanMax
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 7 months ago #2616 by EstebanMax
Replied by EstebanMax on topic Layout issue with jDownloads
Ok, so it seems that for some strange reasons we have unexpected coded injected!
As I also need for a customization, can you provide payed support for that?
If yes I'll send you my needs in order to have a quotation for that.

Thank you

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

More
6 years 7 months ago - 6 years 7 months ago #2617 by andrea_4g
Replied by andrea_4g on topic Layout issue with jDownloads
My impression is that the cp-tags div gets truncated _after_ having being injected, by something else. But I can't be sure unless I look into the code.
Which brings us to the next subject.
Yes, we do customization works.
I'll contact you in private.
Last edit: 6 years 7 months ago by andrea_4g. Reason: spelling and typos :(

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

Time to create page: 0.185 seconds