Skrlance
Forum Replies Created
-
well I don’t see anything like that!!
& r u getting notification or email??
Forum: Fixing WordPress
In reply to: Helping out an existing site – VERY SLOW!deactivate wp super cache and try cloudflare.com.
ThnxForum: Fixing WordPress
In reply to: How can I back up my WP site to a flash drive?Hi!
First download your database.sql from phpmyadmin using exportSecond,
* login to your file manager
* then go to public_html
* Select all and compress entire files on zip archieve
* Download the zip fileThen backup both files eg:
1. yourdatabase.sql
2. yourwebsite.zipto a flash drive.
ThnxForum: Fixing WordPress
In reply to: Speed up page loading speedHi!
Go to: https://www.cloudflare.com/
Singup >> change your domain’s dns >>
Wait for at-most 24 hours
& if using genesis theme try these plugins:
1. WP Super Cache; not W3 total cache (doesn’t works on genesis)
2. WP Minify
3. CloudFlare
4. Use Google LibrariesThnx
Forum: Fixing WordPress
In reply to: How Can I Change My Page URLsHi!
Try:
Settings >> Permalink Settings >> Custom StructurePaste something like:
/%post_id%/%postname%/
Or,
/%post_id%/%postname%.html
as desired..
Hi!
Please add following code on ‘seo-al.php’@ini_get( ‘pcre.backtrack_limit’, ‘1M’ );
on top as:
error_reporting(0);
@ini_set(‘display_errors’, 0);
@ini_get( ‘pcre.backtrack_limit’, ‘1M’ );
/**
* install seo-al plugin
**/
register_activation_hook(__file__,’pk_seo_al_admin_activation’);
register_deactivation_hook(__file__,’pk_seo_al_admin_deactivation’);where 1M limit.. resource usage by this plugin.. try to increase up to 8M depending on hosting package,
or,
@ini_set( ‘pcre.backtrack_limit’, ‘1M’ );if you try this code whole website will be limited to ‘1M’ or try 8M as favouable:
But the problem is when plugin is activated and site cannot access more than that and stops working.
Does this help?
Forum: Themes and Templates
In reply to: Emergency Help! Whole site is destroyed!thats right, but if you believe its gonna get harder to fix. Please restore everything back and try offline.
Forum: Themes and Templates
In reply to: Emergency Help! Whole site is destroyed!Please restore back style.css
Forum: Themes and Templates
In reply to: Emergency Help! Whole site is destroyed!site link plz asap
Forum: Fixing WordPress
In reply to: Using a wp site in wamp to test pluginHello gasuco,
Have you tried,.. if this could be the issue:
https://localhost/phpmyadmin/
& under database >> wp_options>>Options Name on top keep:
https://localhost/on option_value clicking on edit.
and when you login to wordpress admin,
Go to>> settings>> General>>
WordPress Address (URL):https://localhost
Site Address (URL): https://localhostForum: Plugins
In reply to: All in One SEO Pack vs WordPress SEO by YoastIts simple:
If you are moderate-advanced user of wordpress and want to spend extra time for seo try yoast plugin.or, for new-advanced users with auto seo without much effort try all in one seo pack.
Forum: Installing WordPress
In reply to: Re installed WordPress. Won't RunBrian,
Make sure u download installer version of xampp not on zip or 7zip format.The file name will be: xampp-win32-1.7.7-VC9-installer.exe (for windows, size 81mb)
For further help. Its on their(apache friends) support page. Try there.
I upgraded my hosting account after I got warnings they said its using 109% of cpu and they have to cancel my account.
Now, I am in new upgraded hosting package but still I’m getting the same problem. Last time when I check cpu usage on cpanel it was 3 times greater than the resource limit.
Finally, I realized, forget about seo and remove this plugin.Everything is ok now!!
I can see the button and it works, but, the problem is comments can be posted with or without login from facebook.
And it does nothing!!!
same type of problem for me. User can post comments without login but the button appears.
I tried clearing up cache n everythin..