Support » Theme: Customizr » How to set up Customizr on Google App Engine?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter perqa

    (@perqa)

    Update:
    There are two problems here: 1) Invalid URLs and 2) http instead of https.

    #2 has nothing to do with Customizr, it’s a GAE issue
    #1 can be partly fixed in Customizr by a) either disabling “full-width slider” in the admin section OR by b) modifying the file wp-content/themes/customizr/inc/class-fire-init.php

    Option b) will give you a full-width slider, but the images will cropped and scaled incorrectly. Anyway, here is the modification:

    Row 70: $this -> slider_full_size = array('width' => 99999 , 'height' => 500, 'crop' => true );

    Replace the ‘width’ value by a smaller number, like 9990 (note: four digits instead of five, and less than 9999).

    It would be great with a proper fix for this problem.

    Theme Author presscustomizr

    (@nikeo)

    Hi Thanks for this feedback @perqa,

    You are right, the Google App does not seem to handle the width with more than 4 digits and works with 4 digits as shown here : http://lh3.ggpht.com/dQWB2UTfQKJMkQIqFBG1TL3PbgYq4GKvf88HjZdbrQQXObIGtz4rTmVkD_vfEk6EXXIm0yOGmzy2UtQv5kw3YCU4f0g-98WUrQ=s9999-c

    I will definitely fix this in the next release.

    You help is really appreciated!

    Thread Starter perqa

    (@perqa)

    Please check out this issue as well: https://github.com/GoogleCloudPlatform/appengine-wordpress-plugin/issues/13.

    I ended up setting both width and height to zero instead, in class-fire-init.php. That way no scaling at all occurs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to set up Customizr on Google App Engine?’ is closed to new replies.