Before you ask please READ THIS

Background Image

edited September 2012 in Spaceship Posts: 9
After upgrade from 1.1 to 1.3 Spaceship. Background Image are not updated on Site. I put it in again, but doesnt shows on Site!?

Comments

  • AirAir
    Posts: 10,970
    Yes sorry, I forgot to notify everyone about version 1.3.1 that fixes this issue. Please download new version from ThemeForest. Sorry once again.

    With regards.
  • Posts: 9
    Work on any site, expect for the Article Site. I changed and saved the Backgroung Pic for the Article Site, but doenst work out :( ????
  • AirAir
    Posts: 10,970
    Show me(link please). Don't know what you mean by 'article site'.

    With regards.
  • edited October 2012 Posts: 9
    I changed each Background Image. But on this Site with the BLOG ( http://bjoernlieschke.de/blog/ ) doesn't work !? Blog ist the Article Site, List of all written Article.
    Work out on every Site, but not there.

    Version of Spaceship 1.3.1 and Wordpress 3.4.2
    screenshoot.jpg
    1600 x 900 - 250K
    Post edited by Bjpum on
  • AirAir
    Posts: 10,970
    Sorry my bad, while adding video support I have missed this one:/

    Quick fix look like this:
    go to spaceship/advance/cpt_album.php line ~191, change:

    array(
    'image' => $bg_image,
    'bg_color' => get_post_meta($hpID, '_bg_image_color_1', true),
    )
    to

    array(
    'type' => 'image',
    'image' => $bg_image,
    'bg_color' => get_post_meta($hpID, '_bg_image_color_1', true),
    )
    And everything will work:-)

    With regards.
  • Posts: 9
    Thanx, it works ;-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!