• Resolved olegus25

    (@olegus25)


    After placing an ad on the Listing page, two lines appear on the left and right above the list of ads (I work on a local server, you can view the screenshot here: https://disk .yandex.ru/i/5fQNP8D3LNzRHA). The line on the left tells you how many ads are in the upload results in total, the line on the right is the ad sorting block (I’d rather it wasn’t there at all than like this). These lines can’t be edited anywhere in the settings, and you can’t remove them at all either. How can this be fixed? Are there any snippets?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello. You have design problems because you are using your own theme that is not adapted for the plugin. If you do not have basic knowledge of layout and the use of styles, we recommend that you use ready-made adapted themes for your project.

    https://www.radiustheme.com/wordpress-themes/

    You can hide this block using css styles. Add to your child theme:

    .listing-archive-top.rtcl-listings-actions {
    display: none;
    }

    Thread Starter olegus25

    (@olegus25)

    Hello! Regarding styles, it’s a great option, thank you! I’ll try to do that today. As for using adaptive themes, I can’t, the bulletin board is a small part of what is on the site, I have many different plugins and I can’t rebuild the entire site by using another theme to solve this small problem with this plugin. Thanks for the help!

    Thread Starter olegus25

    (@olegus25)

    It didn’t help, the problem remains the same, sorry.

    Thread Starter olegus25

    (@olegus25)

    The lettering on the left has been removed with styling:

    .rtcl-result-count { display: none; }

    The sorting (on the right) is still there for some reason.
    It might be useful to someone.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    We have settings in pro version to hide listing seller information for unregister user https://prnt.sc/M3UuORMFe6Gi

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.