ruhanikhurana02
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineGreat! Thank you have a nice day
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working finehey Steve
found corrupted file, there are auto generated htaccess file in /public_html/wp-admin which deny permission for all php file. That’s why it’s no working. Now my panel is working fine.
<FilesMatch “.*\.(phtml|php)$”>
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch “(index).php$”>
Order Allow,Deny
Allow from all
</FilesMatch>Thank you so much steve stern for figuring out problem with me, really appreciate your efforts. Thank you again.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineyes agreed, some issue with permission. All folder permission is 755 & all files permission is 644. Please suggest what to do otherwise last option create new website which takes lots of time.
- This reply was modified 6 years, 1 month ago by ruhanikhurana02.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineOne question, how to activate default theme using ftp or cpanel, renaming the current theme(uncode) it will show error “uncode theme not exist”. Automatically not set Twenty’s theme. There are some issue on wordpress panel.
As discussed with server side, they are saying some error in our side. Everything working fine at server side. Some permission issue on wordpress admin panel.
- This reply was modified 6 years, 1 month ago by ruhanikhurana02.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fine1. 500 error gone, panel & frontend opening fine
http://designyouworld.com/wp-admin/2. enable wp_debug and wp_debug_log file already enabled, also there are not showing any error in this file wp-content/debug.log .
3. Plugin folder rename to plugin.hold
Everything working fine expect wordpress admin panel PHP file as mentioned above
Forbidden
You don’t have permission to access /wp-admin/admin-ajax.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.http://designyouworld.com/wp-admin/
http://designyouworld.com/wp-admin/edit.php
http://designyouworld.com/wp-content/themes/uncode/header.php
http://designyouworld.com/wp-content/themes/uncode/header.php
Now my .httacess file code, rest removed will add later.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineDeleted(pasting mistake on drive file), nothing happen same as before
I think need to re-work on whole website or new wordpress need to install, admin panel still not working file.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineThank you for your efforts!
Nothing changed, checked all permission.
wait let me share my .htaccess file
please follow & check below link for htaccess file
https://docs.google.com/document/d/1yq1eL1tm-1dUadal7Me1fsc_TI035FU65pxy_bt6iRs/edit
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working fineReally hard to access wordpress panel, some permission issue on panel.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working finehey
i’m not able to install or update any plugin
no PHP file is opening fine on panel, on every link its showing forbidden error, something permission issue.
http://designyouworld.com/wp-admin/
http://designyouworld.com/wp-admin/edit.php
http://designyouworld.com/wp-content/themes/uncode/header.php
http://designyouworld.com/wp-content/themes/uncode/header.php
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working finehey
As i checked admin panel console, there are lots of file not loading fine. files not loading issue in wp-admin->load-scripts.php or wp-admin->load-styles.php.
- This reply was modified 6 years, 1 month ago by ruhanikhurana02.
Forum: Fixing WordPress
In reply to: wordpress panel not accesible, frontend working finehey
thanks for your reply!
1. clear website cache, now website is showing fine. check here https://designyouworld.com/
2. enabled wp_debug and wp_debug_log there are not showing any error or bug in frontend.
3. Only issue in wordpress panel, dashboard is showing totally messed up. How can share show screenshot so it will easy to understand.
After log in https://designyouworld.com/wp-admin -> dashboard -> pages->. showing error on white screen
Forbidden
You don’t have permission to access /wp-admin/edit.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.Dashboard -> setting-> general
Error ->
You don’t have permission to access /wp-admin/options-general.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.on every click error showing like this, hope you understand
Forum: Plugins
In reply to: [WP Meta SEO] WordPress Gallery ALT texthey,
Not using any 3rd party plugin for display gallery, using only WordPress default gallery & adding default Alternative text, caption, title.
- This reply was modified 6 years, 11 months ago by ruhanikhurana02.
Thanks for your help! I’m using wrong parameters of all in one seo now its working
Forum: Plugins
In reply to: [Strong Testimonials] left/right arrowhey, there are no updation on this issue(https://github.com/MachoThemes/strong-testimonials/issues/14) waiting for so long. I think time to move on another option.
Forum: Plugins
In reply to: [Strong Testimonials] left/right arrowhey,
Is it possible if i add one condition on JQquery or SCSS
if we find class “.strong-view.default .testimonial.t-slide:first-child” the “.wpmslider-prev” class hide or “.strong-view.default .testimonial.t-slide:last-child” then “.wpmslider-next” will hide?
Is there any temporary way to resolve this until you don’t have modify on your new version.