Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Empty feedI have run url i have seen feed list.
http://awesomescreenshot.com/01d5su1o31Forum: Fixing WordPress
In reply to: Auto Update to 4.5 not workingDownload and override all files:
https://downloads.wordpress.org/release/wordpress-4.5-no-content.zipForum: Fixing WordPress
In reply to: The update could not be unpacked, Installation FailedDownload and upload all files:
https://downloads.wordpress.org/release/wordpress-4.5-no-content.zipForum: Fixing WordPress
In reply to: Completely hide Posts with a specific category from logged out usersTemplate top section on add code if user logged display other wise redirect homepage.
1) Create template for listing.
category-slug.php
category-ID.php2) Create single file for category post
Forum: Fixing WordPress
In reply to: Hello everyone, i think i broke my websiteOk as u wants. IF u have not any update applied on theme from last 30 days so u can do this.
Forum: Fixing WordPress
In reply to: Hello everyone, i think i broke my websitePlease check code using ftp or cpanel- file manager
Forum: Fixing WordPress
In reply to: Recommended Google Search Plugin@pestocat: so many plugins available.
Forum: Fixing WordPress
In reply to: Hello everyone, i think i broke my websitePlease check /functions.php on line 116 and place a code hear.
Forum: Fixing WordPress
In reply to: Content Disappears on Save@bellesang,I have so may times facing this issue and getting solution.
Please check your wp_config.php
which “DB_CHARSET” exits now?IF exits “utf8mb4” change to “utf8” and save.
define(‘DB_CHARSET’, ‘utf8mb4’);
Forum: Fixing WordPress
In reply to: WordPress blog layout destroyed after upgrading to 4.5@psychedeliczen
On your site current permission issue:
Run this url i have not accessed a style of theme.http://www.psychedeliczen.com/wp/wp-content/themes/twentysixteen/style.css
Forum: Fixing WordPress
In reply to: Just updated to WP4.5 images not displaying !!http://www.ancient-origine.com/wp-content/themes/Newsmag/style.css
Line no 23882 remove this or change o to 1
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img{ opacity:0 }Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingFirst check your “uploads” directory permission.
Then update adobe flash player for your pc.@pigeonradio : Please check error.log any error display or not
wp_config.php on set define(‘WP_DEBUG’, true);plugins\google-analytics-for-wordpress\frontend\abstract-class-tracking.php
Line no: 306
get_currentuserinfo();replace
wp_get_current_user();Forum: Fixing WordPress
In reply to: How to enable comments by defaultGo wp-admin -> Settings -> Discussion.
I have solved but some issue there when come special character.
https://github.com/valendesigns/option-tree/pull/618
https://github.com/valendesigns/option-tree/pull/619