Creative Themes
Forum Replies Created
-
Hello @ibshans,
This is an issue with iOS devices only.
It happens because of how these devices are outputting the keyboard.We have an idea of how to improve this behavior, hope we will be able to release an improvement in the next update 🙂
Forum: Themes and Templates
In reply to: [Blocksy] Gutenberg image block height adjustmentHello @t33b33,
This is more like a standard CSS reset for images.If you will remove that property – all images are going to look distorted.
With this property in place – the image is taking an auto height based on its width in order to keep it’s aspect ratio.
Hope this makes sense.
Hello @comolasperasalosperos,
There seems to be a small issue with checkboxes on iOS devices.
We noted this in our to-do list and hope to release an improvement in the next update.Meanwhile you can add some CSS code and everything will be fine.
Please go to WP Maintenance Mode -> Design -> Custom CSS and paste this code:.privacy_checkbox input[type="checkbox"] { padding: initial !important; }Let me know if this helps.
Forum: Themes and Templates
In reply to: [Blocksy] Turn off live search resultsHey @pugh666,
Glad this works for you 🙂Forum: Themes and Templates
In reply to: [Blocksy] Turn off live search resultsHello @pugh666,
You can deactivate the live results globally from Customizer -> Search Page and turn off the Live Results option.Not sure what do you mean by “the search bar is forced out of view”, could you please share a screenshot or record a quick video so I could better understand you?
@techlabpro1 Thanks for your reply. But this was not about the widget position at all — Blocksy already takes care of the sidebar output.
The issue here was that within the category pages of Classified Ads —
is_single()function returnstruebut it should returnfalse.Like I said, we already fixed this and it should work fine, but it’s not correct to have
is_single()returntruewhile we are on an archive page.—–
@rain21 please let us know what issues you have with Blocksy and please be as specific as possible. We’ll do our best to help.
Forum: Themes and Templates
In reply to: [Blocksy] Lost Google fonts with the latest theme updatesHello @dcgavril,
This seems to be more like a caching issue.
Did you tried to clear your caching plugin caches and also the server side caches?Forum: Themes and Templates
In reply to: [Blocksy] Move the sale badge positionYou’re welcome @yoha03 😉
Forum: Themes and Templates
In reply to: [Blocksy] Move the sale badge positionHi @yoha03,
That’s possible but only with some custom CSS.
Simply add this code in Customizer -> Additional CSS:.onsale, .out-of-stock-badge { left: initial; right: 15px; }Hope this helps 🙂
Forum: Themes and Templates
In reply to: [Blocksy] product image fit – full image instead of croppedYou’re welcome @butchbotch 😉
Let us know in case you will have any other questions.Have a nice and productive day.
Forum: Themes and Templates
In reply to: [Blocksy] product image fit – full image instead of croppedWell that’s not how things work, the same thing will happen even with the default WooCommerce theme (Storefront).
Sure you can use some custom CSS to make all images have the same height but this will make your small images to look blurred and I don’t think this is the right way to go.
The best way here would be to make all your images to have the same size – then upload them.
Hope this helps.
Forum: Themes and Templates
In reply to: [Blocksy] product image fit – full image instead of croppedHi @butchbotch,
Actually this is not at issue, you simply have to change the image ratio to Original and everything will be fine 🙂Please see this video and you will better understand everything – https://d.pr/v/XHrMf1
Hope this helps.
Hello @mrskt00,
Sorry but still the info you provided is not clear enough and also we do not offer customization services.You may try to write a post in our Facebook Community, maybe someone from there will have time to help you with your custom code.
Hope you will understand me right.
I’m still not sure 100% what do you mean, your question is not formulated correctly…
But from what I understood, in case you want to not show a certain product in a certain category – why not simply uncheck that product from the category options – https://tppr.me/xQOVk
If this won’t help – I would suggest you to search on google, I’m sure you will find an answer.
Hello @mrskt00,
This is not a theme question but more a WooCommerce one, I would suggest you to ask this question in WooCommerce forum.Let us know if you will have any other questions related to our theme.