Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103802
    theodisbutler
    Participant

    In the FREE version of the theme I customized some file to only include the parallax background on the home page.

    I believe I used the function is_home() || is_front_page()

    Now, in the PRO version, I can’t find where that widget file is located (or function to put the code to only show the parallax background on home page).

    Thank you!

    #103816
    Mahesh
    Keymaster

    @theodisbutler: It’s the same file in both Free and Pro version that is used to display the Parallax Background. background-image.php located in theme-folder/inc/widgets/background-image.php use the is_home() or is_front_page() condition in widgets function.
    Hope you understand.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Parallax on All But Home Page’ is closed to new replies.