Create folders and subfolders

    • mallorcaredes
      Participant
      # 2 years, 7 months ago

      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.

    • Thomas
      Keymaster
      # 2 years, 7 months ago

      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 🙂

    • mallorcaredes
      Participant
      # 2 years, 7 months ago

      Buenas tardes.

      Lo probare, muchas gracias.

       

    • mallorcaredes
      Participant
      # 2 years, 7 months ago
      This reply has been marked as private.
    • # 2 years, 7 months ago

      Hi,

       

      Maybe the user viewing the categories does not have any content in some of the categories (in which case they would be hidden)

    • mallorcaredes
      Participant
      # 2 years, 7 months ago

      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.

       

    • # 2 years, 7 months ago

      Hi,

      I don’t know where that message comes from, it does not belong to our plugin. Maybe from your theme?

    • Thomas
      Keymaster
      # 2 years, 7 months ago

      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 🙂

    • # 2 years, 7 months ago

      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.

    • Thomas
      Keymaster
      # 2 years, 7 months ago

      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 🙂

Viewing 9 reply threads

The topic ‘Create folders and subfolders’ is closed to new replies.