• Meta data: Author and Date turned off but still showing up in search results. I am using the Lite version of the plugin.

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

    (@wpdreams)

    Hi,

    I suspect it might be a conflict with a 3rd party CSS. Anyways, try using this custom CSS to force the hiding of those metadata:

    div.asl_r .etc {
        display: none !important;
    }

    This will do the trick.

    Best,
    Ernest M.

    Thread Starter ld0819

    (@ld0819)

    Thank you. I suspect that may work if the custom css would actually let me save what I input. Any idea why I would be able to type in the custom css but when I click save it clears it out?

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    The most likely cause could be a browser extension that manipulates inputs, but I honestly can’t tell.
    Try your Theme settings, those usually have a custom CSS field as well.

    Best,
    Ernest M.

    I’m facing the same issue on my site. On the search results, the date and author are showing up, even though I’ve “selected” those to NOT show up. I did put in the above custom CCS, but the problem persists… help!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Meta data: Author and Date turned off’ is closed to new replies.