• Closed
  • euklidis
    Spectator
    January 13, 2014 at 10:51 pm #8228

    Hello Roman, i have some questions.

    1) how can i make the titles of the articles appear all in the first page. Evolve cuts the title if it is big?
    2) how can i make the photos in the main page to appear correct. now the box is fixed and doesn’t follow the image ratio?
    3) how do i change the background in boxed view?

    euklidis
    Spectator
    Posts: 8
    January 13, 2014 at 11:12 pm #8948

    or how can i change the featured image size to 200×200 in the homepage.

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 10:17 am #8953

    1) for the grid layout the post titles are automatically truncated….for full post titles use the one column layout
    2) you can change it by editing the file library/functions/basic-functions.php, line # 4:

    Code:
    add_image_size( ‘post-thumbnail’, 680, 330, true );

    change it to

    Code:
    add_image_size( ‘post-thumbnail’, 200, 200, true );

    then you will need to regenerate thumbnails with a WP plugin

    3) when you have activated the boxed layout, navigate to Appearance -> Background and there you can set it

    euklidis
    Spectator
    Posts: 8
    January 14, 2014 at 9:05 pm #8965

    I managed to change the truncated titles but the thumbs in the main page do not change. the frame dowesn;t follow the thumbnail.

    Also how can i get rid of the green color for sticky articles?

    And maybe you should check the menu. It appears with arrows for the dropdowns in chrome, with squares in Firefox and not 3D with squares in IE.

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:11 pm #8967

    insert in Custom CSS field:

    Code:
    .home .type-post.sticky, .home .formatted-post, .page-template-blog-page-php .type-post.sticky, .page-template-blog-page-php .formatted-post {background:none;color:#333;box-shadow:none;}
    .home .type-post.sticky .entry-title a, .home .formatted-post .entry-title a, .page-template-blog-page-php .type-post.sticky .entry-title a, .page-template-blog-page-php .formatted-post .entry-title a,.home .type-post.sticky .entry-header a, .home .formatted-post .entry-header a, .home .type-post.sticky .entry-meta, .home .formatted-post .entry-meta, .home .type-post.sticky .entry-footer a, .home .formatted-post .entry-footer a, .page-template-blog-page-php .type-post.sticky .entry-header a, .page-template-blog-page-php .type-post.sticky .entry-meta, .page-template-blog-page-php .formatted-post .entry-header a, .page-template-blog-page-php .formatted-post .entry-meta, .page-template-blog-page-php .type-post.sticky .entry-footer a, .page-template-blog-page-php .formatted-post .entry-footer a {color:#51545C!important;text-shadow:none!important;}
    euklidis
    Spectator
    Posts: 8
    January 14, 2014 at 9:15 pm #8968

    it removed the green but left the letters white.
    also featured images have huge problem. frame still do not follow the image!

    http://95.85.62.16 is the page (only the main page) check it out…

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:15 pm #8969

    please post a screenshot of the visual issue

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:19 pm #8970

    it seems the pictures don’t exist, ex. http://techmaniacs.gr/wp-content/uploads/2013/12/lg-nexus-5-slider-200×200.jpg ?

    with the menu issue, it seems like fontawesome problem…are you using any additional plugins?

    euklidis
    Spectator
    Posts: 8
    January 14, 2014 at 9:20 pm #8971

    Clipboard01.png

    Roman
    Spectator
    Posts: 3147
    January 14, 2014 at 9:22 pm #8972

    not found….seems you have problems with the server

    euklidis
    Spectator
    Posts: 8
    January 14, 2014 at 9:26 pm #8973

    fixed