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
html[dir="rtl"] #page-container button.search-submit {
right: auto;
left: 5px;
}Awesome great to see you got the solution.
Please advise if you have more questions.
Have a fantastic day!
Glad it worked for you!
What didn’t work?
The above shared CSS code?
I visited your shared site but didn’t see the above-shared CSS code used on it so could you please tell me where you have added it?
I got your email.
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
.post-content-gallery.columns1 .post-content-gallery-item {
clear: both;
position: static !important;
display: table !important;
margin: 10px auto;
}
.post-content-gallery.columns1 .post-content-gallery-item img {
position: static !important;
margin: 0 !important;
}
.post-content-gallery.columns1 {
height: auto !important;
}Hi @richson,
I hope you are well today and thank you for your question.
This is happening because of the vc-addons-by-bit14 plugin that you are using on your shared site.
You can resolve this by either deactivating that plugin or 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
li.menu-item.sh-nav-special i {
font-family: 'simple-line-icons' !important;
}
Best regards,
Shufflehound team
Yes, just update it as described above.
Hi @palomarketing,
Thank you for your question.
Could you please tell me a bit more in detail which slider you are referring to and share the screenshot of it so that I can help you?
Best regards,
Shufflehound team
Hi @palomarketing,
I hope you are well today and thank you for your question.
You can update the POT file as described in the below page.
https://help.wprentals.org/article/how-to-update-the-po-translation-after-a-theme-update/
Alternatively, you can use any of the following plugins to change the text.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
Solution for this topic
Hi @appilf,
I hope you are well today and thank you for your question.
You can modify them by using more specific CSS selector and calculating its specificity as described in the below pages.
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity
https://www.w3schools.com/css/css_specificity.asp
https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/
https://css-tricks.com/specifics-on-css-specificity/
Best regards,
Shufflehound team
I logged into your shared site and saw you have not configured the contact us form SMTP settings as shown in the attached screenshot so please configure it.
Hi @iancdma,
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 center aligned so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @iancdma,
I hope you are well today and thank you for your question.
You can try using below solutions to achieve this.
https://wordpress.org/plugins/cool-timeline/
https://wordpress.org/plugins/timeline-express/
https://athemes.com/collections/best-wordpress-timeline-plugins/
https://themegrill.com/blog/best-free-wordpress-timeline-plugins/
https://bashooka.com/cms/best-wordpress-timeline-plugin/
Best regards,
Shufflehound team
Thank you for sharing your site credentials but it seems you have missed sharing your site URL so could you please share it?
You are most welcome here 🙂
Hi @iancdma,
I hope you are well today and thank you for your question.
Could you please share me the screenshots of the issue so that I can troubleshoot it?
Also, please make sure that you are using the latest version of theme, plugins and PHP on your site.
Best regards,
Shufflehound team
Hi @troelsfeodor,
I hope you are well today and thank you for your question.
To change it, 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
Best regards,
Shufflehound team
Hi @Cakelab,
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 to achieve it?
Best regards,
Shufflehound team
I hope you are well today and thank you for your questions.
Is there a way to change the name “Projects” to “Portfolio”?
You can change it by translating the theme as described in the below page.
https://support.shufflehound.com/theme-translation/
Alternatively, you can use any of the following plugins to change the text.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
The second issue is at the blog breadcrumb.
When i klick from Home to Blog it’s shown like:
Home > Blog
If i klick on a specific blog post:
Home > Category > Post
It’s possible to add “Blog” here?
Home > Blog > Category > Post
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
Best regards,
Shufflehound team
Solution for this topic
You can reduce the outside margins by using below custom CSS code instead of above shared CSS code.
#page-container .container {
max-width: 97% !important;
width: 1400px !important;
}