Creative Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Replace Add to Cart loading IconHey @rishiichaudharyy,
No, unfortunately at the moment there is no way to do that but we plan to add this functionality in future, so stay tuned 🙂Have a nice weekend!
Forum: Themes and Templates
In reply to: [Blocksy] Replace Add to Cart loading IconHello @rishiichaudharyy,
You can do that with some custom CSS.All you have to do is to add a different icon font and apply it to this selector
[class*="add_to_cart_button"].loading:after, it should be something like this:[class*="add_to_cart_button"].loading:after { font-family: 'your-icon-font' !important; content: 'icon-font-icon' !important; }Here you can find more info about icon fonts – https://webdesignerwall.com/tutorials/how-to-add-icon-fonts-to-any-element-with-css
Hope this helps.
Forum: Reviews
In reply to: [Blocksy] Very Good Theme, but it is Not PerfectHi @acelerawp,
Thanks a lot for your feedback, we appreciate you doing that.
To respond to all your points:
1. Agree, this is a very debatable subject. But we really tried to be as generic as possible with Blocksy’s design. Only this way Blocksy can be used for building websites from nearly any niche and need. If you have any specific points where we could generalise even further — please share and we’ll consider implementing them.
2. Can confirm that this is an actual issue with Blocksy as of now. Next update will fix this though. Here you can see the report from a site made with a beta version of Blocksy that has this fix. The DOM access score went from ~260 to 59. We will try to improve this further even more in hopes that we can achieve even better results.
3. Again, this is very debatable and to be honest, the linked article didn’t provide any actionable insights for us. If you can let us know where exactly we can improve this — please let us know and we’ll consider doing that, where it makes sense.Again, thanks a lot for doing this. We know Blocksy isn’t perfect but we try to improve it with each update.
All the best!
Forum: Reviews
In reply to: [Blocksy] Very Good Theme, but it is Not PerfectHello @acelerawp,
We are still waiting a reply from you.
Please get back to us as soon as possible so we could discuss and examinate more detailed all your issues.Have a nice day.
Forum: Themes and Templates
In reply to: [Blocksy] Account icon sizeHi @anthonyb04,
Glad you figured this out.Yes, you have to set the size for “logged in” and also for “logged out” – this gives you more control in case you want to have different sizes for both states 🙂
Have a nice day 😉
Forum: Reviews
In reply to: [Blocksy] Very Good Theme, but it is Not Perfect@acelerawp Also, wanted to clarify the “DOM access” part that you mentioned. This part can vary greatly depending on which features you have enabled on your site. We are of course aware that adding a lot of JavaScript (especially JavaScript that manipulates the DOM) is not good for the overall performance of the website — and we constantly working on improving this.
We’d appreciate if you could open a support topic with a link to your site here: https://wordpress.org/support/theme/blocksy/. We will be able to see your exact situation and react better to your concern.
—
To comment a bit on the Mobile First approach: can you please a little more specific in what exactly you are expecting here to change?
Every element and component of Blocksy is carefully designed to look equally well on all screens sizes. They look good on small screens and they use the available screen real estate for big desktops. There really is no element from Blocksy that isn’t behaving this way — and you’ve got a lot of responsive options on top of that to make adjustments where you need to.We’re more than happy to make further changes to this aspect of the theme, but to be able to do so we will need to know more details about what exactly didn’t go well for you.
—
Waiting for your reply.
- This reply was modified 4 years, 7 months ago by Creative Themes. Reason: Comment on Mobile First approach remark
Forum: Themes and Templates
In reply to: [Blocksy] [Bug] Shortcut Bar labelsHi @hellpunch,
I tried with a clean install and it works fine, please see this video – https://d.pr/v/IMFFMpDid you updated to the latest companion version?
Forum: Themes and Templates
In reply to: [Blocksy] [Bug] Shortcut Bar labelsHey @hellpunch,
I just double tested the shortcuts bar on my end and everything works fine.
Did you updated to the latest version?As I can see you are a pro user, if this issue is stil reproducing on your end – please contact us via our official support channel and we will assist you.
Forum: Themes and Templates
In reply to: [Blocksy] Page Container Layout for Page-buildersHere is how to apply that CSS rule only to one section:
1. Add a class to your section – https://d.pr/v/nKIUfQ
2. Then add that clise like this:section.my-custom-class.elementor-section.elementor-section-boxed > .elementor-container { width: 100% !important; }Hope this helps.
Forum: Themes and Templates
In reply to: [Blocksy] [Bug] Shortcut Bar labelsHi @hellpunch,
What do you mean by labels are bugged? Can you provide a clear explanation?Thank you.
Forum: Themes and Templates
In reply to: [Blocksy] Demo import didn’t workedHello @usernoname,
We are investigating this issue now and hope we will be able to resolve it as soon as possible.We will let you know once everything is back to normal.
Sorry for any inconveniences.
Forum: Themes and Templates
In reply to: [Blocksy] Page Container Layout for Page-buildersHi @wpbluefox,
I don’t really understand why would you make an inner container have such a big width, could you please explain a little bit more detailed your use case?The idea here is that there are some calculations that prevent the content from being too big so it could look good in all devices.
But, if you want, you could rewrite that calculation with this custom CSS:
section.elementor-section.elementor-section-boxed > .elementor-container { width: 100% !important; }Let me know if this helps.
Forum: Themes and Templates
In reply to: [Blocksy] Blocksy ThemeHello @amira89,
Well that’s for sure not a theme issue.Try to contact your server/hosting provider, most likely you have some issues with permissions.
Forum: Themes and Templates
In reply to: [Blocksy] Page Container Layout for Page-buildersThat’s how Boxed option works.
If it is set to Boxed – it will take the maximum width of your website that is defined here – https://d.pr/v/WIhLUCIf you want to make the content area wider – simply make the section full width and adjust the Width option – https://d.pr/v/YRrJAG
Let me know if this helps.
Hello @xsenia,
Try to contact your hosting provider, maybe you have a server side caching module enabled.Let us know if this helps.