Rob Hope
Forum Replies Created
-
Forum: Plugins
In reply to: [FullSingle by One Page Love] How to remove the bottom margin/padding?My pleasure!
Forum: Plugins
In reply to: [FullSingle by One Page Love] How to remove the bottom margin/padding?Hi ?nderson – thanks for the kind words:)
If you are referring to the area below:
cheers for dropping by! have a goat on me
A css fix is easy enough. Open up the Customizer, head to Additional CSS, then paste in this code:@media (max-width: 800px ) { .split-content > div:first-child { padding-bottom: 0 !important; margin-bottom: 0 !important; } }
It’s worth mentioning this whole text block is centered vertically on bigger screens, only on tablet and mobile will this CSS tweaks will make sense.
I hope that’s what you were after, let me know!
Forum: Plugins
In reply to: [FullSingle by One Page Love] Hey – Woocommerce Single Page BuyHey! (so sorry for this late reply, didn’t get a notification for some reason)
As far as I know there is no native way for WooCommerce to do this within the same page. They did however create a product just for this and I actually blogged about it here: https://onepagelove.com/woocommerce-one-page-checkout
Hope that helps and you are enjoying Flyleaf ??
Rob
Forum: Fixing WordPress
In reply to: Permalinks and custom post typeHi – unfortunately if you use the plugin, you would lose “category” completely in the URL – so that wouldn’t work.
Forum: Fixing WordPress
In reply to: Permalinks and custom post typeThis is more a trick/suggestion without using custom post types than a fix:
1. Set the custom structure Permalinks to:
/%postname%
2. Rename your default Post category to “blog”
3. Install this very light weight and free plugin that removes the word “category” from the URL: https://www.ads-software.com/plugins/no-category-base-wpml/This way all blog posts now look like this:
https://yourdomain.com/blog/post-title-like-thisForum: Plugins
In reply to: [Custom Field Template] Insert Image Failure in 3.5Cheers for the update Hiroaki, working great now.
Forum: Plugins
In reply to: [Custom Field Template] Insert Image Failure in 3.5Yeah, not ideal hey, especially for a client who knows little about HTML.
Forum: Plugins
In reply to: [Custom Field Template] Insert Image Failure in 3.5I have same issue, not good as I’ve setup tons of clients with the Custom Field Template plugin. Are there any alternative plugins out there? Or ideally a fix..