Create folders and subfolders
-
-
mallorcaredesParticipant# il y a 3 années et 3 mois
Buenas tardes.
I would like to create within the internal part between my client and me, a folder that has 2 subfolders, and so the client puts the documentation in one and in the other put the finished documentation, but I don’t see how I can create those folders and subfolders, thank you. -
ThomasMaître des clés# il y a 3 années et 3 mois
Hi,
We don’t have folders features, but you could use categories instead.
Also, when using the categories widget, you check a box to hide the categories where the user has no content.
Hope that helps,
Regards.
Want to help WP Customer Area? It only takes few seconds!
Rate & review the plugin on WordPress.org 🙂 -
-
mallorcaredesParticipant# il y a 3 années et 3 moisCette réponse a été marquée comme étant privée.
-
Vincent Mimoun-PratMaître des clés# il y a 3 années et 3 mois
Hi,
Maybe the user viewing the categories does not have any content in some of the categories (in which case they would be hidden)
-
mallorcaredesParticipant# il y a 3 années et 3 mois
Good afternoon, thanks for the reply.
It was not the case, I put that I had in all some documents, in several clients.
But I found this message, and I don’t know how to fix it, I attach a screenshot, thank you very much. -
Vincent Mimoun-PratMaître des clés# il y a 3 années et 3 mois
Hi,
I don’t know where that message comes from, it does not belong to our plugin. Maybe from your theme?
-
ThomasMaître des clés# il y a 3 années et 3 mois
Hi,
To fix the error shown, please open the file customer-area\src\php\helpers\bootstrap-nav-walker.class.php, line 61, you will find this:
$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
Replace it with this:
$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args, $depth ) );
This fix will be part of our next release.
Best regards.
Want to help WP Customer Area? It only takes few seconds!
Rate & review the plugin on WordPress.org 🙂 -
Vincent Mimoun-PratMaître des clés# il y a 3 années et 3 mois
Also, in addition to what Thomas said, we have another fix in preparation for the categories not showing up. I think we have identified a possible bug in our code which would always hide empty categories regardless of the widget setting.
-
ThomasMaître des clés# il y a 3 années et 3 mois
Hi again,
We found why the widget wasn’t showing empty categories by default. This fix will be published in the next release.
If you want to get it working now, open the file customer-area/src/php/core-classes/widget-terms.class.php, line 100, replace this:
if ($use_advanced_hide_empty_categories)
by this:
if ($use_advanced_hide_empty_categories && $hide_empty)
Best regards.
Want to help WP Customer Area? It only takes few seconds!
Rate & review the plugin on WordPress.org 🙂
-
The topic ‘Create folders and subfolders’ is closed to new replies.