Hi @marcosmarcon,
I hope you are well today and thank you for your question.
I am not sure what you are referring to “content post” so could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?
Also, do you want to make this change on that specific post or on all posts?
Best regards,
Shufflehound team
Hi @jonyboi,
I hope you are well today and thank you for your question.
Yes, the images are resized on the pages to display them appropriately.
You can change its size as described in the below topic.
https://support.shufflehound.com/forums/topic/quality-images/#post-39496
Best regards,
Shufflehound team
Hi @participant4,
I hope you are well today and thank you for your question.
In WordPress, Only one theme can be active at a time and you can only use features and options of active theme.
So If you want to use Gillion theme for the blog page then you have to activate the Gillion theme on your site or create another site for blog and use Gillion theme on it.
Best regards,
Shufflehound team
Hi @krollemurow,
I hope you are well today and thank you for your question.
I’m using bakery page builder on home and using prepared elements but can’t find those responsible for subscription form.
I’m using mailchimp.
Just add mailchimp shortcode in the page builder text element to display it.
I would like to create this subscription form: http://prntscr.com/mv3z7n
with icons (facebook, Instagram, YouTube)
Could you please share me the page URL from the site where it is displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Hi @DarthHazard,
I hope you are well today and thank you for your question.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile, you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-content img.aligncenter {
clear: none;
}
Best regards,
Shufflehound team
No, it is not resolved in this updated theme version but will be soon in the future released version.
I’m a little reluctant to install a bèta, but if the bug is solved in that version I will.
It was a previously known issue which was so please update your theme to the latest version.
I don’t see that screen on your shared site so please share me the specific page URL from your site which you are disapplying in your shared screenshot.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .blog-single .wp-block-embed .wp-block-embed__wrapper {
max-width: 100%;
}Solution for this topic
This happens because that plugin adds some CSS code so to resolve it please also use the below custom CSS code.
#page-container .swp_social_panel{
clear: none;
}You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi @truyenphan,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
Hi Joachim,
I hope you are well today and thank you for your question.
I visited your shared site but didn’t see the issue so could you please share the screenshot of it?
Also please try updating the theme to the below latest version as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
Ok. I am troubleshooting it along with the theme developer.
The “lazy load images” option that you have displayed in your shared screenshot is not a theme option but plugin or wordpress.com option that you are using on your site so please contact them to troubleshoot it.
Solution for this topic
Ok. Now please use the below custom CSS code to resolve the issue.
.post-content img.aligncenter {
clear: none;
}I’m having the same glitch and sharing a screenshot video recording about this glitch that page starts to slide automatically when scroll down to section related posts/share buttons in the single post page.
Here it is: https://streamable.com/hnbj5
We get an error message as displayed in the attached screenshot when I try to access your shared site so please make sure the video is accessible and also share your site URL where it is happening.
We can certainly resolve the issue If we can reproduce it by referring your site.