I hope you are well today and thank you for your question.
You can try achieving this by using the custom CSS solution posted in the following topic.
https://support.shufflehound.com/forums/topic/onclick-icon-of-iconbox/#post-16621
Best regards,
Shufflehound team
Sorry i missed it.
You can add video in the slider and use it there as described in the following pages.
https://www.themepunch.com/revslider-doc/video-layers/
https://www.themepunch.com/faq/static-layer-background-video/
Hi @Dha07hk,
Sorry to hear of the problem you are having.
It seems the plugin also tries to declare gillion_render_js function which is already declared in the Gillion theme causing this error.
You can contact the plugin developer to confirm it and resolve by changing function name.
Best regards,
Shufflehound team
Hi @mmamt,
I hope you are well today and thank you for your question.
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
body blockquote:before {
display:none;
}
Best regards,
Shufflehound team
Hi Helen,
Sorry to hear of the problem you are having.
You can fix it as described in the following pages.
http://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
https://www.inmotionhosting.com/support/edu/wordpress/http-image-error
Best regards,
Shufflehound team
Solution for this topic
I hope you are well today and thank you for your question.
Are you talking about the following Yellow Pencil Pro Visual CSS Style Editor?
https://support.shufflehound.com/forums/topic/feature-preview-visual-css-style-editor/
You can install it after activating the latest version of Jevelin theme as displayed in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @KayZ,
I hope you are well today and thank you for your question.
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 Helen,
I hope you are well today and thank you for your question.
In that case you can increase file upload size on your site as described in the following pages.
http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
https://www.bitcatcha.com/blog/2016/increase-maximum-upload-file-size-in-wordpress/
https://wordpress.org/plugins/upload-max-file-size/
https://kinsta.com/blog/wordpress-maximum-upload-file-size/
Best regards,
Shufflehound team
You are most welcome here 🙂
Yes you can remove the plugin when the issue will be fixed in the theme.
ok
I logged in to your site and resolved this weird issue by adding following code on the colorlib custom plugin used on your site.
function wpdocs_custom_excerpt_length( $length ) {
return 200;
}
add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );And I was wondering, if I install child theme on my production webiste, will it erase my settings?
No it won’t erase your settings.
Can I achieve it with audio type as well? Thanks
To achieve this, you have to develop custom code in the child theme of Gillion theme.
I don’t find that post title in the downloaded backup file so i am sharing you the screenshots to confirm whether i am checking it in the right place?
Solution for this topic
You can replace 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 a.social-media-wordpress {
background: url("http://dronewithray.com/gillion-theme/wp-content/uploads/2017/12/messenger.svg") no-repeat transparent !important;
height: 18px;
width: 18px;
background-size: 100%;
padding: 0 !important;
display: inline-block;
margin: 0 0 0 12px !important;
line-height: 16px;
}
i.fa.fa-whatsapp:before {
content: none;
}
#page-container .header-standard-position a.social-media-wordpress {
margin: 15px 9px 14px 10px !important;
}I logged in to your site and successfully restored the backup created on the path Tools -> Backup
If it still doesn’t restore your all missing posts then it means you have not created that backup at right time. The backup is created on 19. December 2017 so it won’t contain posts created after 19. December 2017
Solution for this topic
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
You are most welcome here 🙂
Please make sure you have not added that text in the excerpt field of post.
If this is not the case 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.”?
You can add dummy social icons on your site as shown in the attached screenshots.
And you can upload SVG file in the media gallery of your site using the following plugin.
https://wordpress.org/plugins/svg-support/