twgerber
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Header Image/Header MediaNo actual header image.
Forum: Themes and Templates
In reply to: [OceanWP] Cart icon color in menu – how to change?Can I also have Text next to the Bag/Icon “My Cart”?
Forum: Themes and Templates
In reply to: [OceanWP] Btn class help in headerUpdated CSS:
body #site-navigation-wrap .dropdown-menu > li.btn > a > span {
background-color: #fff;
color: #B377C6;
border: 2px solid #B377C6;
}Works – I have the border I want now.
Now to add the icon
I hope the change log is noted when it is changed so I can remove this workaround.
Forum: Themes and Templates
In reply to: [OceanWP] WooCommerce multi-step check out and OceanWPThank you
Forum: Themes and Templates
In reply to: [OceanWP] WooCommerce multi-step check out and OceanWPAnd as a follow up – can I tweak the multi step checkout to be more like these screens?
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/Checkout-01.jpg
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/Checkout-02.jpg
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/Checkout-03.jpg
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/Checkout-04.jpg
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/Order-Process.jpg
https://mirrorstaging.wpengine.com/wp-content/uploads/2019/07/My-Cart.jpgForum: Themes and Templates
In reply to: [OceanWP] Horrendous SpeedsOne of my sites on hostgator is: Bayside-ac.com
Below is reply from WP Rocket folks. I don’t remember if I had to do this on Hostgator or not…
I would also test on Google pagespeed test tool. See if you get any images that aren’t cached – that’s where I found my clue.
Tom
It seems that browser caching rules are not enabled on your server. WP Rocket automatically configures this for Apache servers, but yours appears to be NGINX. WP Rocket cannot automatically enable it and you will have to see the help of your host for the same.
We have a tiny doc for this here on how to fix it in Nginx, but your host will know the details for sure – https://docs.wp-rocket.me/article/80-browser-caching#nginx
Please contact them and request them to enable browser caching for CSS and JS and images.
Forum: Themes and Templates
In reply to: [OceanWP] Horrendous SpeedsIt’s reporting that you have failed results at these levels – these are not theme related IMO.
Fewer requests. Caching can help this by combining CSS/JS files
Cookie Free domains. CDN will resolve this. This is host dependent in some cases too.
Expiration Headers. This may be a server issue again. For example with WP Rocket and Nginx hosts you have to do extra config at the server level for the caching to work properly.The demo content for my cases has been replaced with real content – and in most cases a lot more content than the demo site had. So my sites are bigger.
Forum: Themes and Templates
In reply to: [OceanWP] Border before and after Footer WidgetsI got it working but the code above didn’t work for me. Thx though.
But hopefully you will fix this in the theme in next version right?
I have added it for now. It seems like this may be needed in more places to be fully Gutenberg compatible.
- This reply was modified 6 years, 10 months ago by twgerber.
Thx
Forum: Plugins
In reply to: [Tracking Code Manager] Pinterest tracking codeThank you!
Forum: Themes and Templates
In reply to: [OceanWP] Horrendous SpeedsI get 80/90’s on the site I use the theme with. I don’t have bad page speed at all.
What diagnostics are you getting back from Google Pagespeed test?
Thank you. I Have added that code and also forwarded to theme developer
I just got a reply from the Kadence block folks and where is what they said:
ok, that is your issue though, to render Gutenberg content you need to run “do_blocks” on the content you can’t just echo it out.
Looks like ocean has a filter for this, so you would need to add:
add_action( 'ocean_header_template_content', 'do_blocks', 7 );
Ben
So where/what file should I add this to?
Do I need to do this for the footer too?