• Hi

    The plugin is working fine except that it does not show any of the car records inserted in the system. We try to use the short codes in many different ways and it was all working fine before, but with no result.

    Example:
    https://www.ktmrentalsandsales.ca/atvs-utvs/

    [wpcm_cars make=”ATVS/UTVS” show_filters=”false” show_sort=”false”]

    thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure but you can try and change

    make=”ATVS/UTVS”

    with eg

    make_id=”ID”

    or just simple remove the make=”something” from the shortcode to see if vehicles are showing up.

    You could also try to rebuild your permalinks to see if that makes any difference.

    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    Thread Starter melkor185

    (@melkor185)

    Thank you Patrick. But none of the solutions worked.

    It’s really hard to figure out what it could be…

    Another thing that could have happened is that you’re having issues with auto expiring listings that make them all disappear?

    Another advice is to turn on your wp debug and checkout your logs within the wp-content folder. Just to see if there are any noticeable errors.

    Add paste the code BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file. You can find this file in your root directory of your wp installation.

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
    • This reply was modified 2 years, 10 months ago by Patrick Groot.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Listing of cars not showing.’ is closed to new replies.