• Resolved scvbandcast

    (@scvbandcast)


    Using the free version, I have customized the directory page to contain less fields, also customized the search button colors. When the page comes up, it shows the default search button color. If I refresh, it changes it for a minute, but it comes back. The directory listing below format changes to list more fields, then eventually changes back. Also the Load more button spins, but does not work unless you hit refresh. On mobile, it just shows the extra records over the top of the previous page. Also tried to use Call to Action button to add a link and it does not show. I would like to center the genre field in the directory listing, do I need to use css for this?

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

Viewing 1 replies (of 1 total)
  • Plugin Support howardr14

    (@howardr14)

    Hi @scvbandcast,

    Thanks for your feedback. I checked your website. The button style issue seems to be related to a third party plugin. A plugin is destroying the code to load Listdom personalized.css file. Please check the following code:

    <link rel="stylesheet" id="lsd-personalized-css" media="all" data-pmdelayedstyle="https://yourwebsite.com/wp-content/plugins/listdom/assets/css/personalized.css?ver=5.1.0">

    I believe the plugin shortname should be PM because it has pmdelayedstyle as the attribute name. You can disable that plugin or whitelist the pesonalized.css file to fix the UI issue.

    Regarding the pagination issue, your website is throwing a CORS error and block the listdom request to get more listings. It can be another conflict created by a misconfigured security plugin or a misconfiguration issue on your host or WordPress installation.

    Please let us know if there is anything else we can help you with.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.