• I don’t know if I posted this in the right thread of not.

    But I just paid $99 to Blue Host to have my website optimized to run faster…
    https://www.floridatripguides.com

    Once it was completed the site did run faster which was great. However as soon as they finished it – I noticed my theme started to not function properly. During the optimization they added the W3 Total Cache Plugin. (which is the plugin that made the site run A LOT faster).

    So now that this plug in messes up my website – I had to deactivate the plugin… now the site works like its suppose too – BUT it is VERY slow.

    Before it would mess up the maps – I would select Orlando and all the Orlando listings will appear… then I would select Tampa – And the Orlando Map would still appear. BUT the tampa listings would appear below….

    So that obviously isn’t good…
    So I deactivated the W3 Total Cache Plugin at the moment.

    So what should I do?

    I am using the City Guide from AIT themes.

    So any advice on what i can do?

Viewing 15 replies - 1 through 15 (of 15 total)
  • Try reactivating W3TC but disable the Minify feature and empty caches, see if your maps are working then.

    Thread Starter BMS1983

    (@bms1983)

    Whats the Minify feature? never heard of that- thanks ??

    Sure thing. Minify squishes certain files together. It can be configured automatically or manually. Sometimes automatic configuration doesn’t work right. So, make sure it’s disabled to see if that’s causing your issue.

    To turn Minify off, go to Performance > General Settings, scroll down under Minify and deselect ‘Enable’.

    Thread Starter BMS1983

    (@bms1983)

    Where do i turn it off at? On my hosting company?
    Or WordPress datebase?

    Sorry just a little confused ??

    From your WordPress dashboard.

    Thread Starter BMS1983

    (@bms1983)

    The only Performance I See on my dashboard is under the SEO plug in that I have…. is that it?

    Sorry

    No, it’s part of the W3 Total Cache Plugin. First you’ll have to re-enable the W3TC plugin. Then you’ll look for Performance in the Dashboard.

    Thread Starter BMS1983

    (@bms1983)

    oh lol ok let me try it

    Thread Starter BMS1983

    (@bms1983)

    Below is what it says… Enable is selected in green but wont let me click on it or anything…

    Unlock more speed, now!
    Jump to: Main Menu | General | HTML & XML | JS | CSS | Advanced | Note(s)

    Minify via disk is currently enabled.

    To rebuild the minify cache use the operation. Get minify hints using the wizard. to make existing file modifications visible to visitors with a primed cache.

    go to Performance > General Settings, scroll down under Minify and deselect ‘Enable’.

    Thread Starter BMS1983

    (@bms1983)

    Yeah its still having the same issue… if you go to https://www.floridatripguides.com

    and click under categories (lets say Attractions) all the attractions pop up on the map… then you want to go to Shopping…. – The attractions still are on the map page. BUT the listings below are shopping ??

    This really sucks.

    Hi,

    If you deactivate W3TC plugin you need to enable caching by .htaccess and need to apply few .htaccess rules to make loading fatster.

    Cheers..!!

    Thread Starter BMS1983

    (@bms1983)

    Ok so Ash Patel – How do I apply a few .htaccess rules? Thanks ??

    Thread Starter BMS1983

    (@bms1983)

    So anyone have any ideas? Could really use some help… Thanks ??

    Apply Below code in .htaccess for enable caching without plugin

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType text/x-component A31536000
    ExpiresByType text/html A3600
    ExpiresByType text/richtext A3600
    ExpiresByType image/svg+xml A3600
    ExpiresByType text/plain A3600
    ExpiresByType text/xsd A3600
    ExpiresByType text/xsl A3600
    ExpiresByType text/xml A3600
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType image/bmp A31536000
    ExpiresByType application/java A31536000
    ExpiresByType video/divx A31536000
    ExpiresByType application/msword A31536000
    ExpiresByType application/vnd.ms-fontobject A31536000
    ExpiresByType application/x-msdownload A31536000
    ExpiresByType image/gif A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType application/vnd.ms-access A31536000
    ExpiresByType audio/midi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType audio/mpeg A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000
    ExpiresByType application/vnd.ms-project A31536000
    ExpiresByType application/x-font-otf A31536000
    ExpiresByType application/vnd.oasis.opendocument.database A31536000
    ExpiresByType application/vnd.oasis.opendocument.chart A31536000
    ExpiresByType application/vnd.oasis.opendocument.formula A31536000
    ExpiresByType application/vnd.oasis.opendocument.graphics A31536000
    ExpiresByType application/vnd.oasis.opendocument.presentation A31536000
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A31536000
    ExpiresByType application/vnd.oasis.opendocument.text A31536000
    ExpiresByType audio/ogg A31536000
    ExpiresByType application/pdf A31536000
    ExpiresByType image/png A31536000
    ExpiresByType application/vnd.ms-powerpoint A31536000
    ExpiresByType audio/x-realaudio A31536000
    ExpiresByType image/svg+xml A31536000
    ExpiresByType application/x-shockwave-flash A31536000
    ExpiresByType application/x-tar A31536000
    ExpiresByType image/tiff A31536000
    ExpiresByType application/x-font-ttf A31536000
    ExpiresByType audio/wav A31536000
    ExpiresByType audio/wma A31536000
    ExpiresByType application/vnd.ms-write A31536000
    ExpiresByType application/vnd.ms-excel A31536000
    ExpiresByType application/zip A31536000
    ExpiresByType text/js A31536000
    ExpiresByType text/x-javascript A31536000
    </IfModule>
    ## EXPIRES CACHING ##

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘My Theme Isn't Working Right With The W3 Total Cache Plugin.’ is closed to new replies.