Hi there,
Yes, of course.
Home page sidebar can be changed when editing your home page in the Elementor page builder.
Best regards,
Shufflehound team
We don’t have any workarounds at the moment, but we will try to improve this theme behavior in the next updates.
Strange, would it be possible to access your website to debug this issue?
Best regards,
Shufflehound team
Hi there,
Would it be possible to login in to your website, so we can inspect your issue? You can share the access data in the private field.
Best regards,
Shufflehound team
Hi there,
Please try to install them under Appearance > Install plugins page.
Let us know if that works.
Best regards,
Shufflehound team
Hi there,
Thank you for letting us know.
We will fix this in the next update.
Best regards,
Shufflehound team
We can see that your website CSS/JS files are not optimized (not combined). If you are already using caching plugin that supports this feature then you just need to enable it. Otherwise you can use Autoptimize plugin.
Hi there,
We can confirm your issue. Would it be possible to access your website dashboard? That would help to faster find the cause of the issue.
Best regards,
Shufflehound team
You are welcome. 🙂
Oh, we removed your login data as you didn’t post it in the private field. Please change the access data password and post it again in the private field.
We are glad that it worked! 🙂
Solution for this topic
We managed to fix the issue that the widget wasn’t editable. Can you please confirm that? 🙂
Best regards,
Shufflehound team
It might be possible that this feature is disabled for mobile devices due to performance concerns.
Best regards,
Shufflehound team
Can you please share access data for the website you need this widget to be added?
Best regards,
Shufflehound team
We will try to fix this update related issue in the next theme update.
Yes, you can keep using Unyson framework if needed.
Thank you for your feedback.
We will try to fix this issue in the next theme update.
We checked both sites and could not determine what could be the cause, but it seems that it was related to the plugin itself.
About theme update notice issue, can you please tell us if you are using child theme?
We managed to find the cause, when disabling The Plus Addons for Elementor and The Plus Addons for Elementor – Pro then the issue goes away. Therefore this is some kind of a plugin compatibility issue.
Great that we could help. 🙂
Solution for this topic
We don’t have an option for that, but we can create a custom CSS to change it.
If you want to make all captions smaller then use this:
.wp-block-image figcaption {
font-size: 11px!important;
color: #8d8d8d;
}
If you want to make all captions larger then use this one:
.post-thumnail-caption {
font-size: inherit!important;
color: inherit!important;
}
Here is a tutorial on how to use this custom CSS snippets.
Hope it helps. 🙂