Have you updated the WPBakery Page Builder plugin to the latest version on your site?
I didn’t get your site credentials so could you please share it again and also send it to [email protected]
Hi @daptee,
I hope you are well today and thank you for your question.
Those are not icon files but they are Font Awesome icons so to add new icons,
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 @Tihi123,
I hope you are well today and thank you for your question.
Please tell me exactly what you mean my berserk and what happens when you add a link to call to action button.
Also, could you please share your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @patrickruhle,
I hope you are well today and thank you for your question.
Please update the theme to the below latest version.
Please login to access this file
Also, I can see you are using CSS code in the Yellow Pencil Editor which may be causing the issue so please try removing it.
Best regards,
Shufflehound team
You are most welcome here ๐
Could you please share the screenshots of them how you have added it and also share the page URL from your site where it is not displaying so that I can troubleshoot it?
You are most welcome here ๐
I have just tested it on my test site and it is working fine for me using below latest version of the theme.
Please login to access this file
Could you please test it using the latest version on your site?
Solution for this topic
Hi Mag,
I hope you are well today and thank you for your question.
The theme doesn’t display that structure but it is displayed by the Mega Menu extension of Unyson plugin as described in the below topic.
https://support.shufflehound.com/forums/topic/smooth-scrolling/#post-20866
Best regards,
Shufflehound team
Currently, it doesn’t display the caption but I have created a feature request for it so that it will be implemented in the future version of the theme.
Ok
Solution for this topic
Your shared blog page is an individual page so the sidebar layout applied on it does not get applied to any other pages.
You can set the sidebar to the left on the shared pages 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.category #page-container div#content, .search-results #page-container div#content { float: right; padding-right: 0; padding-left: 2%; } .archive.category div#sidebar, .search-results div#sidebar { float: left; }
I don’t see the Assign Menu text on your shared site as shown in the attached screenshot.
Please advise.
Hi @pzl,
I hope you are well today and thank you for your question.
Just add it in the Text block content element in the text mode.
Best regards,
Shufflehound team
Hi @Zelda,
I hope you are well today and thank you for your question.
The featured image doesn’t support captions but you can add it in the gallery images as described in the below pages.
https://www.wpbeginner.com/beginners-guide/how-to-add-caption-to-images-in-wordpress/
https://kinsta.com/knowledgebase/wordpress-image-caption/
Best regards,
Shufflehound team
You are most welcome here ๐
Hi @ChGaillard,
I hope you are well today and thank you for your question.
The widget shows my latest articles which is great. But the articles displayed in the โpopularโ section are clearly not the most popular on my blog according to Google Analytics.
The Google Analytics. starts tracking your website when you enable it on your site and the widget start tracking when you use the widget on your site so they both are tracking at a different time and display different results.
Furthermore, it has been showing the same 2 articles (instead of 4) ever since I bought the theme 5 months ago. Is that the widget โnormalโ behaviour or is there something I can do to change that?
No, this is not normal and it is displaying 4 posts on my test site as shown in the attached screenshot.
Could you please share the page URL from your site where it is displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
You are most welcome here ๐
For one page, please use the below custom CSS code.
.page-id-10406 .sh-titlebar .titlebar-title h1, .page-id-10406 .sh-titlebar .titlebar-title h2 { color: #FFF !important; }