twgerber
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Two questions on Header/Top BarForum: Themes and Templates
In reply to: [OceanWP] Two questions on Header/Top BarBack to emulating Nails.
I now have it set to minimal and menu after logo.
What other options does Nails have set? It’s not working the same.
Do I remove the Logo and set Header Media?
Forum: Themes and Templates
In reply to: [OceanWP] Unused CSS per Google page speedThx
Forum: Themes and Templates
In reply to: [OceanWP] Two questions on Header/Top BarOk I will try it again.
Also currently I do not see the menu at all on mobile when I have the menu in the Top Bar.
I see the Content and Social icons from the top bar but not the menu. What should I check?
Forum: Themes and Templates
In reply to: [OceanWP] Two questions on Header/Top BarTried it but I can’t get it to look exactly the same. Plus I ended up with a ton of white space after the logo where the header menu should be.
I am not using Elementor either….
So I reverted back to Top Menu.
Forum: Themes and Templates
In reply to: [OceanWP] Demo import – Nails site missing?Ok. Thanks….
Forum: Themes and Templates
In reply to: [OceanWP] Demo import – Nails site missing?Thx but not really a solution in any of those. The demo theme is missing completely as an import option.
Thx for the links though….
I did a different demo to get started.
Forum: Themes and Templates
In reply to: [OceanWP] Bundled Product not displaying properlyYes I will open a ticket.
Even if it could be partially done it would be a huge help…..
Forum: Themes and Templates
In reply to: [OceanWP] Unused CSS per Google page speedSo is there a plugin or feature I can turn off if I do not need the third one?
Forum: Themes and Templates
In reply to: [OceanWP] Bundled Product not displaying properlyShould I open a support ticket? Or is this related to the other thread about Bundled product?
Forum: Themes and Templates
In reply to: [OceanWP] Unused CSS per Google page speedI am not sure what these css files are used for really. If they tie to a specific feature I am not using in the theme then I can turn a few off maybe.
Forum: Themes and Templates
In reply to: [OceanWP] Can these product images be made larger?Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Hiding Price – AmitBoth work! Thank you
Forum: Themes and Templates
In reply to: [OceanWP] Hiding Price – AmitThx but that didn’t work.
/* hide price per inch */
.price .woocommerce-Price-amount {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
margin-top: 0;
display: none !important;
font-size: 0;
}I added important too but no luck.