Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password Protected page going to 404 Error@dancingmelody,
Generally password protected posting url generate like.
http://xyz.com/wp-login.php?action=postpassBut your form post url are different please check there.
Also review this answer:Thanks,
Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2All ready said to u find
$this->pageId = $_GET['page_id'];Replace above define line with my condition code.
Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2@artathanapati, this one your question?
Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2/home/amatolah/public_html/wp-content/plugins/visitors-traffic-real-time-statistics/WPHitsCounter.php on line 39
$this->pageId = $_GET['page_id']; Replace with and test: if(isset($_GET['page_id']) && !empty($_GET['page_id'])): $this->pageId = $_GET['page_id']; endif;Forum: Fixing WordPress
In reply to: Update Problem WP 4.5.2@brianrho, this one error arrived based on plugin “visitors-traffic-real-time-statistics”.
Temporary disabled or removed from plugin directory.
IF u are know about code make better condition on hear.
<b>Notice</b>: Undefined index: page_id in <b>/home/amatolah/public_html/wp-content/plugins/visitors-traffic-real-time-statistics/WPHitsCounter.php</b> on line <b>39</b>
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already@maxaxavier,
U have not define any code or reason for arrived error.For now this solution add ob_start()on header.
@mandor11, I can’t seen error on your web please provide specific link & position.
Forum: Fixing WordPress
In reply to: Unwanted Ads opening in new window@rogerhallett :
Please deactive plugin one by one check this issue.
One suggestion set better permalink setting with postname.Forum: Fixing WordPress
In reply to: How do I reduce the size of a huge wp_posts table?@darrenpotter76 :
Remove post & page revision.
https://woorkup.com/delete-old-wordpress-revisions-db/Forum: Fixing WordPress
In reply to: Failed Update@discdemo,
Download this zip files and upload manual on your site using ftp.Forum: Fixing WordPress
In reply to: Menu & logo not responsiveyes, Please remove maintenance because of so many supporter sported to u
Forum: Fixing WordPress
In reply to: Where did my pictures go@erik Theil,
U have contact to alora theme developer. May be this one theme issue so developer can provide better solutions.
Thanks.
Forum: Fixing WordPress
In reply to: Top WordPress Admin Bar (Toolbar) Not Displaying@wspc,
follow this steps:
Go http://xyz.com/wp-admin/profile.phpThere have Toolbar option with checkbox ” Show Toolbar when viewing site”.
Please tell me this on checked or not?or any code added for this hide admin bar
add_filter('show_admin_bar', '__return_false');Thanks,
Ravi patelForum: Fixing WordPress
In reply to: Web Menu On Google First PageForum: Fixing WordPress
In reply to: Menu & logo not responsive@lewycash,
First of all your site in maintenance mode so we can’t review.
OR u have added large code on forum batter to added on another external site like git.Thanks,
Ravi patel