• Resolved DeepBlue

    (@deepblue5)


    Hi

    There is a default Listings page : /listings-page

    (set in the settings to display all listings)

    but how can we customize this page ? remove the excerpt etc so that it look like the same than other search results ?

    thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter DeepBlue

    (@deepblue5)

    Ok i found out Hello Elementor theme is not working well by default with Classified listing plugin

    i had to add :

    add_action(‘after_setup_theme’, function() {
    add_theme_support( ‘rtcl’ );
    });

    in functions.php

    But now i have another problem :

    the page title (post title) of default listings page (all listings) is not “Listing page” anymore it is the last added listing title, how to fix this ?

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Could you give me screenshot of page title for dashboard and listing page? Usually it will not happen. May be conflicting with any queries. Did you set listing page from settings?

    Thank You

    Hi I have this same problem. This was added to my Astra Child theme

    add_action(‘after_setup_theme’, function() {
    add_theme_support( ‘rtcl’ );
    });

    The category and locations are now working correctly and the site no longer crashes, but I cant edit the default listings page with elementor. To try get around this I’ve create a new page New Listings, setting the Classified Listings Settings endpoint to the New Listings page, cleared the CL Cache, but the default Listings page is still shown.

    The only way around this is to deactivate the theme function which allows me to edit the Listings page in elementor??

    Should be able to create a new page to display the classified listing and then simply change the Settings endpoint to this new page??

    thanks

    Thread Starter DeepBlue

    (@deepblue5)

    Actually on all listing pages (archive / search) the post title of the page is identical to the first result title

    ie : if the first listing title is “Thailand travel” then the listings archive page will have the post title “Thailand travel”

    same for category page : category title is not showing

    Problem is happening when using your CL elementor plugin

    Please fix the issue

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Did you build archive page with ‘Classified Listing – Elementor Builder’ addon?

    hi Ali, I was using the elementor archive plugin which allows me to create and edit the main page in elementor, but the default and archive pages don’t have the sort by date, price,etc filter.

    Do you have to update the listing page endpoints in settings when using the elementor add on, or are the settings overwritten?

    thanks

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    I am confused that actually what you did. Could you share the page link?
    Which plugin did you use? Please, give me the link.

    Thank You

    This is the default listings page https://hamshack.ca/listings/ with the advanced Settings endpoint set to the https://hamshack.ca/listings/

    I want to edit the page with elementor but cannot.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    You can build archive and single listing page with Elementor using this addon https://www.radiustheme.com/downloads/classified-listing-elementor-builder/

    Thank You

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Default Listing page ?’ is closed to new replies.