Front-Page-12 Image Not Appearing

Homepage Community Forums Aspire Theme Support Front-Page-12 Image Not Appearing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19297
    mrlennymank
    Customer

      Hi there,
      Quick question: My Front Page 12 image is not appearing. Has anyone any idea why this is?
      The url is http://testsite.thegreatmedicine.com/ and it is the area just above the footer.
      Any thoughts much appreciated.
      John

      #19308
      Wes
      Moderator

        I can go ahead and take a look at that as well once you send over the login info as discussed here – https://appfinite.com/topic/header-image-css-help/#post-19304

        #19312
        Wes
        Moderator

          Ok got this part fixed. I had something missing in one of the files. If you look in the output.php file, the 12 widget was missing on line 19 –

          $opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11' ) );<!--formatted-->

          …So I added it in like this –

          $opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11', '12' ) );<!--formatted-->

          And that instantly fixed it.

          This will be included in the next update so users won’t have to manually adjust this file.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.