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 - 1,421 through 1,440 (of 5,558 total)
  • Author
    Search Results
  • #224286

    Hey,
    “similar” implies that posts are of the same category. In blog posts, similar items are items that share categories. If you have two categories for your blog posts, lets sat category A and category B, only category A posts would show in the similar carousel when on a single post that is in category A.

    You are using a custom post type. I do not know if you are using any grouping (taxonomy) or what they grouping may be called. But if you want to provide a similar carousel usually you would have some way to group your posts into subgroups so that similar would contain a selection of posts that were most similar.

    In terms of usablity, it’s generally frustrating for users to see a post link on a page and want to come back to that page to find the link only to have it not show because the order is random. For usability, random is often discouraged.

    For site speed, random is highly discouraged because every page load creates a new query to the database instead of being able to cache the query in your server cache.

    In terms of usablity, “similar or recent” posts at the bottom of a single post should be a small selection of posts meant to target the viewer who has read the post above and carry them into another post. To keep the user engaged you want to provide a non-overwhelming list of posts that could be most attractive for the user to read. Placing all your posts into that carousel means they are neither recent or similar and are not in any way targeted to the reader. There is more there then any reader would bother to click through. You are at this point hoping a title catches the readers eye instead of providing the best title to catch the reader’s eye.

    Ideally, you have good site navigation so if the reader needs a way to browse all your posts then you offer a much more pleasant way to do that then through a carousel.

    For site speed, -1 is highly discouraged because you are not limiting how many posts are collected and output into the page. Meaning the query can take a long time and the output can take a long time.

    Ben

    #224131
    This reply has been marked as private.
    #224107

    Did you clear your cache after changing this setting?
    You can use this css to adjust the star rating:

    .star-rating span {
        color: orange;
    }

    And this the add to cart button:

    .product_item .product_action_wrap a {
        background: orange;
    }

    You can paste those into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

    #224063

    You can change the orderby from date to rand. But I usually don’t recommend rand because the queries aren’t cached the same.

    Ben

    #223934

    Hey Phil,
    Did you clear your cache after adding the code? Can you post a link?

    Hannah

    #223888

    Did you clear your site’s cache after adjusting the setting? If not, then try that and let me know if it shows properly.

    -Kevin

    #223835

    I did clear cache. Does work now?

    I going to hope that wasn’t /isn’t the issue?

    #223795

    Have you cleared your w3 total cache? Can you. Currently, I can’t see the issue when I try and try to refresh.
    Ben

    #223681

    Hi Michael,
    Did you clear your cache before deactivating the plugin? I’m also seeing your topbar widget area display 100%.

    Hannah

    #223668

    Hi Kevin, tried that, doesn’t seem to work. have cleared cache etc.

    #223643

    hi Hannah,

    It was off all along, I cleared my browser cache and still has same issue. The icons fail to load (showing some empty squares instead) on first page load but after you have navigated to other pages, they will re-appear. How do I get around this issue?

    Also pls share solution on point 2 above. thanks

    #223642

    Hi wy,
    In Theme Options > Misc Settings do you have “Enable Minimal Icons” turned on? If so, try turning that off and clearing your cache. Does that make a difference?

    Hannah

    #223558

    Hi,

    We had an issue a while back with title fonts sizes on posts – “latest blog”, blog page and the post page. You guys gave me this code as a work around.

    .type-post .entry-title, .type-page .entry-title {
    font-size: 30px;
    color: #333333;
    }

    Just noticed that the code is overriding all title font sizes.

    So I deleted code from Advanced Settings….and now the Typography settings are all wacky and not appropriate. I was going to just reset to default and start over, but in reviewing each header setting I noticed that nothing changes….with the above code removed. <Ahhhh!>

    So I made sure all plugins were updated. They are. Cleared cache and tried again. Still unresolved.

    Here’s what I want to achieve.

    “Latest Blog” post titles to be designated size.
    Titles to posts on Blog Post Grid page to be a designated size.
    Titles to posts on their one page to be a designated size.

    Any suggestions?
    Thank you as always,
    Pam

    In forum: Ascend Theme
    #223523

    Hello, Kevin!
    Yes, it is.
    Mb I forgot to reset the cache earlier, now all work perfectly! Thank you!

    #223457

    I’m seeing your logo above the header now. Try clearing your cache.

    Hannah

    #223249

    Hi Alex,
    1. I’m seeing some css that is hiding the product quantity. I believe it is being added by one of your plugins, but you can override with this:

    .cart .quantity.buttons_added {
        display: block;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.

    2. Not sure why that would be happening. After setting your menu to the right side from Theme Options > Mobile Header have you cleared your cache?

    Hannah

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

    Hey Ben,

    Thanks for the update! I’ve just updated my theme and it looks like the invoices and estimates are displaying properly 🙂 I appreciate you working that into the update. I did have an issue arise after the update. Small issue I believe. After updating the theme my Rev Slider loader just keeps blinking on top of the slide. I figured it might be a cache issue but I’ve cleared all my website cache and the loader keeps blinking. Any idea what this could be or how to troubleshoot that?

    Reference: https://cannabisartclass.com/

    #222896

    1. Perfect, it’s now smoother! Like it!
    3. Cleared cache, and I checked that the new logo is there.

    Pamela

    #222892

    1. Just to add to the above CSS, this will make the animation match between the topbar and the rest of the header:

    .sticky-wrapper .topbarclass {
        background-color: transparent;
        -webkit-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    
    }
    
    .is-sticky .topbarclass {
        background-color: #7cb15a;
    }

    3. I’m not seeing any change in the logo. If you have a cache on your site, can you turn it off while building so we can always see the most current setup?

    -Kevin

Viewing 20 results - 1,421 through 1,440 (of 5,558 total)