BlackBird Missing Files

Discussion in 'BlackBird WordPress Theme' started by waterfords, Jan 2, 2013.

Thread Status:
Not open for further replies.
  1. waterfords

    waterfords New Member

    Joined:
    Nov 20, 2012
    Messages:
    12
    Likes Received:
    0
    Hello everyone,

    I recently found that in BlackBird source are some missing files which are coming as errors in crawling and Google Chrome inspector.

    1. wp-content/themes/blackbirdtheme/images/submitbtn.png is missing.
    2. wp-content/themes/blackbirdtheme/css/color/Default.css is missing.
    3. wp-content/themes/blackbirdtheme/images/bg.jpg

    Where we can download these files?
     
  2. waterfords

    waterfords New Member

    Joined:
    Nov 20, 2012
    Messages:
    12
    Likes Received:
    0
    I update with the newest version of Blackbird and this does not help still have missing files. Please, see the attachment.
     

    Attached Files:

  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your first issue

    Go to style.css present in your theme directory and remove the code given below
    Code:
    background:url(images/submitbtn.png) no-repeat;
    Sending image for reference

    [​IMG]



    2.For your second issue.
    Default.css require to call theme default.css i.e style.css

    Go to color directory present in your theme directory and create empty default.css file.

    3. For your third issue.

    Go to images directory present in your theme directory and put white jpg image and named it bg.jpg
     
  4. waterfords

    waterfords New Member

    Joined:
    Nov 20, 2012
    Messages:
    12
    Likes Received:
    0
    All looks good now.

    In addition to eliminate loading inexistant style.css

    remove line 52:
    Code:
    <link rel="stylesheet" href="style.css" />
    Have great day.
     
Thread Status:
Not open for further replies.

Share This Page