Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    November 20, 2014 at 9:41 pm #13563

    Why don’t you just overwrite that file after extracting it from the theme zip folder.

    As for other issues, please tell us the url so that we can see the issue.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 20, 2014 at 9:24 pm #13562

    Try deleting the theme folder using ftp or control panel file explorer.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 20, 2014 at 9:18 pm #13560

    You can adjust the number of characters in the line 447 of index.php where the following code is used

    echo evltruncate($title, 40, '...');

     

    You can increase the 40 number of more so that more amount of text is shown.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 20, 2014 at 8:47 pm #13558

    Had a look earlier but couldn’t find the problem causing it. Will have a look again today.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 19, 2014 at 12:17 pm #13538

    Sorry, got busy with theme update work. Will do the needful sometime later today.

    In reply to Featured Images
    Alok Maheshwari
    Spectator
    Posts: 303
    November 18, 2014 at 6:37 pm #13533

    The code need to be added manually to show the featured images on single blog posts. We are working on an update which will allow the featured images to be shown on single blog posts.

    Alok Maheshwari
    Spectator
    Posts: 303
    November 15, 2014 at 8:46 pm #13527
    Alok Maheshwari
    Spectator
    Posts: 303
    November 15, 2014 at 8:05 pm #13524

    They are a reliable cdn provider and I don’t think they will be shutting down their cloud anytime soon. Do check out https://cdnjs.com/about

    Alok Maheshwari
    Spectator
    Posts: 303
    November 14, 2014 at 10:03 pm #13519

    In the header.php at line 56 try replacing

    custom: { families: ['FontAwesome'], urls: ['<?php bloginfo('template_directory'); ?>/fonts/fontawesome.css'] }

    with

    custom: { families: ['FontAwesome'], urls: ['//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css'] }

     

     

     

     

    Alok Maheshwari
    Spectator
    Posts: 303
    November 14, 2014 at 9:37 pm #13518

    Will be looking into it.