• Resolved gombroo

    (@gombroo)


    Hello,

    after installing NS Featured Posts I can easily set featured posts to display on home page but:

    1. post title is invisible
    2. I can’t navigate between them using arrows visible on demo version

    When I disable the plugin none of the featured posts are displayed on home page.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    Can you enable the plugin and provide the URL to your website so I can check personally please?

    Regards,

    Oliver

    Thread Starter gombroo

    (@gombroo)

    Hi,
    I’m sorry for late reply. Here’s my page:
    https://gitarzystki.pl/
    At the moment two posts are set as “featured”.
    Thank you!

    Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    You have applied a custom CSS in your my_style.css file:

    .site-banner h1 {
        font-size: 2rem;
        display: none;
    }
    

    Obviously, display: none; removes the banner title. Get rid of it to resolve the banner title issue.

    The banner slideshow navigation buttons are still there. Only, they are colored white and you banner images are of strange proportions. You can apply a custom CSS to make them black:

    .site-banner .slick-prev,
    .site-banner .slick-next {
    	color: #000;
    	border-color: #000;
    }
    

    But more preferable is to upload images of at least 1920px width as the theme banner image uses 1920×640 crop.

    Regards,

    Oliver

    Thread Starter gombroo

    (@gombroo)

    Thank you ?? I completely forgot I removed the title at the very beginning. Sorry for bothering you with it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured posts problem’ is closed to new replies.