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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Modify display for Custom Post Type (CPT)
April 29, 2019 at 9:41 am #224286Hey,
“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
In forum: Ascend ThemeIn reply to: Woocomerce product page – shows products at random
In forum: Ascend ThemeIn reply to: Woocomerce product page – shows products at random
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
In forum: Virtue ThemeIn reply to: Modify display for Custom Post Type (CPT)
April 25, 2019 at 4:57 pm #224063You can change the orderby from date to rand. But I usually don’t recommend rand because the queries aren’t cached the same.
Ben
In forum: Virtue ThemeIn reply to: Modify display for Custom Post Type (CPT)
In forum: Membership ForumsIn reply to: Woo extras product gallery transition time
In forum: Virtue ThemeIn reply to: Little problem with Featured Products on home page
In forum: Virtue ThemeIn reply to: Little problem with Featured Products on home page
April 23, 2019 at 1:12 pm #223795Have you cleared your w3 total cache? Can you. Currently, I can’t see the issue when I try and try to refresh.
BenIn forum: Virtue ThemeIn reply to: Top Bar Widget Area – Extend Width
In forum: Virtue ThemeIn reply to: Top Bar Widget Area – Extend Width
In forum: Ascend ThemeIn reply to: Manage font size, type for product gallery
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
In forum: Ascend ThemeIn reply to: Manage font size, type for product gallery
In forum: Virtue ThemeHi,
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,
PamIn forum: Ascend ThemeIn reply to: Mobile menu- anchor links
In forum: Virtue ThemeIn reply to: Kadence header with no main menu
In forum: Ascend ThemeIn reply to: product quatity on cart page not showing
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
In forum: Membership ForumsIn forum: Virtue ThemeIn reply to: header and footer issue
April 12, 2019 at 6:55 pm #222912Hey 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/
In forum: Membership ForumsIn reply to: Top bar transparency (sticky header)
In forum: Membership ForumsIn reply to: Top bar transparency (sticky header)
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
-
AuthorSearch Results


