Some functions in inktheme-functions.php aren't working

Discussion in 'ColorWay WordPress Theme' started by yoghurt, Jun 2, 2014.

  1. yoghurt

    yoghurt New Member

    Joined:
    Mar 12, 2014
    Messages:
    9
    Likes Received:
    0
    So, I wrote that two topics about my probles with some functions in Colorway Theme :
    http://www.inkthemes.com/community/...mbnail-size-in-non-responsive-colorway.11732/
    http://www.inkthemes.com/community/threads/none-of-non-default-languages-works-with-theme.11048/
    they didn't solve my problems so i tried it to do it by myself, especially with thumbnails.
    I found that dimensions of thumbnails that is generated while uploading a file, is in first few lines of code in inktheme-function.php .

    Code:
    /* ----------------------------------------------------------------------------------- */
    /* Post Thumbnail Support
    /*----------------------------------------------------------------------------------- */
    add_theme_support('post-thumbnails');
    if (function_exists('add_image_size'))
    add_theme_support('post-thumbnails');
    if (function_exists('add_image_size')) {
    add_image_size('post_thumbnail', 250, 170, true);
    }
    That dimensions matches resolution of my thumbnails and even in generated thumbnail file in thumb-cache. Coincidence? I don't think so. But even i changed dimensions, it didn't work.

    Also, in next lines of source code i found funtion for languages, that also didn't work for me, another coincidence?

    Interesting thing that custom CSS also included in that file was working for me from first day.
    Maybe I should have specific PHP on my server (newest 5.5.x or something else) to be able to work with this theme? I didn't found anything in documentation about this.

    Have you got any ideas why that functions in theme aren't working?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    ColorWay theme is the most popular theme of InkThemes and all functions of theme is working fine.

    We suggest you to use (800x600)px images for your blog post, It will looks good.


    Note: We have checked your website you are using non-responsive version of theme and that is too old version after that version there are many updates of theme comes and also many updates of WordPress too, So we recommended you to use the updated version of theme.


    Thanks & Regards
    Gourav Shrivastava
     
  3. yoghurt

    yoghurt New Member

    Joined:
    Mar 12, 2014
    Messages:
    9
    Likes Received:
    0
    Exactly, i said that in my last topic, i'm using non-responsive version. But if you're saing that's old version and suggesting i should use the newest one, my question is - can I modify newest version to non-responsive one? I'm asking because being able to have non-responsive theme, was my main reason why I bought this theme.
    Also, I'm not talking about pictures in my blog post - i'm talking about thumbnails in blog posts list, that's the problem.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  5. yoghurt

    yoghurt New Member

    Joined:
    Mar 12, 2014
    Messages:
    9
    Likes Received:
    0
    Ok, i'll send e-mail with informations you need to the end of day, as you suggested.
    Thank you for response.
     

Share This Page