Solution for this topic
I can see it is working fine now on your site as shown in the attached screenshot.
Sometime you have to clear the facbook old cache from https://developers.facebook.com/tools/debug/ to reflect the changes.
Yes the theme implements share functionality but to make it work correctly your site needs to have facebook open graph tags like og:image which is plugin territory functionality so you need to also use plugin like Yoast SEO to achieve this.
Yes the theme is compatible and we have already contacted them but yet they didn’t list the theme in their list of compatible themes.
It seems you have created OverCMM page using custom page template therefore the footer is not displaying on it.
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
I could confirm the issue on your shared site.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
If it is not plugin conflict issue then would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Solution for this topic
The theme will be updated on themeforest and on the below link which you can download and update on your site using this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Please login to access this file
You will also be notified here when the theme will be updated.
Hi @admin_lancr,
I hope you are well today and thank you for your question.
To achieve this you have to make that whole page full width which contains the image.
We can do this developing custom CSS code.
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
Hi @sussiemaria,
I hope you are well today and thank you for your questions.
Hi there! When people want to comment on one of my blog posts, I don’t need them to fill in their website (not everyone has one). How do I delete the required “website-field”? (So that the required fields are: Name, E-mail and Comment?)
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
And: Is there any possibility that I get a translated version of the comment-box (or a version where I, myself, can translate the small amount of text)? There are a few other places where I wish I had this opportunity – e.g. after my blog posts where it says X days ago etc. I want to translate “ago” to the Danish word “siden”, but I can’t figure out where to do it.
To achieve this you have to translate your site as described on the following page.
https://colorlib.com/wp/how-to-translate-wordpress-theme/
Alternatively you can use any of the following plugins to translate your site.
https://wordpress.org/plugins/gtranslate/
https://wordpress.org/plugins/real-time-find-and-replace/
https://wordpress.org/plugins/say-what/
Best regards,
Shufflehound team
You can remove it on your site 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-quote-link-meta .ti-quote-left { display: none; }
You are most welcome here 🙂
You are most welcome here 🙂
@fkond To help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi @vesna,
I hope you are well today and thank you for your question.
Could you please contact WPML support regarding this as it seems plugin related issue?
Best regards,
Shufflehound team
Hi Steven,
I hope you are well today and thank you for your question.
You can resolve it using this plugin https://wordpress.org/plugins/wordpress-seo/ as described on the following page.
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
Best regards,
Shufflehound team
Hi Jordan,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Is it happening for you on specific browser or on all browsers?
Please try using below solution to resolve it or disabling all add ons of your browser.
https://stackoverflow.com/a/6777803/1287548
Best regards,
Shufflehound team
As described above It is managed by Youtube so you can contact directly to them here https://www.youtube.com/t/contact_us to get help to remove them.
@sussiemaria To help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Ulf,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Also could you please try disabling the Footer Parallax option as shown in the attached screenshot?
Best regards,
Shufflehound team
Solution for this topic
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by using the below custom CSS code.
.sh-nav-mobile li.menu-item > a { background: transparent; }
Hi Robin,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s displaying fine for me on every pages using latest version of Jevelin theme.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi Jasper,
I hope you are well today and thank you for your question.
That custom CSS code is displayed on the site by the following code added in the theme file /jevelin/inc/static.php on line number 86
if( jevelin_option('custom_css') ) : wp_add_inline_style( 'pixeden-icons', jevelin_compress( do_shortcode( jevelin_option('custom_css') ) ) ); endif;
You don’t need to edit this file or code, instead you can use large custom CSS code by adding it in the style.css file of jevelin child theme.
Best regards,
Shufflehound team