Helix - Categories - Warning If 2 Levels Selected In Options - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Helix - Categories - Warning If 2 Levels Selected In Options

J

joe

Helix Framework 3 years ago

If you don't want to fix this possible bug, let me know. I don't want to spend months bumping this ticket daily, to report a simple bug.

Please evaluate the information below instead of posting a 10 second response.

------------How to Recreate Issue------------

On your in-house Helix, Joomla 4 computer do the following:

    1. Create an a "List All Categories in an Article Category Tree" menu items with at least 2 levels of articles categories.
  1. Go to: Joomla Admin > Content > Articles > Options > Categories > Subcategory Levels > Selected More Than One Level

------------Warning Message------------

Now, go to the front end and view the page and you will see the following warning:

  • Warning : Undefined property: Joomla\Component\Content\Site\View\Categories\HtmlView::$level in /home/xxxxxxxx/public_html/plugins/system/helixultimate/overrides/com_content/categories/default_items.php on line 53

------------Known Issues------------

  1. The categorty Sub-Menu structure is broken
  2. Sub-Categories are displayed as main categories

------------Screenshot Link------------

  • Screenshot Link: See Hidden Content

------------Video Link------------

  • Video Link: See Hidden Content
0
15 Answers
J
joe
Accepted Answer
3 years ago #59312

A daily bump

0
J
joe
Accepted Answer
3 years ago #59578

Are you able to confirm this bug on your local copy?

0
J
joe
Accepted Answer
3 years ago #59659

3rd Bump

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #59784

Hi there, Please produce the issue here. I will share with our developer team.

http://helix-framework.org/

0
J
joe
Accepted Answer
3 years ago #59789

I went to the webpage you suggested but it appears I can only recreate SPPB issues.

To recreate this issue, I need access to the Joomal Admin Panel to do the following:

------------How to Recreate Issue------------

  1. Create a "List All Categories in an Article Category Tree" menu items that is connected to article categories that are at least 2 levels deep.

  2. Go to: Joomla Admin > Content > Articles > Options > Categories > Subcategory Levels > Selected More Than One Level

Bascially, users get a Helix error on a default Joomla function: List All Categories in an Article Category Tree

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #59870

I have shared administrator access my previous reply. Did you check hidden content?

0
J
joe
Accepted Answer
3 years ago #59922

Can you add the admin URL to the hidden content? I tried the default but it did not work.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #59924

Check the hidden conetent

0
J
joe
Accepted Answer
3 years ago #59992

Okay, I finished. Took a whole hour and counting.

Same results, same warning.

Please visit the link in the screeshot below:

If possible, don't erase so the fix can be tested here. I probably would not be willing to recreate this again. However, the same structure is on my website, if not possible to save.

I left the "Article" URL link on the Main Menu before the "Home" link.
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #60054

@joe Please produce the issue on my site that i can share with our developer team to fix this issuer. Please please. Thanks

0
J
joe
Accepted Answer
3 years ago #60056

As indicated above, I already reporduced on the website.

0
J
joe
Accepted Answer
3 years ago #60189

Toufiq,

To assist you, I am adding the following side-by-side comparisons of the same category structure with Helix and T4, see the difference for yourself:

If you compare the category structure you should notice a difference.

It might as well be a settings issue, but if it is both you and I cannot figure it out; however, the warning on the category page incates it's a Helix error.

Please get what you want as I will remove my website in a day or two.

Also, I must admit, T4 also had an error with this set up, but they fixed it in one day.

0
J
joe
Accepted Answer
3 years ago #60205

I also want to conform that Javascript and CSS compression were both turned off.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #60271

I have shared with our developer team. Besides, Just shared your issue on our github.

https://github.com/JoomShaper/helix-ultimate/issues

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 3 years ago #60307

Download this file and replace it file on this file location.

helixultimate_quickstart_j4_v2.0.7/templates/shaper_helixultimate/html/com_content

categories.zip

And add this css code inside the custom.css file.


body.view-categories .com-content-categories__item>div:nth-child(1) {
    display: inline-block;
}
0