Hi Andrew,
Thank you for your question.
Could you please test it enabling Visual Page Builder mode as shown in the attached screenshot?
Best regards,
Shufflehound team
Hi Stefan,
I hope you are well today and thank you for your question.
I saw in your recent update you made changes to the translation .pot-file and now all the translations that I have done are gone.
We have added some more strings in the POT file so line numbers of strings got changed.
Do I need to download the jevelin.pot again and start all over with the translation or do I just need to re-upload my .po and .mo files back to the server?
If you don’t want to translate updated strings and are satisfied with old translation then you just need to re-upload my .po and .mo files back to the server.
Can I also add them to the Child Theme so that I don’t lose them with every update again?
Yes you can, Just create a directory languages in your child theme root folder and add translation files in it.
Best regards,
Shufflehound team
Solution for this topic
Hi @inazioj,
I hope you are well today and thank you for your question.
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
.woocommerce .woocommerce-tabs li.active a, .sh-header-8 .sh-nav > .current-menu-item a { color: rgba(228,32,47,1)!important; }
Best regards,
Shufflehound team
I didn’t get any response to my own question about it.
Could you please share me the page URL where you have asked the question so that i can help you?
Now how i can modify the header text color like the image attached?
You can change it using below CSS code.
body .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a{ color: rgba(61,61,61,0.69)!important; }
Solution for this topic
You are not getting it because you have not set header style ti Light in your page settings as shown in the attached screenshot.
If you still want to remove it without using that option then you can do so 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
#breadcrumbs { display: none; }
You are most welcome here 🙂
Hi Tushar,
I hope you are well today and thank you for your questions.
The fonts are not custom responsive, the title appears big as per the phone screen.
What do you mean by custom responsive here?
How can I adjust the height of the sticky header?
You have to develop custom CSS code to adjust it.
The sticky header logo on mobile does not remain the same as the sticky header logo on web (it takes the original logo). I want the sticky header logo for both mobile and web to be the same. (Have switched the sticky header ‘on’ on both web and mobile for team shufflehound to check.
I can see it is displaying the same as shown in the attached screenshots.
Please advise.
The footer widget does not allow normal features like text bold or underline or even add a new line.
Which widget are you using in the footer and how you are trying to make the text bold?
Please share the screenshot of it.
How do I remove the tags below the header at homepage and tags below the article in the blogs?
Are you referring the categories?
If yes then 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
.home .sh-filter-blog.sh-filter-container, .home .post-meta-categories { display: none; }
There is no subscribe to newsletter widget. Can you recommend one that works with Javelin? I have tried a couple of widgets but the color combination etc does not work and there is no option to edit them.
You can try using any of the following plugin to use newsletter widget and then style it developing custom CSS code to match it with theme style.
https://wordpress.org/plugins/email-subscribers/
https://wordpress.org/plugins/wp-subscribe/
https://wpvortex.com/wordpress/free-subscribe-widgets-for-wordpress/
Best regards,
Shufflehound team
No I meant just translate the ALL text for blog categories switcher in the updated PO file.
Not sure how you are configuring it.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Hi @mslowik,
I hope you are well today and thank you for your question.
You can achieve this by using Blog Posts Fancy element in the page and then add appropriate categories in it as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @MarsHill,
I hope you are well today and thank you for your question.
You can find it as described on the following pages.
https://pagely.com/blog/2015/04/find-post-id-wordpress/
https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Best regards,
Shufflehound team
You can find it as described on the following pages.
https://pagely.com/blog/2015/04/find-post-id-wordpress/
https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Are you talking about the header logo image of below header image?
http://wingmanfx.com/wp-content/uploads/2017/08/wingmanheader2.jpg
Hi Paul,
I hope you are well today and thank you for your question.
The setting is displaying fine for me using latest version of theme.
Could you please share me the screenshot of what you are getting?
Best regards,
Shufflehound team
You can paste new values by selecting existing value as shown in the attached screenshot.
Hi @jemano,
I hope you are well today and thank you for your questions.
I just updated the template, but the homepage (single page I have) is empty.
Did the home page have any content?
How did you update the theme?
I only see a warning that there is a backup ready to restore.
Question, how do I solve this problem?
It is not a problem the warning itself ask you what you want to do.
Next time, how will I update the template?
The procedure is same like other themeforest themes as described on the following page.
https://support.fruitfulcode.com/hc/en-us/articles/204522297-How-to-update-theme-from-Themeforest
Alternatively you can download above latest version of theme and install it using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Best regards,
Shufflehound team
Solution for this topic
You can correct 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 .sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2, #page-container .sh-overlay-style1, #page-container .sh-portfolio-overlay4 { background-color: rgba(71,201,229,0.8)!important; }
Hi @adorbit,
I hope you are well today and thank you for your question.
No it is not possible but you can just use any of the following tools to convert HEX value to RGBA
https://www.webpagefx.com/web-design/hex-to-rgb/
https://www.w3schools.com/colors/colors_converter.asp
Best regards,
Shufflehound team
Please remove all the custom CSS code that you are using on your site.