saqib786
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: website not rendering correctly on mobile with any themeHi smith121,
1.deactivate all your plugins
2.edit your .htaccess file through ftp or cpanel access
3.clear all the text above the wordpress start comment.let me know if the problem persists
[Contact details redacted]Forum: Fixing WordPress
In reply to: website not rendering correctly on mobile with any themeI fixed it, problem was in .htaccess file, looks like my client was using weebly which was causing the trouble. i cleaned all weebly portion from htaccess and now it seems to be working fine on mobile.
thanx for the your advice QXARE , i have been trying to solve this for about a week now. thank u again sir, i really appreciate your help.
Forum: Fixing WordPress
In reply to: website not rendering correctly on mobile with any themei think i found somethingin .htaccess
copy pasting the suspecious portion# stop condition
RewriteRule ^mobile/.*$ – [L]#Redirect urls based on a query string parameter
RewriteCond %{QUERY_STRING} ^(.*&)?view=mobile([^&]*)&?(.*)?$
RewriteRule ^(.*)$ /$1?m%1%3 [CO=is_mobile:1:%{HTTP_HOST},CO=disable_mobile:0:%{HTTP_HOST},L,R]RewriteCond %{QUERY_STRING} ^m*(.*&)?view=full([^&]*)&?(.*)?$
Forum: Fixing WordPress
In reply to: website not rendering correctly on mobile with any themenope, i dont see any other folders than wordpress folders or maybe you could tell me what to look for… ??
Forum: Fixing WordPress
In reply to: website not rendering correctly on mobile with any themehmm… interesting
so it seems i have been stucking my head in the wrong place all along. if it is not rendering from wordpress then the culprit cms should also be hosted on the same server as the original website… hopefully.
I go check that until someone else suggests anything else…
thanx for the helpful suggestion QXARE.