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,861 through 3,880 (of 5,558 total)
  • Author
    Search Results
  • #94323

    Hey,
    I clicked probably 20 different pages on your site and never got this error. If it happens again I would suggest deacitvating your plugins and clearing your cache. Let me know if you’re still getting this error after that.

    Hannah

    In forum: Virtue Theme

    In reply to: Nothing shown

    #94293

    Hello Ben,

    Indeed I use w3 total cache. I did what you suggested but it does not work. I even disable the plug in but no luck. I am running another site with Virtue – Premium and it works fine. The site is http://www.bailalma.com. As test I enabled “latest blog post” in the Homepage Layout Manager. I also compared the active plug ins between sites and the “issue” basically run half (and similar) of the plug of bailalma.com.

    So I am really puzzle what it is blocking the content to show up on fabriziophotos.com

    #94167

    Have you tried clearing your cache after making the changes? It’s possible that the changes have taken effect, but your site is still loading the old ones from the cache.

    Are they still showing up in your admin area?

    In forum: Virtue Theme

    In reply to: Nothing shown

    #94134

    ok, looks like this is a javascript with your minify stopping jquery from loading.

    From what I can tell on your site your running w3 total cache plugin. Is that correct?

    Go into the plugin general settings and turn off minfy. Then clear the cache and test.

    Ben

    In forum: Virtue Theme

    In reply to: menu items disappear

    #94108

    To clear your cache I would recommend using a plugin. We like WP Rocket or W3 Total Cache.

    Hannah

    #94021

    1. I’m seeing that it did switch. Try clearing your cache.

    2. Try changing this css:

    a.topbar-icon-6 {
        margin-left: 700px;
    }

    to this:

    a.topbar-icon-6 {
        margin-left: 800px;
    }

    Hannah

    #93820

    You should use a plugin like this for wordpress caching
    https://wordpress.org/plugins/w3-total-cache/

    And you clear your browser cache via your web browser. The steps vary depending on what you’re using, but it’s a simple process.

    #93815

    How do I clear cache?

    #93813

    That’s odd, when I simply hit enter/return in the visual editor it will make the space show up on my page.

    Have you tried clearing your cache after making the changes to the page to see if that has any effect?

    #93746

    You don’t need super minify and w3 total cache. Use one or the other. Same goes for your browser caching and gzip plugins. “total” cache does all that. You’re just creating caching issues by trying to run all that.

    I cleared your caching and turned some things off so you can see.

    Ben

    #93733
    This reply has been marked as private.
    #93719

    Did you clear your server cache?
    Or more specificlly minify in your caching settings.
    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93585
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Nothing shown

    #93573

    at work I am using IE 11. cache cleared many times. Footer and header load but not the content. Can I attach a screenshot somewhere?

    #93558

    Hi,

    If I try and upload an image, the media gallery shows only the broken image icon, not the expected thumbnail. If I click to edit the image, it appears as expected, but I cannot use it in the site. Effectively I can upload an image, but it’s broken and I can’t use it.

    I came across this while trying to upload a favicon – it just wouldn’t work – so tried testing with normal images direct to the gallery.

    WordPress 4.5.1, Virtue Premium 3.6.4 All plugins say compatible to WP 4.5.1, they are:

    Black Studio TinyMCE Widget
    Deactivate | Edit
    Version 2.2.9 | By Black Studio | View details | Home | FAQ | Support | Rate | Follow | Donate

    Contact Form 7
    Settings | Deactivate | Edit
    Version 4.4.2 | By Takayuki Miyoshi | View details

    Easy Google Fonts
    Settings | Deactivate | Edit
    Version 1.4.1 | By Titanium Themes | View details

    Jetpack by WordPress.com
    Jetpack | Settings | Support | Deactivate | Edit
    Version 4.0.2 | By Automattic | View details

    Page Builder by SiteOrigin
    Deactivate | Support Forum | Newsletter
    Version 2.4.6 | By SiteOrigin | View details

    UpdraftPlus – Backup/Restore
    Add-Ons / Pro Support | Settings | Deactivate | Edit
    Version 1.12.6 | By UpdraftPlus.Com, DavidAnderson | View details

    W3 Total Cache
    Settings | Deactivate | Edit
    Version 0.9.4.1 | By Frederick Townes | View details

    #93529

    I downloaded the Yoast SEO, and couldn’t figure out how to add a feature image or change what is there (I can’t find that page), so when i copy and paste my homepage on a facebook status, it still shows that image. I’m guessing you can’t help with that? as its a Yoast issue? It also change my site title bar back to “Virtue theme – demo” and couldn’t change that either. so I ended up deactivating it.

    Is there a way I can attach an image to this message? because i’m probably not explaining it very well 🙁

    I did upload a feature image on my homepage on the right hand side but nothing has changed. When you say “Also you have to wait for sites like facebook to update their cached version of your site” do you mean when clear their cache, so when i try again, it will be updated with my new settings?

    sorry for all this confusing and questions.
    Thanks so much

    In forum: Virtue Theme

    In reply to: WPML problem

    #93474

    Yes. I did it.

    I test again. The problem is using firefox. I deleted the cache in firefox and the problem remains. Using safari or chrome works fine.

    Thanks Ben

    #93453

    6. Ok you need to set your featured images and set your SEO meta tags for sites like facebook so they know what image to pull. Also you have to wait for sites like facebook to update their cached version of your site.

    I suggest using this plugin for SEO: https://wordpress.org/plugins/wordpress-seo/

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93442

    Hey,

    1. You would need to ask the plugin author then how to change the order of their tab.

    Or you can change the order of all the theme and woocommerce tabs. Woocommerce would be global though in your theme options > product settings.

    2. As long as you leave the product video box empty you won’t have any tab for it.

    3. Glad you found the trouble plugin.

    4. You can set the size for those in your woocommerce > settings > products. I would suggest like 60×60.

    5. That would require that you edit woocommerce template files and change how it’s setup to output pricing. This is a bit beyond theme support. but just to be helpful you would be looking at a hook like this:

    // Display only low price for variable WooCommerce products
    add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2);
    
    function custom_variation_price( $price, $product ) {
    $price = 'Starts at: ';
    $price .= woocommerce_price($product->get_price());
    
    return $price;
    }
    

    NEXT SECTION

    2. I don’t see this? Can you post a screen shot? (are you clearing your cache).

    3. Posts and products are different if you created post categories thinking they would be product categories then yes delete them if you want to link to product categories then you should add them through the product category section of the menus page. Your current menu links should be removed if they do not link to the place you want them to You don’t edit links in the menu you just change how you add them.

    9. Do you have any issue with the products overlapping then you view the demo site?

    Ben

    In forum: Virtue Theme
    #93068

    Hey Kadenceteam.
    For some reason, when i try to open my domain, http://www.kleinkram24.de, an error i´ve never seen before occurs.

    Error 606 Blocked
    Blocked
    Guru Meditation:
    XID: 375447565
    Varnish cache server

    I can´t login to backserver with wp-admin login. How to fix this, and what have caused it?

    Regards

Viewing 20 results - 3,861 through 3,880 (of 5,558 total)