Please make sure that you have activated the Jevelin child theme where you have overwritten the counter element files and using the counter element of the Unyson page builder.
You are most welcome here 🙂
Hi @Clorian,
I hope you are well today and thank you for your question.
I did the same on my test website and it is getting changed for me as shown in the attached screenshot.
Please make sure that you have activated the child theme and using the counter element of Unyson page builder.
Best regards,
Shufflehound team
Solution for this topic
You have to change the shared custom plugin code to change the title on other archive pages such as author’s archive, Tag’s archive etc.
You are most welcome here 🙂
Hi Demetris,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you?
Best regards,
Shufflehound team
Hi @toms_bubble,
I hope you are well today and thank you for your question.
It seems the page is created using the Unyson page builder so please access it clicking on the Unyson Builder button as shown in the attached screenshot.
Best regards,
Shufflehound team
Thank you!
Hi @SaveATrain,
I hope you are well today and thank you for your question.
It is not possible to achieve this as by default in WordPress, you can’t assign a category to the pages but only to the posts.
Best regards,
Shufflehound team
Hi @Chikrn,
I hope you are well today and thank you for your question.
Yes, you are right that currently, you can only set footer template for the whole website as shown in the attached screenshot and not for the individual pages.
I have created a feature request so that it will be implemented in the future version of the theme.
Best regards,
Shufflehound team
1. In the responsive design of the theme, is there a way to limit the space it shows between header and page body in a mobile device on default view (not horizontal/landscape – I mean vertical view like on an iPhone).
You can remove that space 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
header.primary-mobile { height: auto !important; }
2. Also, in the Portfolio Pages, there are Sharing Buttons. Unfortunately these Sharing Button Icons are not being displayed? Is there a way to fix that? The functionality is there there. Just the icons are not showing except for mail.
Please use below custom CSS code to resolve it.
.jssocials-shares i.fa { font-family: 'simple-line-icons' !important; } .sh-social-share-networks .fa-facebook:before { content: "\e00b" !important; }
Also, when I start using Icons in the Header Menu, I have an odd problem:
For some reason the font changes from the themes default font “Montserrat” (cyrillic-ext) to Times New Roman. Not sure why that problem occurs. It doesn’t seem to make a difference if I use mega menus or regular menu navigation.
It displays fine for me as shown in the attached screenshot.
Please test it clearing your browser cache or using a different browser.
No, it is not possible by configuration.
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
Then to achieve this, you have to develop custom code in the child theme of the 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
Hi @krenek,
I hope you are well today and thank you for your question.
I am not sure which red spot you are referring to so could you please share the screenshot of it?
Best regards,
Shufflehound team
Hi @krenek,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to remove the border-radius from the video featured image?
Best regards,
Shufflehound team
You can make the images smaller in size using the below CSS code.
#page-container .products .product .sh-ratio-content { background-size: contain; background-repeat: no-repeat; }
You are most welcome here 🙂
Solution for this topic
Hi Richard,
I hope you are well today and thank you for your question.
You can achieve it by developing custom code as shared in the following topic.
https://support.shufflehound.com/forums/topic/removing-category-from-titlebar/#post-9162
Best regards,
Shufflehound team
Hi @zelldi,
I hope you are well today and thank you for your question.
The AMP option doesn’t change it in the robotos.txt file.
Please just delete the below text from your robots.txt file
User-agent: Twitterbot Disallow:
Or change it as below.
User-agent: Twitterbot Allow:
Best regards,
Shufflehound team
I have another question, however. I really need to be able to modify the menus so they can accept shortcodes at least. The updated child theme I downloaded from the thread you suggested to be able to add links to the top bar was very helpful but could there be one to make it accept shortcodes? If not could you point me to a resource?
You can try using the below plugin to add a shortcode in the menu.