• Resolved gman108

    (@govindv108)


    Hello,
    I am not able to see Featured posts in the slideshow of the Home page.
    I tried debugging in many ways, but not sure what the problem is.
    I searched the Faith theme forums to see if this issue has been answered, but couldn’t find any solution.

    Currently in the header section there is just blackish grey background color but no slideshow of Featured posts.

    Can you please help?
    Thank you for your kind consideration.

    Best,
    G

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gman108

    (@govindv108)

    FYI,
    I’ve tried setting the Featured pages in Customize > Theme Options.
    All of the Featured pages have a featured image.
    Still no featured posts in the Home page

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    There seems to be something wrong with jQuery on your website.
    There are no specific errors in the console to point out the issue, but it is obvious.
    The dropdown menu doesn’t fully load, nor does the slideshow’s Flexslider script.
    Try disabling your plugins, maybe one of them is the cause.

    Best regards,
    Dumitru B.

    Thread Starter gman108

    (@govindv108)

    Hello Dumitru,
    Thank you for your prompt response.
    I tried disabling the plugin as you suggested and tried again, but still doesn’t work.

    As a hack, I have set background image in the CSS file to substitute the missing slideshow.

    Do you know which jQuery could be the problem.
    I checked all the javascript files, all of them are source files from Faith theme and nothing changed on our side.

    Thanks,
    G

    • This reply was modified 4 years, 11 months ago by gman108. Reason: removed question mark
    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    It is difficult to guess what the issue is, considering that the theme works for everyone else just fine, including the live demo.
    Have you tried disabling ALL your active plugins and cleaning any cache?
    I see you have multiple plugins that load additional JavaScript files, not sure why you say that all of them are “source files from Faith theme”.

    Best regards,
    Dumitru B.

    As a hack, I have set background image in the CSS file to substitute the missing slideshow?

    The temporary solution found.

    Edit style.css and edit line 751

    #ilovewp-hero {
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2020/04/cropped-Mountain-Night-Lights-1600×900-1.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    }

    • This reply was modified 4 years, 7 months ago by nivaldonjs.

    After confirming the JQuery library with my Hostweb service and defining the image highlighted on the respective page, the slide was displayed! Hope this helps!

    • This reply was modified 4 years, 7 months ago by nivaldonjs.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured posts not showing in Home Page’ is closed to new replies.