• Resolved nesuprantu

    (@nesuprantu)


    Hello sirs,
    I’ve had this problem for a long time. How do I create sidebar on archived pages? What i mean is the left side search filer dissapears when i choose some kind of categories. What do i need to edit in template files so it would stay? We have overridden the page as you instructed but now we don’t know what to do next.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You can get the archive page structure if you add theme support at your theme functions.php file

    add_theme_support( 'rtcl' );

    then you can override the template at your theme
    plugins/classified-listing/templates/archive-rtcl_listing.php
    ==> classified-listing/archive-rtcl_listing.php

    This file has a sidebar

    If you are not using theme support then you need to add a sidebar at your archive page that you select from
    classified listing > settings > advanced > Page setup > Listings Page

    You can use any page builder to use this.

    Thnaks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Hope you got the solution if face any issues please let us know?

    Thanks

    Thread Starter nesuprantu

    (@nesuprantu)

    Hello sir,

    we did everything as you instructed but now we cant edit our site with elementor. The elementor plugin shows pop up that writes ,, you must call ‘the_content’ function in the current template…”. When i remove the add_theme_support( ‘rtcl’ ); everything gets back to normal. Also the listings page got stretched.
    thanks in advance!

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hi,

    In next week we will release Elementor Builder addon for archive page and single page.

    Normally archive page can not edit as like WordPress post category archive page.

    Thanks

    • This reply was modified 2 years, 12 months ago by RadiusTheme.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CL filter side bar on archive pages’ is closed to new replies.