• Resolved dirk1973

    (@dirk1973)


    Dear Raunak,
    first of all, thank you for that great plugin. I was searching for so long for something like this. It’s great!!

    No a few questions:

    1.) Will it be possible to add a class to the button? It would be great if I could style it the same than on my normal blogpage (https://queer-hannover.de/beitraege)

    2.) I found the css classes for the author, etc, but somehow its not working to change the color or the hover-color for links. I’m I doing something wrong? If Im doing it like this
    .pbs_rk_post_meta_author {text-transform: uppercase; color:red}
    .pbs_rk_post_meta_author:hover {text-transform: uppercase; color:blue}
    the uppercase works, but not the color.

    3.) can you maybe add something to change the date format?

    4.) Is it possible to show more than one category without using two shortcodes?

    Sorry for so many questions, but I really like the plugin and its so usefull!
    Thank you, greetings Dirk

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dirk1973

    (@dirk1973)

    Oh, And maybe a seperator after every event?

    And the picture is although linked?

    And maybe the date and categorie to switch of it shows up even without the code – it works with css?

    Show all entrys but excude one or more categories?

    • This reply was modified 2 years, 2 months ago by dirk1973.
    • This reply was modified 2 years, 2 months ago by dirk1973.
    • This reply was modified 2 years, 2 months ago by dirk1973.
    • This reply was modified 2 years, 2 months ago by dirk1973.
    Plugin Author Rounak Kumar

    (@rounakkumar)

    Hello dirk1973,
    You can add css for author like this:
    .pbs_rk_post_meta_author a {
    text-transform: uppercase !important;
    color: red !important;
    }
    .pbs_rk_post_meta_author a:hover {
    text-transform: uppercase !important;
    color: blue !important;
    }

    you can add your custom css in themes customize -> additional css.

    can you maybe add something to change the date format?
    I will try to add this function in next version.

    Is it possible to show more than one category without using two shortcodes?
    Currently this type of functionality not available in the plugin. I will try to cover in the next version of plugin.

    • This reply was modified 2 years, 2 months ago by Rounak Kumar.
    Thread Starter dirk1973

    (@dirk1973)

    Thank you so much for your help. It works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Button / CSS / Dateformat’ is closed to new replies.