Page 3 of 3

Re: Categories with custom select possible

Posted: 19 Mar 2017, 01:01
by marcel77
Hi Jan,

I send you a link via PN. I don“t want to do it public. The problem with breadcrumps seems to be gone. Maybe caching? But I emptied all caches, I mean? But yes, the ID was the same. Everytime.

At the momennt the 'going' tree view is my only problem...

Marcel
p.s. once more I got no email as you refresh this thread.

Re: Categories with custom select possible

Posted: 21 Mar 2017, 01:17
by Jan
Hi, Mail: I will take a look at it, if there is no error.

PM: I have answered your PM, I need to see both the links - one to standard view, second to tag view.

Jan

Re: Categories with custom select possible

Posted: 21 Mar 2017, 01:34
by marcel77
Hi Jan,

For your last answer, I got email...

I will switch of sef tomorrow and send you the links. Please let me know, of you have saw. Because switching sef on.

Marcel

Re: Categories with custom select possible

Posted: 23 Mar 2017, 14:17
by Jan
Hi, both links do have the same Itemid. I think, the problem is not that the module position is on other place, I think, there will be some not closed tag or the width of the column will be larger, so the module will be moved below the items.

Looking at the source code, there are two unclosed (or more) div tags. So I think this can be the reason.

First of all, to test it, try to hide the add to cart button, to be sure, it is not caused by the plugin code :idea:

Jan

Re: Categories with custom select possible

Posted: 23 Mar 2017, 15:51
by marcel77
Hi Jan,

thank you for answer.

first I delete the "Add to Cart" code from description, but nothing changes. After that I deactivate the whole plugin, but Phocatree still leaves its place...

The Plugin ist still inactive. If you add "&tagid=0", everything is ok with TreeView, so I hopped, that there is something on your sourcecode.

Marcel

Re: Categories with custom select possible

Posted: 27 Mar 2017, 18:40
by Jan
Hmm, I have written it to the feature request list for new version and will do more tests there. To see if there is no problem.

For now try to open this file:

components\com_phocagallery\views\category\tmpl\default.php

and comment line 58
FROM:

Code: Select all

echo '</div>'. "\n";
TO:

Code: Select all

//echo '</div>'. "\n";
Do you still get the same problem?

Re: Categories with custom select possible

Posted: 27 Mar 2017, 20:36
by marcel77
Hi Jan,

at the Moment it works fine for me. Thanks a lot!!!

Is it a problem, caused by me?

Marcel

Re: Categories with custom select possible

Posted: 27 Mar 2017, 23:03
by Jan
Ok, seems there was one <div> more. I will do more tests and if it will be Ok, I will implement it into new version.

Thank you for the info.

Jan

Re: Categories with custom select possible

Posted: 27 Mar 2017, 23:17
by marcel77
ok. I thought, I have "played" something defektiv.

Re: Categories with custom select possible

Posted: 27 Jun 2017, 08:58
by Jan