The Visual Composer plugin that you are trying to install is already installed on your site there fore it is not getting installed again.
Please just activate the installed Visual Composer plugin or delete existing one to install new one.
It is working fine on my test site.
Could you please share me your site URL where you are using it so that i can troubleshoot it?
Hi @pattRodriguez,
I hope you are well today and thank you for your question.
Please test it clearing facebook cache from https://developers.facebook.com/tools/debug/
Also i can see you are using Yoast SEO plugin on your site so please define image for facebook as described in the following pages.
https://yoast.com/social-media-optimization-with-yoast-seo/
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
https://kb.yoast.com/kb/getting-open-graph-for-your-articles/
Best regards,
Shufflehound team
Hi @juliololiveira,
I hope you are well today and thank you for your question.
We can achieve this by developing custom CSS code.
Could you please share me your site URL where you want to display it so that i can help you to achieve it?
Also please share me the logo image URL that you want to display on mobile.
Best regards,
Shufflehound team
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Thank you for your patience.
We have added this page in the Basic (full) demo so now you can just import this demo content to use that hello page.
Please note installing demo content is not revertible and it deletes all the existing content on your site so please it is advised to take backup of your site before importing demo content.
Please advise if you have more questions.
Hi Iwona,
I hope you are well today and thank you for your question.
I can see the sliders on your shared pages as shown in the attached screenshot.
Is it working fine for you now?
Please advise.
Best regards,
Shufflehound team
Solution for this topic
Hi @shanepa12k,
I hope you are well today and thank you for your question.
That text is created using Revolution slider so you have to edit that slider on your site to edit the text in it.
Best regards,
Shufflehound team
Hi @denialed,
I hope you are well today and thank you for your question.
This doesn’t seem theme related issue as many WordPress users also face this spam issue.
You can secure your site from this spam using the below solutions.
https://wordpress.org/plugins/stop-spammer-registrations-plugin/
https://wordpress.org/plugins/stop-spam-comments/
http://www.wpbeginner.com/plugins/how-to-stop-spam-registrations-on-your-wordpress-membership-site/
https://premium.wpmudev.org/blog/stop-wordpress-comment-spam/
http://www.wpbeginner.com/wordpress-security/
https://codex.wordpress.org/Hardening_WordPress
Best regards,
Shufflehound team
Hi @shapemedia,
I hope you are well today and thank you for your question.
That page is created using Unyson page builder so you create the same using Unyson page builder content elements.
If you need any help creating any element on that page then feel free to ask us.
Currently that page is not a part of theme demo content but we are going to add it to the theme Basic demo in the future version of theme.
Best regards,
Shufflehound team
Solution for this topic
Hi @evgenyvasenev,
Sorry to hear of the problem you are having.
Please make sure you are using below latest version of theme.
Please login to access this file
If you still faces the issue then 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 Billy,
I hope you are well today and thank you for your question.
Could you please share me the blog page URL from your site where you want to display so that i can help you to achieve it?
Also please tell me what content do you want to display there?
Best regards,
Shufflehound team
Please try using recently released 2.5.1 theme version.
Hi @shanepa12k,
I hope you are well today and thank you for your question.
You can remove it from that page 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-id-295 .sh-titlebar { display: none; }
Best regards,
Shufflehound team
You are most welcome here 🙂
In the first, I have put my company icon but it looks pretty rubbish. How do I sort this ?
You can change its size to display it more attractive 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 .header-logo img { height: auto; max-height: 100%; }
Very disappointing to be told that something as basic and obviously needed as adding a company name to a website needs development!
We will implement this feature in the future version of theme.
In the meanwhile you can use below CSS code to achieve it.
#page-container .header-logo:after{ content: "Lifestyle Garden Rooms"; display: block; float: left; margin: 25px 0 0 15px; } .header-logo-container { float: left; }
@Apparachic You can share it 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.” when replying to this topic.
You can achieve 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
.sh-portfolio-overlay4-icons .sh-overlay-item{ display: none; } .sh-portfolio-overlay4-icons a:first-child{ display: block; height: 100%; width: 100%; top: 0; left: 0; position: absolute; }
Hi Nick,
Sorry to hear of the problem you are having.
Please use the following latest version of theme that contains updated slider revolution plugin.
Please login to access this file
Best regards,
Shufflehound team
Please try using below custom CSS code to achieve this.
.sh-image-gallery-item{ bottom: 0; transition: 0.3s all ease-in-out; position: relative; } .sh-image-gallery-item:hover{ bottom: -4px; }