Ravikumar Patel
Forum Replies Created
-
@dabz,
When u have any query please setup your own question.
This one rightway to post on another questions?Thanks,
Ravi patel@access Keys,
Any guide for support multi site?
Or any other plugin.Forum: Fixing WordPress
In reply to: how to set cookies in inner functionadd_action('init',array($this,'dwqa_question_cookies1'));public function dwqa_question_cookies1(){ ob_start(); }Forum: Fixing WordPress
In reply to: Second site@pierremichaux : Are u need transfer this site on another domain ?
Forum: Fixing WordPress
In reply to: Automatic update to 4.5.1 on Synology NAS@agjertse : U can manually update wordpress new version files using ftp or cpanel.
Forum: Plugins
In reply to: [DW Question & Answer] Now we can manage with social login?Please reply about your products.
When i have post answer as visitor with email and name not validate.Forum: Fixing WordPress
In reply to: My answer not display on forum@andrew Nevins, Again same issue, Can u please guide why this issue arrived?
https://wordpress.org/support/topic/mysql_connect-error?replies=5#post-8323777
Forum: Fixing WordPress
In reply to: mysql_connect() ErrorGo /wp-includes/wp-db.php on line 1515 just help now for hide warning.
Find Replace with: $this->dbh = mysql_connect $this->dbh = @mysql_connectForum: Fixing WordPress
In reply to: Getting: please add the following line to your wp-config.php file@dananicolenews : check more info hear.
http://codex.wordpress.org/Editing_wp-config.php#Automatic_Database_Optimizing
Forum: Fixing WordPress
In reply to: Social Icons link and images@airington : Before add text code check your html use this one.
<div style="text-align: center;"><img src="http://www.raisingawarrior.com/wp-content/uploads/2016/04/fb.png" alt="Facebook" height="50" width="50" /><img src="http://www.raisingawarrior.com/wp-content/uploads/2016/04/instagram.png" alt="Instagram" height="50" width="50" /><img src="http://www.raisingawarrior.com/wp-content/uploads/2016/04/twitter.png" alt="Twitter" height="50" width="50" /><img src="http://www.raisingawarrior.com/wp-content/uploads/2016/04/pinterest.png" alt="Pinterest" height="50" width="50" /></div>Forum: Fixing WordPress
In reply to: 4.5 Automatically centers all content.Go style.css Line no:202
Assign css to p tagp{ text-align:left }Forum: Fixing WordPress
In reply to: can't access wordpressThat’s means u have created database and assign right connection details on config.php.
like check u have assign user to database & this username & password & database are correct.
Forum: Fixing WordPress
In reply to: changing wp-config php to disable auto updatesJust use this plugin for disable auto updates:
Forum: Fixing WordPress
In reply to: Several Issues after installing 4.5@d.omkar1 For : Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50545 Library:50626 in/home/marat4od/public_html/wp-includes/wp-db.php on line1515
$this->dbh = mysql_connect( replace with $this->dbh = @mysql_connect(Forum: Fixing WordPress
In reply to: Page end@eric : This one css issue so i have not captured on footer.
Check your footer code for any div structured without any data arrived.