masooma09
Forum Replies Created
-
Okay, I will.
Thank you ??
I tried this fix but it’s strange that the issue persists. Maybe some compatibility issue is going on with some other plugin.
Thank you so much for the support and help ??
Reinstalled WordPress. updated the version to 4.9.13 but the issue still persists.
Do you see any issue with the rules added in .htaccess?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#WriteCheckString:1586394559_34899
RewriteRule .* – [E=HTTP_MOD_REWRITE:On]RewriteCond “%{DOCUMENT_ROOT}/wp-content/cache/wph/%{HTTP_HOST}%{REQUEST_URI}” -f
RewriteRule .* “/wp-content/cache/wph/%{HTTP_HOST}%{REQUEST_URI}” [L]RewriteRule ^custom_child_template/style.css /wp-content/plugins/wp-hide-security-enhancer/router/file-process.php?action=style-clean&file_path=/wp-content/themes/demo-child/style.css&replacement_path=/custom_child_template/style.css [L,QSA]
RewriteRule ^custom_template/style.css /wp-content/plugins/wp-hide-security-enhancer/router/file-process.php?action=style-clean&file_path=/wp-content/themes/demo/style.css&replacement_path=/custom_template/style.css [L,QSA]
RewriteRule ^custom_child_template/(.+) /wp-content/themes/demo-child/$1 [L,QSA]
RewriteRule ^custom_template/(.+) /wp-content/themes/demo/$1 [L,QSA]
RewriteRule ^custom_modules/(.+) /wp-content/plugins/$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^wp-content/plugins(.+) /index.php?wph-throw-404 [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-includes(.*) /index.php?wph-throw-404 [L]RewriteRule ^custom_includes/(.+) /wp-includes/$1 [L,QSA]
RewriteRule ^custom_files/(.+) /wp-content/uploads/$1 [L,QSA]
RewriteRule ^custom_content/(.+) /wp-content/$1 [L,QSA]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_COOKIE} !^.*wordpress_logged_in.*$ [NC]
RewriteRule ^wp-content(.+) /index.php?wph-throw-404 [L]
</IfModule>I tried previous versions too From 1.5.9.9 to 1.5.1.2 but in vain. The errors are still there, stylesheets aren’t loading.
I think I should reinstall WordPress core files
WordPress version is 4.98. due to some compatibility issues with customized plugins, auto-updates are stopped. Whereas the version of WP hide and security enhancer is 1.5.9.9 and seems like after the last update of WP hide and security enhancer this issue arose.
Hosting is Siteground. The website is residing in the root directory and I’ve not touched any core file. Does root directory sites also face this issue? A couple of other websites are also there with their own folders, but this one is directly in the root directory.
Can I get its old version 1.5.9.5? I don’t want to use the rollback plugin and the last version I have is 1.5.1.2
Thank you
- This reply was modified 4 years, 7 months ago by masooma09.
Anyone got it fixed? I have updated the plugin to 1.7.12 and the issue persists.
Forum: Plugins
In reply to: [Simple Mortgage Calculator] Plugin is not working after updating WP to 4.7.3Thank you for the quick response and sorry for my late reply.
The issue got fixed! It was the JS issue, there were 2 plugins which were minifying and compressing JS files, that raised conflicts and caused the issue. I disabled the plugins and issue got solved!Forum: Plugins
In reply to: [Transposh WordPress Translation] Plugin not working on WordPress 4.5.4Got the issue fixed. It was not the WordPress version which was creating this issue. I installed an encryption plugin on my website a couple of days ago “Code Cipher”, which was actually messing with Transposh.
Deactivating that fixed the issues.
- This reply was modified 8 years, 2 months ago by masooma09.
Forum: Plugins
In reply to: [AccessPress Social Counter] Facebook Social Counter not workingI’m jumping in to report the same issue. Facebook counter is not working. @happysolicitor I’ve tried your tweak as well, but nothing happened. Have cleared cache a number of times, reconfirmed facebook access tokens.
No luck yet!
Alright, So finally my problem is solved through PHP output buffer. The issue was not related to the plugin it was my theme which was returning HTML from in a PHP function.
In case, anyone else stuck with this issue. Here is the link that helped me in embedding php action hook in HTML form which was in a return statement.
https://stackoverflow.com/questions/528445/is-there-any-way-to-return-html-in-a-php-function-without-building-the-returnForum: Plugins
In reply to: [WordPress Social Login] Make WP Social Login appear above WP register fieldsHi Eddie,
You can achieve this by adding their action hook: <?php do_action( ‘wordpress_social_login’ ); ?> in related WordPress file.
Like, if you want to add icons above login fields of WordPress then simply open wp-login.php file and add the action hook above the username field. Get screenshot here: https://prntscr.com/aw28lt
Also, select “Do not display the widget anywhere, I’ll use shortcodes” from the plugin’s setting. Open this link for visual help: https://prntscr.com/aw29fp
Hope so it’ll help.
Forum: Plugins
In reply to: [Front End Users] Front-end Users is blocking chat pluginI am marking it resolved.
Forum: Plugins
In reply to: [Front End Users] Front-end Users is blocking chat pluginIt was actually my client’s site having this issue. I rolled back to previous versions of Fron-End Users plugin but the issue was still there.
I don’t think that It’d be a CSS issue. As the plugin completely stops working instead of just disappearing. When I deactivate front-end users plugin than chat plugin again loads and starts its functionality.
Could be JS conflict but not sure. (As there is no error anywhere)
Well, now the client has deleted this plugin. As according to him, He wasn’t using its functionality anymore so….
Thank You @rustaurius for replying and helping ??
Forum: Plugins
In reply to: [Front End Users] Front-end Users is blocking chat pluginActually, I’m trying to figure out the issue, but, it is like solving an error without knowing what that error is!
There is not a single clue why this is all happening. I didn’t make any change in my server or in plugin’s versions. I know it’s weird but it is like that.
Yes, I am using demo version of iFlyChat. I talked to their customer support too. According to them, it is not Ajax conflict (Which was my clue). They didn’t give much help. Now I’ve sent a ticket to their developers. Will update here whatever they’ll tell me.
I think, I might have to try 2.6.2. Can you guide me how can I roll back to previous versions of front-end users plugin? Downloading the previous version and installing it? Will it delete the data already linked with the plugin?