• I’ve posted a question on this before, but contact with the developer of the plugin does not make clear to me what the solution is supposed to be.
    This is the answer I received from the developer of TLP-Team:
    ———
    “My plugin detail page is common for all so no sidebar I added there also sidebar name vary theme to theme so I don’t know the sidebar name.
    As your need you need to add sidebar in my plugin detail page ../lib/template/single-team.php in this file add your sidebar then it will display.
    Sidebar add WP basic theme development. Please ask your theme developer.”
    ———
    The TLP-Team plugin does show a detail page with sidebars, but the sidebars are empty. The developer tells me to add the sidebar in the template for the detail page (and in my offline testside, with another theme) that works.
    In theme Hueman both sidebars are there, only they are empty; adding the code
    <?php get_sidebar (); ?>
    does make the content of the left sidebar appear, but whatever I put between the (), the second sidebar (the standard sidebar-2 in Hueman) remains empty.

    Sorry for asking, but I’m no developer, and I’m afraid to test on a live site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The code for sidebar 2 is in sidebar-2.php
    Which is loaded in sidebar.php using some PHP conditions, which can be found in line 33 of sidebar.php

    You need to hire a developer from https://jobs.wordpress.net whom is familiar with your plugin as well as Hueman theme, in order to assist in your customization.

    Thank you.

    Thread Starter MarionFW

    (@marionfw)

    Hi Denzel,
    the developper offered to fix it, but I cannot give acces to my ftp to others. I tried to fix it, but I only get the widgets to appear in the main part.
    Anyway, I prefer to use plugins that are more or less foolproof. At least they should not really require any php-coding. So I think I will try to find another plugin that is easier to use.
    Thanks for your advice.

    You are welcome.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘empty sidebar’ is closed to new replies.