csterling
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove header/topbar from one page onlyThe solution I used is detailed here: https://stackoverflow.com/questions/45601117/remove-top-bar-header-main-nav-links-from-one-page
Forum: Themes and Templates
In reply to: [Virtue] Center Page and Post Titles?Thanks! For example, this site (https://www.californiabeardco.com/beard-care/) could have the title removed. I could then create a graphic with the title in it which I think would look better.
Also, I’m wondering if there is a way to embed code so that a signup form always appears at the bottom of every page/post. I can embed code from mailchimp on specific pages, but it would be nice to have it automatically applied on every page.
Forum: Themes and Templates
In reply to: [Virtue] Center Page and Post Titles?What if I want to remove the page title from one specific page? Is there a way to edit the php file for the page, so only the one specified page is without a title?
Forum: Themes and Templates
In reply to: [Virtue] Center Page and Post Titles?After clearing the cache it all worked. Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Center Page and Post Titles?Hey @hannahritner
That definitely helped with my posts!
However, it did not work on the site I linked in my original comment.
The page title is not centered at this post: https://www.californiabeardco.com/use-beard-comb/
but it is centered at this post:
https://www.californiabeardco.com/use-beard-oil/Any thoughts?
Hi Frank @futtta,
Very cool plugin. I am trying to leverage it for my site, specifically to improve the PageSpeed Insights score. Currently, my above the fold content is slowing down rendering. I followed your video (https://youtu.be/k56E_7SFQoE) to eliminate render blocking css above the fold, but when I enabled Inline and Defer CSS, and pasted in the critical css, I get all my content shifted to the right, with a big white column on the left. See this image- https://ibb.co/dZsSQk
It is disabled on my site currently so the css should look correct at https://www.californiabeardco.com
After enabling the inline css and defer css, my PageSpeed Insight score actually went down to 64 from 70. Any thoughts?
Edit 1: When the inline css and defer css is enabled, I get a flash of unstyled content before the style is applied.
Edit 2: The critical CSS that was created from the generator is: html {
margin-top: 32px !important;
}@media screen and (max-width: 782px) {
html {
margin-top: 46px !important;
}
}and it seemed incredibly short compared to the one suggested in the video. I generated critical CSS using a different tool, which gave me a lot more css to copy, but the outcome was the same. The website style is still broken and not appearing properly.
My browser is usually maximized. When I refresh, the layout is all broken. However, if I resize the browser, then re-maximize it, the layout comes together and looks correct. I have no clue what to do about that.
Forum: Themes and Templates
In reply to: Missing Product Description [Woocommerce] [Virtue]Upon further investigation it appears the class “woocommerce-tabs wc-tabs-wrapper” is not drawing/loading. Hope this helps.
Forum: Themes and Templates
In reply to: Missing Product Description [Woocommerce] [Virtue]After doing some more testing I discovered some more information.
When I create a new product I am able to see the product description no problem when there is no price set. Once I set the price and do Preview, the product description disappears.
This must be related to an update with either Woocommerce or Virtue.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] not adding subscribersI am having the same issue and also have Double Op-In enabled. My site is https://www.californiabeardco.com
Forum: Themes and Templates
In reply to: [Virtue] How to resize products (woocommerce) on home page?Under the header Shop Category Image Size I set the Category Image Aspect Ratio to “Turn Off”
And I also changed the values in the woocommerce store
Forum: Themes and Templates
In reply to: [Virtue] How to resize products (woocommerce) on home page?Thanks for the help!
I implemented those changes and am about 80% happy with the results.
If you check my website now you will see the changes, but I would like it if the actual image (not the containing div) took up the entire space. There is too much white space, wasted real estate for images in my opinion.
Any tips on enlarging the photo as well?
Thanks so much for your quick reply and useful tips!