shaan.wp
Forum Replies Created
-
Please download the script from here ‘http://interconnectit.com/products/search-and-replace-for-wordpress-databases/‘
Please download the script and replace the ‘http://69.89.31.102/~invigor5’ url with this url ‘http://invigoratemassageandwellness.com’
Forum: Themes and Templates
In reply to: Menu Bar Location1. For menu justified with slider worked on the style.css:
In style.css write, #dropmenu, #dropmenu ul{ width:97% !important;
margin:0 auto!important;}2. Logo is shown properly. Is there any other issue in your site?
Forum: Themes and Templates
In reply to: theme not loading properlyAll the links are referred to the localhost ‘http://localhost/…’ but it must be “http://www.sketrag.com”.
For this change the ‘http://localhost’ to “http://www.sketrag.com”.
Export the database and find and replace the link from ‘http://localhost’ to “http://www.sketrag.com”.
Forum: Themes and Templates
In reply to: My Insert/Edit Link Button doesn`t Work in visual PostPlease check all the files have been uploaded properly or not or is there problem of js?
Forum: Hacks
In reply to: Changing author page addressBy using .htaccess, this could be easily done.
But you have to search it from your side.
Forum: Fixing WordPress
In reply to: How to save form details into mysql?if( isset($_REQUEST[‘submit_button_name’])):
dbcode….
if dbexecution is successfully completed
{
<script>
jQuery(‘.success_div’).show();
</script>
}
endif;In css file, .success_div{display:none}
Forum: Fixing WordPress
In reply to: How to save form details into mysql?Write the code in the page with condition
if( isset($_REQUEST[‘submit_button_name’])):
dbcode
endif;
Forum: Fixing WordPress
In reply to: rsolve a source code errorThis problem might be due to plugins.
So please deactivate all plugins and then activate one by one to find which plugins causes this error.
Forum: Fixing WordPress
In reply to: How to save form details into mysql?Please check the following link how wpdb work.
http://codex.ww.wp.xz.cn/Class_Reference/wpdb
This link will be helpful to you.