Support

Account

Home Forums General Issues AC5 Image Issue Reply To: AC5 Image Issue

  • Here is the var_dump for the home page (Where the image is displayed correctly):

    array(9) { ["ID"]=> int(6) ["alt"]=> string(0) "" ["title"]=> string(7) "LGBT-BG" ["caption"]=> string(0) "" ["description"]=> string(0) "" ["url"]=> string(68) "http://www.lgbttravelclub.com/wp-content/uploads/2014/04/LGBT-BG.jpg" ["width"]=> int(1600) ["height"]=> int(1031) ["sizes"]=> array(9) { ["thumbnail"]=> string(76) "http://www.lgbttravelclub.com/wp-content/uploads/2014/04/LGBT-BG-400x400.jpg" ["thumbnail-width"]=> int(400) ["thumbnail-height"]=> int(400) ["medium"]=> string(76) "http://www.lgbttravelclub.com/wp-content/uploads/2014/04/LGBT-BG-800x515.jpg" ["medium-width"]=> int(800) ["medium-height"]=> int(515) ["large"]=> string(77) "http://www.lgbttravelclub.com/wp-content/uploads/2014/04/LGBT-BG-1200x773.jpg" ["large-width"]=> int(1200) ["large-height"]=> int(773) } }

    And taxonomy archive where it is not (Despite using same dynamic-css.php file included in the header)
    string(1) "6"