Forum Replies Created

Viewing 15 replies - 16 through 30 (of 164 total)
  • I tested this just a few minutes ago you are correct this plugin is broken, must have been the last update worked before that.

    I thought this was a cache related issue uninstalled it removed everything from wpsupercache and the sql tables in wp-options did a fresh install of wptouch and it is definitely broken.

    Post are broke and you cannot switch between ON and OFF mode.

    Support for free plugin is non existent here which is why I have not purchased PRO version any great plugin that want to stay great always provides free support for free versions to top notch effect and as you can see there is no support here at all.

    First backup your sql table always before doing anything.

    If you have completely unistalled wpsupercache and want to remove those tables from SQL which should be done if uninstalled simply delete them from wp-options

    wp-options is a crap pile for everything you have done and can become bulky, any theme, plugins, etc especially a whole lot of transient junk builds up

    But yes if you have uninstalled and want those tables gone should only be 3 of them prefix starts wpsupercache_ just delete them one by one or method above just did it myself trying to figure out what is wrong with wpTouch plugin

    Sounds like a misconfig or plugin compatibility issue I would follow uninstall instructions step by step and carefully follow Install instructions again

    Make sure host allows mod_rewrite some do not

    Are you referring to your wp_options table?

    Do you have full cpanel access? Should delete no problem

    You can always run query to remove all tables for it

    PHP Admin / Your_SQLtable / Select SQL Tab /

    DELETE FROM wp_options WHERE option_name LIKE (‘%wpsupercache_%’)

    This is my issue as well using WP super cache just one question is all I need answered that would fit in with this thread just fine.

    Upon adding the custom user agents to no cache using (WP Super Cache) this requires the Check of cache plugins mobile support to be Unchecked as well correct?

    I have been trying to isolate the issue this seems the only thing I need after reading this post and is also relevant.

    Thanks

    I am also having conflicts with WPtouch and WP super cache but this sounds like maybe a cookie issue.

    Did you clear mobile devices Cache and Cookies close out browser then try again?

    Plugin is the best and he does reply to emails

    Not had a issue with it at all myself now WP 3.71 running fine loads great

    Sounds like you may not be up to date or have some out of date plugin interfering possibly @abstractjames

    Turned out to be Alexa bot after a week of investigating multiple draws on images creating numerous 302 errors had my CPU @ 126% lol

    I still dropped Yarrp and use a much better related post plugin now allows you to relate them yourself and creates link backs on the page you link to its called Microkid’s Related Posts and works great on 3.71

    Doesn’t store in tables either like yarrp consumed

    Yes if Hotlink protection is on in Cpanel please put a check for allow direct request by URL and the images will work on share hope this helps all

    I am also having this issue but have made huge security mods to htaccess myself from growing DDos and botnet Brute Attacks

    Also have disable hot linking of my images in Cpanel without checking the (Allow direct requests (i.e., entering the URL of an image into a browser)BOX this may be the issue or not I did a major wp-options cleanup last night also.

    Why well site got locked down by host CPU state was 126% use lol, not sure if it is a looping DDos since they cant breach my SQL or admin, they pull the links of images and stuff on your site in loop overpowering server.

    most of my htaccess

    ErrorDocument 416 "Bad Request"
    RewriteCond %{HTTP_USER_AGENT} Alexabot/
    RewriteCond %{QUERY_STRING} share=
    RewriteRule .* - [R=416]
    
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
    RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
    </IfModule>
    
    # Stop spam attack logins and comments
    <IfModule mod_rewrite.c>
    	RewriteEngine On
    	RewriteCond %{REQUEST_METHOD} POST
    	RewriteCond %{REQUEST_URI} .(wp-comments-post|wp-login)\.php*
    	RewriteCond %{HTTP_USER_AGENT} ^$
    </ifModule>
    
    <IfModule mod_expires.c>
      ExpiresActive on
    
    # Perhaps better to whitelist expires rules? Perhaps.
      ExpiresDefault                          "access plus 1 month"
    
    # cache.appcache needs re-requests in FF 3.6 (thx Remy ~Introducing HTML5)
      ExpiresByType text/cache-manifest       "access plus 0 seconds"
    
    # your document html
      ExpiresByType text/html                 "access plus 0 seconds"
    
    # data
      ExpiresByType text/xml                  "access plus 0 seconds"
      ExpiresByType application/xml           "access plus 0 seconds"
      ExpiresByType application/json          "access plus 0 seconds"
    
    # rss feed
      ExpiresByType application/rss+xml       "access plus 1 hour"
    
    # favicon (cannot be renamed)
      ExpiresByType image/x-icon              "access plus 1 week" 
    
    # media: images, video, audio
      ExpiresByType image/gif                 "access plus 1 month"
      ExpiresByType image/png                 "access plus 1 month"
      ExpiresByType image/jpg                 "access plus 1 month"
      ExpiresByType image/jpeg                "access plus 1 month"
      ExpiresByType video/ogg                 "access plus 1 month"
      ExpiresByType audio/ogg                 "access plus 1 month"
      ExpiresByType video/mp4                 "access plus 1 month"
      ExpiresByType video/webm                "access plus 1 month"
    
    # htc files  (css3pie)
      ExpiresByType text/x-component          "access plus 1 month"
    
    # webfonts
      ExpiresByType font/truetype             "access plus 1 month"
      ExpiresByType font/opentype             "access plus 1 month"
      ExpiresByType application/x-font-woff   "access plus 1 month"
      ExpiresByType image/svg+xml             "access plus 1 month"
      ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
    
    # css and javascript
      ExpiresByType text/css                  "access plus 2 months"
      ExpiresByType application/javascript    "access plus 2 months"
      ExpiresByType text/javascript           "access plus 2 months"
    
    </IfModule>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    RewriteCond %{HTTP_REFERER} !^https://(.*)?mysite\.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^https://(.*)?mysite\.com$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp4|mp3|pdf)$ mysite.com [R,NC]

    Just got word from my host it was the Alexa bot made my cpu use go up maybe you guys can improve your htaccess a little off some these entries though I will post back if I find that the hotlink protection is blocking the images.

    WP Super Cache is better and easier works excellent and has support and updates this ones not been updated in months and support

    14 of 293 support threads in the last two months have been resolved.

    WP Super Cache is a lot better and easier for users with less knowledge less bulky and updated and supported more last update of this was months ago and just look at the crap support

    Yes he is always working on improvements and always around for support, I agree also for some different styles of like you mention and we have discussed it, who knows whats next it is always being improved.

    Pro version is highly recommended expands the theme features to insane ways of configuration.

    Pro MHThemes

    Have you tried to look and see if your theme has ability for sitemap page?

    Create new page / select from drop down(Templates)sitemap.

    If so create a new page with sitemap and page see if they show there. (It could support that if its coded in theme.)

    I am looking for just how to put comment RSS on my site map for all comments.

    Since you say theme what theme did you change to because certain themes can cause much larger load times due to horrible coding.

    I wasted over $150 at themeforest by supposed ELITE theme makers who’s code was false advertised and did not work with and audio or video embeds since oscar release I strongly advise people buying from there to be very cautious.

    I was never reimbursed for anything either and still to the day their code/themes do not work as advertised. Maybe besause they have made over a half a million dollars on their themes they just dont care and will not directly support you.

    I searched for days and found MH Themes most robust theme I have ever used excellent guys one on one support all day everyday if needed.

Viewing 15 replies - 16 through 30 (of 164 total)