Hi @dreidel18,
I hope you are well today and thank you for your questions.
Is it possible to have different fonts in a line of text?
To achieve this you have to develop custom code as described in the following topics.
In Customizer > Styling there are “Additional Font” and “Accent Elements” sections. How are those used? And does it apply to above scenario?
The additional font is applied to the post titles if Post Title field is set to additional font. The accent color is a standard color which applies throughout the site except links, headers and meta colors.
Best regards,
Shufflehound team
Thank you for your patience and sharing the SMTP details.
I tried to install following plugin to check whether SMTP working fine on your site but the plugin didn’t install as it requires FTP details.
https://wordpress.org/plugins/wp-mail-smtp/
Could you please install that plugin on your site?
Also in the meanwhile you can use following plugin to display contact form on your site.
Solution for this topic
This is happening on your site because the Ultimate member plugin CSS is conflicting with Woocommerce plugin CSS on your site.
You can resolve the conflict of state dropdown 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
.woocommerce form .form-row select.state_select { width: 100% !important; position: static !important; border: 1px solid !important; padding: 0px 20px !important; }
Hi @a8sy,
I hope you are well today and thank you for your question.
It seems you have missed to attach an attachment so please share it.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi Ulf,
I hope you are well today and thank you for your question.
Could you please tell me how you are translating your site in to two languages so that i can help you to translate that text also?
Best regards,
Shufflehound team
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
We have resolved the issue in the below latest version of theme so please update your theme to the latest version.
Please login to access this file
You are always welcome here 🙂
Solution for this topic
Hi @samv,
I hope you are well today and thank you for your question.
To achieve this please make sure you have selected Default style in the page header settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi Peter,
Sorry to hear of the problem you are having.
Please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
Also would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Best regards,
Shufflehound team
Hi B,
I hope you are well today and thank you for your question.
Could you please share me the screenshot of the issue and your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
I can see the links are active on the pages.
Please test it clearing your browser cache.
If you are still facing the issue then please share me the page URL from your site where you are facing the issue.
Hi Fi,
Thank you for your questions.
I have an issue with my subscription form. Whenever I try to enter a test email I receive a “Please select at least one list.” message. What am I doing wrong ?
Could you please tell me which visual composer element you are using to display it?
Also please make sure you have configured its settings correctly.
Secondly, when using Internet explorer I find this section of the site looks like the attached images. Can I fix that to look a little nicer? By that I mean that I would like the subscribe button to sit in the way it looks on chrome and safari.
Could you please tell me which internet explorer browser you are using to test it?
Best regards,
Shufflehound team
Solution for this topic
Hi Fi,
I hope you are well today and thank you for your question.
You can remove it from those pages 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
.archive #content, .blog #content { width: 100%; padding: 0; } .archive #sidebar, .blog #sidebar { display: none; }
Best regards,
Shufflehound team
Hi @cryptoGo,
I hope you are well today and thank you for your question.
It displays number of comments of that particular post so if there isn’t any then it displays 0.
I ma not sure what you are referring as referal post in your question so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
Hi Paul,
I hope you are well today and thank you for your question.
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code and modify it however you want to.
Best regards,
Shufflehound team
Hi Igor,
I hope you are well today and thank you for your question.
You can change 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
@media (min-width: 1250px){ #page-container .container { max-width: 970px!important; width: 970px!important; } }
Best regards,
Shufflehound team
Solution for this topic
Please also set page background color on your site as shown in the attached screenshot so that it will be displayed.
Solution for this topic
You can achieve 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
.blog-style-masonry-card .post-content-container { text-align: center; }