Hi @grundeaasen,
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 not displaying so that I can troubleshoot it?
Also, please share the screenshots of where it was displaying and where it should display so that I can help you.
Best regards,
Shufflehound team
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
It is a contact form content element as shown in the attached screenshot.
Have you made sure that you are using the above shared latest version of the theme?
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Please try clearing and temporarily disabling the Wp Rocket cache that you are using on your site.
Also, please make sure that you are using below latest version of the theme.
Please login to access this file
You have to achieve this by developing custom CSS code as described in the below pages.
https://css-tricks.com/almanac/properties/h/hyphenate/
https://justmarkup.com/articles/2015-07-31-dealing-with-long-words-in-css/#final-solution
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
#page-container .blog-list .post-title h2 { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word; overflow-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }
Awesome great to see you got that solved.
We will do consider your suggestion.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Solution for this topic
Hi @CommandPost,
I hope you are well today and thank you for your question.
You can achieve this by setting Post Overlay option to Style 2 in the Theme Blog Settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Hi @daptee,
I hope you are well today and thank you for your question.
This can be child theme issue used on your site so to confirm it just temporary use the Jevelin theme on your site. If everything works fine then it’s your site child theme issue.
Also, this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and WpBakery page builder plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
There isn’t any option to add the content below blog posts.
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
You can delete olde theme version if any after updating the new theme.
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Yes, it can work.
You can install the theme on any of your test or development sites where the plugins are gettings installed and then take those plugins on your actual site.
Hi Michi,
I hope you are well today and thank you for your question.
To resolve this you can add the excerpt for those posts in the Excerpt field of the posts as described in the below page.
https://www.wpbeginner.com/glossary/excerpt/
Best regards,
Shufflehound team
Solution for this topic
Hi Michi,
I hope you are well today and thank you for your questions.
We tried to make all the adjustments trying to get the exact design but when you click on a blogpost or page, the header appears completely different than from the preview. How can we remove the photo and get back the navigation as well as the Social Media Icons in the header?
It seems the navigation menu and social icons are displaying on the site.
You can remove the titlebar background image either from the theme settings or by editing the page as shown in the attached screenshots.
Also how can we change the color of the navigation from grey to white? I tried it with Yellow Pencil but this way it only changes the color for the one particular blogpost. We want to make it a general setting, not individual.
You can change it from the theme Styling settings as shown in the third and fourth attached screenshots.
Best regards,
Shufflehound team
HI @tonidebeer,
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 not displaying on mobile so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @sky5290,
I hope you are well today and thank you for your question.
Please contact your web host and make sure that it is not prohibiting the access of https://cdn.shufflehound.com/ from your site.
Also, please make sure you are using latest version of PHP on your server by referring to the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Best regards,
Shufflehound team
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
The security issue is already resolved in the Yellow Pencil editor plugin as described in the below page.
https://support.shufflehound.com/forums/topic/yellow-pencil-editor-security-update/
You can increase size of social icons 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 .sh-nav-social i:before, #page-container .sh-copyrights-social i:before { font-size: 22px; }
Is there a possibility to add other content to the blog’s page?
With the editor, I can’t add a stand alone image at the top of the page, or add more content to the bottom of the blog. Is there a way to do this?
You can achieve this by editing the Blog page and configuring its settings as described in the below topic.
https://support.shufflehound.com/forums/topic/editing-home-page-2/#post-40576