• Resolved MyLifeGameRU

    (@mylifegameru)


    My functions.php and My Theme Newspaper

    /*  ----------------------------------------------------------------------------
        thumbnails
     */
    
    //the image sizes that we use
    add_theme_support( 'post-thumbnails' );
    
    //featured image
    $td_crop_features_image = td_util::get_option('tds_' . 'crop_features_image');
    if ($td_crop_features_image == '') {
        add_image_size('featured-image', 700, 0, true);
    } else {
        add_image_size('featured-image', 700, 357, true);
    }
    
    //the small thumbnails
    set_post_thumbnail_size(          100, 65, true );
    add_image_size('art-thumb',       100, 65, true);
    
    //small height, 1 col wide
    add_image_size('art-wide',        326, 159, true);
    
    //medium height 1 col wide
    add_image_size('art-big-1col',    326, 235, true);
    
    //the slides
    add_image_size('art-slide-small', 326, 406, true);
    add_image_size('art-slide-med',   700, 357, true);
    add_image_size('art-slide-big',  1074, 483, true);
    
    //gallery slide 2 column
    add_image_size('td_0x357',         0, 357, true);
    add_image_size('td_0x483',         0, 483, true);
    
    //big slider - big image
    add_image_size('art-slidebig-main',  745, 483, true);
    
    //the gallery
    add_image_size('art-gal',         210, 210, true);
    
    //the gallery
    add_image_size('td_198x143', 198, 143, true);

    in the record is image
    And the blog not work ??
    Help me plz

    https://www.ads-software.com/plugins/external-featured-image/

Viewing 4 replies - 16 through 19 (of 19 total)
  • jas

    (@jaskaranpreetsingh)

    Hi Can any one please help to sort out this:

    I have made Child theme of Newspaper theme. And all of files which I am using through child theme are working but “td_module.php” is not working.

    PARENT THEME PATH:

    wp-content\themes\Newspaper\includes\wp_booster\td_module.php

    CHILD THEME PATH:
    wp-content\themes\NewspaperChild\includes\wp_booster\td_module.php

    @david Aguilera Could you please help in this I want to use your plugin working thorough child theme.

    Thanks!

    i have the same issue, any help please?

    jas

    (@jaskaranpreetsingh)

    @vzey It is not possible, reason being theme does not provide support to do so. Please read child theme support (Right at bottom of page point 11 )

    Child Theme Support

    thank you, i have decided to modify the core file and keep a note for updates.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Don't work on Newspaper Theme’ is closed to new replies.