Hi @arfka,
I hope you are well today and thank you for your question.
To display it just add following HTML code in the navigation label of menu as shown in the attached screenshot.
<span class="new-item"></span>
Best regards,
Shufflehound team
You are always welcome here 🙂
Thank you
I am support person and don’t have credentials to delete the thread.
We generally don’t delete the thread so could you please tell me exactly why you want to delete it?
Hi @genrejunkies,
I hope you are well today and thank you for your question.
I visited your shared pages and saw the rss feed displays full post content as shown in the attached screenshots.
Please advise.
Best regards,
Shufflehound team
That Hello page https://jevelin.shufflehound.com/hello/ is a part of Basic (full) demo content as shown in the attached screenshot.
So just install the Basic demo content and edit the created page however you want but please note this method will replace all your current website content so please create current website content backup before installing it.
Solution for this topic
Hi Stefano,
I hope you are well today and thank you for your question.
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
#page-container .post-content .post-content-gallery-item img {
border-radius: 8px;
}
Best regards,
Shufflehound team
I visited your shared site but not getting any javascript error on your site.
Have you resolved it or could you please tell me exactly where you get it?
You are always welcome here 🙂
Solution for this topic
@audreypfund 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 then to help us keep support thread separates could you please create your own thread for your question instead of replying on others thread here 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.
It is working fine for me on your site but not for you so it seems browser related issue.
Could you please try using different browser?
Glad it is working fine for you now.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
Hi @uinpink,
I hope you are well today and thank you for your questions.
want the social icons to be #f27eb2 all the time rather than white. I’ve found the code to make them change to that when the sticky header becomes active, but not right when the page loads.
I can see they are displaying with the shared  color without scrolling as shown in the attached screenshot.
Have you managed to achieve it?
Also, for some reason, when the page is scrolled, the revolution slider goes behind the menu, disabling a menu background and making the menu totally unreadable. Is there a way to have the header a fixed height so the page scroll starts below the header area?
To avoid this you can just set white background color to menu header 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-header.sh-sticky-header.sh-sticky-header-active {
background-color: #fff !important;
}
Best regards,
Shufflehound team
Awesome great to see you got the issue found.
Please advise if you have more questions.
Have a fantastic day!
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
Hi @Kuldas,
I hope you are well today and thank you for your question.
I am not sure which Hello page you are talking about so could you please share me the exact page URL from below demo site so that I can help you?
https://gillion.shufflehound.com/
Best regards,
Shufflehound team
This is how it works by default on mobile.
To display it on mobile, you have to develop custom code in the child theme of Gillion theme.
You can change 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
.post-overlay-content {
background: url("http://dronewithray.com/gillion-theme/wp-content/uploads/2017/02/Gillion_logo_black.png") no-repeat center;
height: 30px;
width: 105px;
}
.post-overlay-content span {
display: none;
}
Please change the Icon image URL in the above CSS code to whatever you want to.
For that you have to create post having Format as standard and add video in the content of post.
I can see it is working fine on your shared site as shown in the attached screenshot.
Please test it on different browser or clearing your browser cache.