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 - 4,541 through 4,560 (of 5,558 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #59638

    Hey Thomas,
    I just checked in Chrome, Firefox and Safari and am seeing the footer white in all. Are you sure your cache is cleared?

    Hannah

    #59587

    Hi Hannah, I added it in the Theme Settings > Advanced Options > Custom CSS. Here’s an image: http://grab.by/KBqY

    If I save, exit, and go back it in, it’s there. Are you still not seeing it?

    (I cleared cache and checked on multiple browsers. I’m still seeing the wrap…)

    #59586

    I’m not seeing the code in your css. Where are you adding it? Have you tried clearing your cache?

    Hannah

    #59533

    I checked out other post but cant didn’t find an answer that would help. The changes to homepage layout manager show that they are saved but changes do not show up on the website. I deactivated the cache plugin and cleared my cache and still changes are not saved on website. Please help

    #59437

    WP-Super cache does not come with the theme. We actually don’t even recommend it. When it comes to caching sites I would suggest W3 Total Cache or WP-Rocket.
    So you need to actually turn the caching off. Go into the plugin settings and turn off caching, then deactivate.
    Hope that helps!

    Hannah

    #59431

    Hi Hannah- I think WP-Super Cache was one of the plugins that came with this theme. Anyway, I deactivated it, cleared my cache manually, but the issue is still there. thanks

    #59427

    Rebecca,
    You are using WP-Super Cache. With that plugin you need to clear your cache after every change is made.

    Beverly,
    Have you tried clearing your cache? Can you post a link to your site?

    Hannah

    #59361

    Hey Mark,
    Thanks for the post. Let me start with SEO… “validator.w3.org” has no bearing on your SEO. It is a tool and only a tool. Google, Yahoo whatever don’t validate sites because there are many many reasons to have code that is not considered “valid” by a validator but is needed for cross browser and old browser support. So for example here is a “validator” score for amazon.

    https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.amazon.com%2F

    You will notice plenty of errors. As a developer the “errors” showing on your site do not effect speed, SEO or site performance in any way and in most cases they are “errors” to validator but not actual errors. They are there for a reason.

    So just to be helpful we’ll go through a couple errors if you have a particular one you are wanting to understand let me know. First one is about “A charset attribute on a meta element found after the first 512 bytes.”

    That “error” is saying that the charset attribute is coming later then the validator wants the reason it is coming later is due to total cache minifying the css and outputting it on the top of your head tag. If you care (I wouldn’t) you can go into the total cache plugin settings and change how the minify works and where it outputs.

    The second error with your = sign. That is coming from the revolution slider output for the google font, validator is suggesting it’s incorrect but in fact it’s fine and not an issue because it is surrounded by quotes the scanner is just not picking it up. But since we are talking about the revslider you should update that plugin. Appearance > theme recommended plugins.

    Ben

    #59280
    This reply has been marked as private.
    #59233

    Hey,
    I’m looking at your site and not seeing this? Have you tried clearing your cache? Can you send me a temp login so I can test?

    Ben

    In forum: Virtue Theme

    In reply to: Questions with website

    #59093

    I can see them both working in your site. Did you try clearing your cache?

    Hannah

    #58991

    The error I can see in the console when I look has to to with the lightbox plugin you have installed? Have you made sure to turn the themes lightbox off.

    Because it’s a js error have you turned off w3 total cache and other plugins to test?

    Also can you link to the plugin your using?

    Ben

    #58835
    This reply has been marked as private.
    #58759

    So with WP-Super cache you have to clear your cache after every change is made. It is not necessarily incompatible with the theme, just not necessarily recommended. When it comes to caching plugins we recommend W3 Total Cache or WP-Rocket.
    I haven’t heard of anyone having complications with the Meta Slider. Are you having problems with it? Can you link to the problem?

    Hannah

    #58714

    I think I get it. You are using wp-super cache. So since it doesn’t warn you or auto clear (like some better caching plugins) you have to delete that cache every time you make a change in your settings. You have to navigate to the settings > wp-super cache and click the delete cache button.

    I am not having any trouble changing the grid height on your slider so I think thats your issue.

    Ben

    #58688

    It was WP Super Cache. Is it also known that Meta Slider doesn’t work in Pinnacle? I use it in other themes, there no problem there.

    In forum: Virtue Theme
    #58608

    Don’t see it in the header? Have you cleared your cache?

    Ben

    In forum: Pinnacle Theme
    #58600

    So It’s either caching or edge is running jQuery( window ).load(function () { too early…
    You have cleared all cache right?

    if so try this:

    <script type="text/javascript">
    jQuery( window ).load(function () {
    setTimeout(function() {
               jQuery('.goog-te-gadget select').select2();
            }, 500)
    });
    </script>

    Ben

    #58583

    When I update to 5.0.5 of Revolution Slider, it breaks WP. I can’t even log into the admin section and have to manually remove the revslider folder. There errors I get seem to suggest that the database portion of the revslider is not be made correctly at installation. I get errors like the following:

    ordPress database error Unknown column ‘advanced’ in ‘field list’ for query UPDATE wp_revslider_css SET settings = ‘{\”translated\”:5,\”type\”:\”text\”,\”version\”:\”4\”}’, params = ‘{\”color\”:\”#fff\”,\”font-weight\”:\”700\”,\”font-size\”:\”20px\”,\”line-height\”:\”20px\”,\”font-family\”:\”Arial\”,\”padding\”:\”2px 4px\”,\”border-width\”:\”0px\”,\”border-style\”:\”none\”,\”background-color\”:\”#888\”}’, hover = ‘null’, advanced = ‘{\”idle\”:{\”position\”:\”absolute\”,\”text-shadow\”:\”0px 2px 5px rgba(0, 0, 0, 0.5)\”,\”margin\”:\”0px\”,\”white-space\”:\”nowrap\”},\”hover\”:\”\”}’ WHERE id = ‘1’ made by require_once(‘C:\Apache\htdocs\wordpress\wp-load.php’), require_once(‘C:\Apache\htdocs\wordpress\wp-config.php’), require_once(‘C:\Apache\htdocs\wordpress\wp-settings.php’), do_action(‘plugins_loaded’), call_user_func_array, RevSliderPluginUpdate::do_update_checks, RevSliderPluginUpdate::update_css_styles, RevSliderDB->update, W3_Db->update, W3_DbCache->update, W3_DbCallUnderlying->update, W3_Db->update, W3_DbProcessor->update, W3_Db->default_update, W3_Db->query, W3_DbProcessor->query, W3_Db->default_query, referer:

    Multiple tables have such errors where a field is missing from the database.

    #58502

    Typically if a plugin is up to date and well coded it’s good. There are definitely some we recommend over others. Look for plugins with good reviews that have been recently updated. What plugin were you using? I don’t know of WPCache. Do you mean WP Super Cache?

    Hannah

Viewing 20 results - 4,541 through 4,560 (of 5,558 total)