positiveshiftin
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Use Shortcode in the URLOn click I want to trigger the popup and not to go to any URL, just stay on the same page and show the popup.
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Use Shortcode in the URLcan you help me pls.
popup id is 2
what shall I put in the URL and extra classes.1) If I put a value in URL field and extra classes=sg-confirm-popup-2 then on clicking of button the URL is opening, popup not showing.
2) If URL field is blank and extra classes=sg-confirm-popup-2, on button click nothing happens
I also noticed there is Custom Rel Tag, do we hv to use this please.
Kindly help me.Forum: Plugins
In reply to: [MaxButtons - Create buttons] Use Shortcode in the URLYes I’m using Popup Builder https://wordpress.org/plugins/popup-builder/.
Forum: Fixing WordPress
In reply to: WP4.5 upgrade mysql_connect() errorThank you @dipak, that PHP version setting worked for me.
Forum: Fixing WordPress
In reply to: WP4.5 upgrade mysql_connect() error@dipak, I’m using cpanel. Where do I make this change? Through phpMyAdmin ? I don’t see an option for this buddy.
Forum: Fixing WordPress
In reply to: WP4.5 upgrade mysql_connect() error@bdbrown – are you sure the last post on the above link is same issue, that talks about mysqli_real_connect() whereas mine is about mysql_connect().
I tried to change wp_config.php as suggested didn’t work.
Any other thoughts anyone pls help.
Forum: Fixing WordPress
In reply to: Headers and client library minor version mismatch after 4.5 updateI’m facing the same issue. Not working even after trying to remove blank line from end of the file wp-db.php. In fact the error is on line 1515.
$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );
This error seems to be something to do with mysql_connect.
Any help on this pls.