herowp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: theme installationExtract 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?
Forum: Fixing WordPress
In reply to: Adding Adsense code to PAGESHere you go:
<?php if (is_page()) { ?>
Your adsense code
<?php } ?>
Forum: Fixing WordPress
In reply to: Spinning gray circle of death…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)
Forum: Fixing WordPress
In reply to: Can't access my website? This webpage is not availableWhat country are you located in? As for me it’s working perfect.
Forum: Fixing WordPress
In reply to: can't login to admin page at allIf 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.
Forum: Reviews
In reply to: [HeroWP Custom Login Image] Simple and easy to setupThank you for your kind reply. ??
Forum: Fixing WordPress
In reply to: Want to move domains but keep contentYou’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 DBRegards.
Forum: Fixing WordPress
In reply to: Syntax error in Canvas themeCan I see the code that you added inside that file?
Forum: Themes and Templates
In reply to: [Hueman] z indexYour URL is not working.
Forum: Fixing WordPress
In reply to: trying to remove a couple of things from home pageYou can do it with CSS:
#header #searchform{ display:none } #widget-top,#widget-bot{ display:none }
Forum: Plugins
In reply to: Loop displaying featured image problemI figured it out. It was from the aq_resize function. The images that I have uploaded were smaller then 157×95. ??
Forum: Themes and Templates
In reply to: Theme Development QuestionThank you for your reply. I uploaded the theme, hope it will pass.
Cheers.
Forum: Themes and Templates
In reply to: Changing Text Color For Submitting CommentsAdd this line to your CSS File:
#comment-providers-select-message{color:#FFFFFF}
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Can't upload images after migrating siteLogin with FTP , and make sure you have the right permission to the “wp-content/uploads/2013/11 folder (755)