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?
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
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.
Hello, Please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/...functions-php-arent-working.12190/#post-45171 Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] I will check and try to resolve your issue. Thanks & Regards Nitesh Raghuwanshi
Ok, i'll send e-mail with informations you need to the end of day, as you suggested. Thank you for response.