In the above shared log the response message is ok so could you please share the screenshot of error or 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 visited your shared site but i saw you are not using Jevelin theme on your site.
In this case you can use Custom Social Media icon in the theme social media settings as shown in the attached screenshots.
You have to develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here. 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 @eclecticmediani,
I hope you are well today and thank you for your question.
Yes to achieve this we have to develop custom code.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @Miriada,
I hope you are well today and thank you for your question.
To troubleshoot it could you please share the screenshot of page from where you are trying to change the style?
Also if possible could you please share me your site URL?
Best regards,
Shufflehound team
Hi Hannes,
Sorry to hear of the problem you are having.
Most probably your hosting is blocking requests to http://github-api-cache.unyson.io/
, to check if it is so, add the below code in your {jevelin}/functions.php
: and let us know what you get in the admin area.
add_action('admin_notices', function(){
fw_print(wp_remote_get('http://github-api-cache.unyson.io/'));
});
Best regards,
Shufflehound team
@emilymilling Please try using following theme beta version to fix the issue.
Please login to access this file
You are most welcome here 🙂
@rsidhaarth No issue. I have replied to your new topic.
Hi @rsidhaarth,
Sorry to hear of the problem you are having.
I can see you have already posted in the following multiple topics which creates duplication of threads so to avoid it please reply to only one topic and let’s use this topic only to resolve it.
https://support.shufflehound.com/forums/topic/checkout-page-not-showing-statecounty-2/
https://support.shufflehound.com/forums/topic/checkout-page-not-showing-statecounty/page/2/
As i have already asked in the above topic Are you using the latest version of theme?
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @koopatroopin,
I hope you are well today and thank you for your question.
I am not sure exactly what you are trying to achieve here but you can always import / export rev slider from its settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
It seems the images like http://rcaproductions.net/wp-content/uploads/2016/01/Blog_4-1024×683.jpg don’t exist on your site so please reimport the demo content from Tools -> Demo Content Install
.
Use the below CSS code to change the mobile menu font and change the font arial in it to whatever you want to set.
.sh-nav-mobile li a {
font-family: arial;
}
@rsidhaarth I have replied you in the following topic so please do not post in multiple topics.
https://support.shufflehound.com/forums/topic/checkout-page-not-showing-statecounty-2/#post-4456
@rsidhaarth Are you using the latest version of theme?
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
You can achieve this by removing the following custom CSS code from your site
.sh-nav-mobile {
position: relative;
top: -230px;
}
and then use the below custom CSS code.
.header-mobile-social-media a {
display: none;
}
nav.sh-header-mobile-dropdown {
top: -230px;
}
Great, it worked. However, I need to cover the entire slider image on the homepage till the top. How to do that. Right now it’s getting cropped from the top and not covering it from top.
To achieve this please see the solution posted in the following topic.
https://support.shufflehound.com/forums/topic/transparent-header/
@RCA_86 Could you please share me your site URL where it’s happening so that i can troubleshoot it?