Could it have been because of something I did outside the theme?
Yes, that can be the problem.
Could you please share the page URL from your site where it is displaying so that I can help you?
Also, 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 login 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)”?
Hi @sleenie,
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom CSS 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
Best regards,
Shufflehound team
To confirm whether this is a Jevelin theme issue, just temporary use the Twenty Seventeen theme on your site. If everything works fine then it’s the theme issue.
@dirkvang Thank you for sharing the solution here.
You are most welcome here 🙂
Solution for this topic
Hi @anth010,
I hope you are well today and thank you for your question.
You can change it either by translating it as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
Hi Luis,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @odinozlen,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using the latest version of Gillion theme as displayed in the attached screenshot.
Please try changing the Blog Slider style or configuring the theme settings as shown in the second and third attached screenshots.
Best regards,
Shufflehound team
You are most welcome here 🙂
Sure, we will notify you here.
I did not know that I needed a high priced version of WordPress to use the Jevelin website templates.
The WordPress is free and open source so you can use the WordPress on any of your website under GPL license.
I now have to pay more money than I have to use the Jevelin plug-ins.
The plugins bundled with the Jevelin theme are free to use and you can install them from Admin Area -> Appearance -> Install Plugins
Please advise if you have more questions.
You are most welcome here 🙂
I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile, you can resolve the issue by using below custom CSS code.
.archive.author #page-container div#content { width: 100%; } .archive.author div#sidebar { display: none; } .archive.author .blog-style-masonry article { width: 33.3%; float: left; margin-bottom: 40px; }
Solution for this topic
You can change the blockquote size 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
#content blockquote::before { font-size: 250px; }
If you want to reduce the padding of the blockquote then please also use the below CSS code.
#content blockquote { padding: 15px; }
Hi @vinesofvirginia,
I hope you are well today and thank you for your question.
Could you please share the specific page URL from your site where the blockquote is displaying so that I can help you to change its size?
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @amir.caspi,
I hope you are well today and thank you for your question.
You can remove 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
.archive.author #page-container div#content { width: 100%; } .archive.author div#sidebar { display: none; }
Best regards,
Shufflehound team
Solution for this topic
You can remove 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
.categories-list .categories-list-item .sh-ratio-content:after { display: none; }