iGovPhil / gwt-wordpress

government web template for wordpress
49 stars 62 forks source link

Slider Image / Banner not Showing v 25.3.3 #37

Open AliasGon-1Q opened 4 years ago

AliasGon-1Q commented 4 years ago

The banner image is not showing. naka featured image naman sa slider. i noticed nag show ang slider if set in blog page, pero naka floating. bannernotshow bannernotshow1

lamerock commented 4 years ago

Possible conflict among the installed plugins. Please try to disable all plugins and check your homepage.

scalarpresence commented 3 years ago

Same problem, fresh installed template Untitled

rscataran commented 2 years ago

Currently using version 26.0.0

Testing slider image on fresh install.

Slider image not showing as well.

rscataran commented 2 years ago

It seems slider image will not show if homepage display setting is set to "a static page"

rscataran commented 2 years ago

[Workaround] On Appearance > Theme File Editor In inc/banner.php line 55 edit <?php if (is_home()): ?> to <?php if (is_home() || is_front_page()): ?> (this is on version 26.0.0) For version 25.3.3 , it is on line 30.

This would allow Homepage displays setting to use a static page and still show the slider image.

We could appreciate, if others can verify if this works for you. And hopefully will be included on the official release later on.