Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'cache'

Home / Forums / Search / Search Results for 'cache'

Viewing 20 results - 3,241 through 3,260 (of 5,558 total)
  • Author
    Search Results
  • #124552

    Screen shot showing problem

    I cleared my cache using “Clear browsing data…” menu item for the past 4 weeks.

    #124528

    Do you have minify turned on in your w3 settings? If so, try turning if off and empty your cache. Does that change anything?
    Some servers for whatever reason just don’t like w3 total cache. WP Rocket is also a good plugin option.

    Hannah

    In forum: Virtue Theme
    #124519

    Hi Danny,
    Are your changes saving on your backend, just not showing on the front? I would suggest using a caching plugin. Either WP Rocket (paid) or W3 Total Cache (free). Let me know if that brings no change.

    Hannah

    #124509
    This reply has been marked as private.
    #124480

    Hi,

    After last theme update, my featured and sale product carousels disappeared….They are still there because I can click on them and open content, but carousel self is not visible…..I cleaned cache after update with W3 total cache…..but nothing changed….

    http://www.greensmeans.com

    Best Regards

    Satoko

    #124467

    Updating an image with the same image name causes the confusion because wordpress has to create so many copies of the same image just in different sizes. If the name was at all different it would do this automatically.

    But as I said send me a login and I can do a couple magic tricks to fake wordpress out.

    The main thing is there is no reason you should be udating the site and not seeing the changes immediately. By simply clearing the cache you would see any changes so it’s something to consider a clear warning if you’ve cleared the cache and your not yet seeing changes.

    Ben

    In forum: Virtue Theme

    Topic: Clear Cache

    #124430

    When creating a new blog post, page… it gives you an option to clear cache – why would need/want to do that?

    #124427

    Here is what I just tried (without success).

    1. Added page named Begin (clone of Home) to the menu.
    2. Removed Home from the menu (saved of course).
    3. Set readings static page to new landing page named Homeagain1 – which does not appear in the menu.
    4. Set link in full-screen rev slider to point to Begin page.

    Same result. Landing page appears between header and footer. Cache cleared many times along the way.

    #124423

    Make sure you have cleared your cache. Can you send a screenshot?

    Hannah

    #124350

    Try clearing your cache and let me know if that makes a difference.

    -Kevin

    #124337

    Hey Dennis,

    Try this instead:

    .home-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    Be sure you’re adding to Theme Options> Custom CSS and clearing your cache after adding the CSS.
    Let me know if this works for you!

    -Kevin

    #124324
    This reply has been marked as private.
    #124283

    Hi Sage,
    Ensure that you’re entering the correct email address. Where were you seeing the prompt message? Have you cleared your cache?

    Hannah

    #124274

    1. yeah your not using caching on the site but browsers do still so it’s always good to clear your cache there.

    2. Hmm well there isn’t any easy way to do this. My suggestion is to re-upload using different file name. That would be the best most reliable and best for caching and performance. It’s also honestly going to be the quickest route in a lot of cases…

    Your other options are assigning custom image sizes into wordpress for each image size you need to replace, then running a regenerate plugin to regenerate all image sizes that are registered. If you can link to each page where your not seeing the updated images and post a login to your site I could probably manually pull this off for you.

    Another option you can try – doesn’t fix the issue but may still get you the results you want is to enable jetpacks photon (I don’t recommend this plugin because it’s slower) but if you wanted to ovoid re-uploading or sending a login it may recreate the files for you on the photon server which could give you updated images.

    revisions are controlled by wordpress, you can use plugins like this to remove them:

    https://wordpress.org/plugins/simple-revisions-delete/

    Ben

    In forum: Virtue Theme

    In reply to: Hide product totals

    #124237

    I use wp-rocket cache which is the best by far but it’s not free. But should matter you just need a caching plugin, bwp minify is a minify plugin but it doesn’t have all the caching options. You can check out wp-tatal cache or something similar.

    Ben

    #124160

    Hi Mark,
    I’m seeing this fit within the body of the website already. What browser are you using? Have you tried clearing your cache?

    Hannah

    In forum: Virtue Theme
    #124096

    Geeze thank you! The cache thing. I get so caught up and forget to empty cache.

    In forum: Virtue Theme
    #124076

    did you empty the cache on your phone.

    Ben

    #124070

    1. If you do that you need to always clear the cache.

    If you only wanted a total of 10px then you would need to change it to 5px in the css.

    I’m also going to suggest this css as it’s a little more specific:

    .homecontent > div.row > div {
        padding: 5px;
    }
    .homecontent > div.row {
       margin-left: -5px;
        margin-right: -5px;
    }

    2. After you change the above css just add this:

    .homecontent .infobanner {
        margin:0;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Sidebar

    #124060

    Ben’s suggestion should remove the option to leave a comment. Try clearing your cache.
    Then this css will remove already existing comments:

    .page-id-59 section#comments {
        display: none;
    }

    Hannah

Viewing 20 results - 3,241 through 3,260 (of 5,558 total)