• Resolved Laura N

    (@tallerwp)


    I need add a sidebar in this theme.

    <aside id=”sidebar” class=”sidebar fusion-widget-area fusion-content-widget-area fusion-sidebar-right fusion-blogsidebar”>
    <?php
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(’empleo’) ) :
    endif; ?>
    </aside>

    But it is impossible to position it correctly.

    Do you have any example?

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello Laura

    To do this you will have to use templating feature of SJB. Please have a look at the CONFIGURATIONS & TEMPLATING section on SJB plugin page.

    Specifically you will have to edit single-jobpost.php template.

    Thank you for using SJB!

    Thanks & Regards,
    PressTigers

    Thread Starter Laura N

    (@tallerwp)

    Thank you, but I don′t find where explain how add a sidebar in single-jobpost.php.

    ??

    Plugin Author PressTigers

    (@presstigers)

    It’s HTML structure issue. You need to customize the following template for adding sidebar in job detail page.
    simple-job-board/templates/single-jobpost.php

    Please ask your theme developer to make job pages HTML structure as other pages of your site by using SJB templating feature.

    Also, on the plugin page, there is no description for adding sidebar but a method explaining how to do templating.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How custom singlejobpost with a sidebar’ is closed to new replies.