gocku

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: problem with wordpress 4.7.3 #926819
    gocku
    Participant

    I understand what the problem is. When you write in the settings that the image has for example 1000 pixels, and choose a scan and target folder the same, if images are already 1000 pixels, the system hangs and does not see any pictures because it does not put them in the resized folder

    in reply to: featured image #488866
    gocku
    Participant

    i solve modify the file core.php located in the image-store/_inc/

    i change this

    ‘supports’ => array( ‘title’, ‘comments’, ‘author’, ‘excerpt’, ‘page-attributes’),

    whit this

    ‘supports’ => array( ‘title’, ‘comments’, ‘author’, ‘excerpt’, ‘page-attributes’,’thumbnail’ ),

    in reply to: featured image #482827
    gocku
    Participant

    i add in the function this but not functionally

    add_theme_support( ‘post-thumbnails’, array( ‘ims_gallery’ ) );

    in reply to: featured image #482818
    gocku
    Participant

    hi, thank’s
    i add the code in the functions.php but the featured image not appare, what i mistake?

    // Apply filter
    function modify_ims_image_post_type( $image_type ) {
    $image_type[‘menu_position’] = 10; // change menu position
    return $image_type;
    }
    add_filter(‘ims_image_post_type’, ‘modify_ims_image_post_type’);

    in reply to: Featured image on gallery #285878
    gocku
    Participant

    Can you help me?

    in reply to: Featured image on gallery #284855
    gocku
    Participant

    an how can i solve it? Where is the option?
    thanks

    in reply to: image don't uplodable #201163
    gocku
    Participant

    the error in the page are http error
    can help me?
    I test this problem on a clean installation, in wordpress 3 or 4 and with the version of plugin 3.5 and 3.5.1
    I modify the directory with the ftp permission 775 but the problem appare

Viewing 7 posts - 1 through 7 (of 7 total)