Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Forum: Fixing WordPress
    In reply to: theme installation

    Extract it to desktop, and try uploading the theme by FTP in the wp-content/themes folder, then actiate it via Appearance -> Themes.

    Regards

    Have you flush your BWP cache, and of other plugins caching if using any?

    Here you go:

    <?php if (is_page()) { ?>

    Your adsense code

    <?php } ?>

    You have a lot of images that return a 404 error. Maybe that is the reason.

    Here is the Google Chrome Console log:

    Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/themes/increase/img/twitter.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider1.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2014/04/Slider_1_New_Text_A_V2.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2013/11/Nervia_New_Slider_2b.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider2_text_b.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider2_text_a.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Nervia_Slider3.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://205.234.145.139/wp-content/themes/increase/img/bg_body.png Failed to load resource: the server responded with a status of 404 (Not Found)
    jquery-2.1.3.min.js?ver=2.1.3:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
    https://205.234.145.139/wp-content/uploads/2013/03/woo_hoo_quote.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Slider3_Block2.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Slider3_Block1.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Slider3_Block3.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2014/06/Nervia_Website_Graphic_1.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/themes/increase/img/facebook.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/themes/increase/img/twitter.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2013/10/Q_A_FAQ.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Slider_4_Block_3.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/Slider_4_Block_2.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2014/06/Nervia_Website_Graphic_2.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider1.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2014/04/Slider_1_New_Text_A_V2.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2013/11/Nervia_New_Slider_2b.jpg Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider2_text_b.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox/wp-content/uploads/2014/04/Slider_1_New_Text_A_V2.png Failed to load resource: the server responded with a status of 404 (Not Found)
    https://mynervia.com/sandbox//wp-content/uploads/2013/08/nervana_slider1.jpg Failed to load resource: the server responded with a status of 404 (Not Found)

    What country are you located in? As for me it’s working perfect.

    herowp

    (@herowp)

    If you have FTP access, open functions.php inside your theme folder, and make sure there are no blank spaces or other characters at the end of the file.

    Plugin Author herowp

    (@herowp)

    Thank you for your kind reply. ??

    herowp

    (@herowp)

    You’ll have to export your database and perform a search and replace action.

    Steps

    1.Export your databse from phpmyadmin
    2.Create a backup in case something goes wrong
    3.Perform a search and replace action with a software (i.e. Notepad++) and replace olddomain.com with newdomain.com
    4.Upload the new SQL file and connect your wordpress to the new DB

    Regards.

    Can I see the code that you added inside that file?

    Your URL is not working.

    You can do it with CSS:

    #header #searchform{
    display:none
    }
    
    #widget-top,#widget-bot{
    display:none
    }
    Thread Starter herowp

    (@herowp)

    I figured it out. It was from the aq_resize function. The images that I have uploaded were smaller then 157×95. ??

    Thread Starter herowp

    (@herowp)

    Thank you for your reply. I uploaded the theme, hope it will pass.

    Cheers.

    herowp

    (@herowp)

    Add this line to your CSS File:

    #comment-providers-select-message{color:#FFFFFF}

    herowp

    (@herowp)

    Login with FTP , and make sure you have the right permission to the “wp-content/uploads/2013/11 folder (755)

Viewing 15 replies - 1 through 15 (of 19 total)