Viewing 5 replies - 31 through 35 (of 35 total)
  • Unfortunately your method will not work when using a page or custom page as the homepage. I have already covered the WordPress solutions for retrieving the current url path, hence the reason for using REQUEST_URI which works for the majority of server setups.

    if (($just_home && (is_home() || is_front_page())) || !$just_home) {

    ^ This is the fix for that. Will work with custom page on the home page and regular home.

    Plugin Author Press Pixels

    (@presspixels)

    Thanks for the alternate method – anyone wanting to give this a shot and having issues with home pag eon there installation can try the link above or just add the edit on around line 76 ??

    Plugin Author Press Pixels

    (@presspixels)

    Ok guys, thanks for all the (heated) advice and ideas etc – we are busy working on new updates and will integrate as much as we can in an upcoming release. This support forum is officially over and out ?? /to_much_aggro_lets_keep_it_cool

    I know this is ‘officially’ closed, but any word on the timeline for a fix?

Viewing 5 replies - 31 through 35 (of 35 total)
  • The topic ‘[Plugin: Site Background Slider] Not working on Custom Template Home Page’ is closed to new replies.