• Resolved imabbb

    (@imabbb)


    Hello, thanks for the great plugin. Before the latest update the news page had a white background that made the text legible. As it is now, the plugin seems to be using the default background color. Can you help me revert to the white background? TIA Bill

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    Hi imabbb
    Yes of course
    In your WordPress custom css use this code

    .simple-news-grid-con {background: #fff; padding: 1em 0;}

    🙂
    Morten

    Thread Starter imabbb

    (@imabbb)

    Thanks for the quick reply! Your solution worked though I decided to add padding left and right for aesthetics. No complaints, great plugin.

    Hello Morten,

    I had the same problem that I was able to solve also with your answer. Thank you for that.
    As you can see on my news page there is no title, how can I do this?

    https://www.valdouta.ovh/news/

    And how to change the text “more news”?

    Thank you

    Marc

    • This reply was modified 3 years, 8 months ago by marcbadjou.
    • This reply was modified 3 years, 8 months ago by marcbadjou.
    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    Hello Marc

    .simple-news-con {
        box-sizing: border-box;
    }

    The first thing I want you to change is to add this code to your custom CSS. (I will implement it in the next update!)

    The title:
    You should have two new widget area. “News Top” and “News Bottom”. Place a text-widget here … and write what you like 🙂

    🙂
    Morten

    Hello Morten,

    Thank you for the quick response, maybe I misspoke, I would like on the page that appears when I click on “more news” the same result as this page: https://www.valdouta.ovh/ news/#

    And incidentally how to change the text “more news” to “+” for example

    Thanks to you for the work 🙂

    Marc

    • This reply was modified 3 years, 8 months ago by marcbadjou.
    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    Hello again Marc

    I can see that you use different languages on your page …. you should be able to change the text string in the language plugin you use

    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    … or you could hack the code and change line number 73 in the file widget.php

    Yes, thank you Morten, I just hacked the widget.php file

    What about my last question, having the same layout when I click on “more news” as on the home page for example (with the side panel and the associated widgets) ?

    Thanks again,

    Marc

    • This reply was modified 3 years, 8 months ago by marcbadjou.
    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    If you update to the latest version, you can deselect the use of the plugin archive.php … then your theme is “designing” the /news page 🙂

    Great!

    Thank you for what you do for the IT world in general and for wordpress users in particular ! 😉

    Have a good day,

    Marc

    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    He he:-)

    Plugin Author MortenPeterAndersen

    (@mortenpeterandersen)

    https://www.valdouta.ovh/category/gastronomie/fromages/

    oh my god… this looks so good …. hope I someday will visit your area 🙂

    You’re welcome Morten 🙂

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘News page changed background color’ is closed to new replies.