Ok 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 be able see it.”?
Hi @wassim,
I hope you are well today and thank you for your question.
It is not displaying on your site because you have made it hidden using Yellow Pencil Editor plugin.
To display it you can either remove CSS code developed Yellow Pencil Editor plugin or add 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-recent-posts .blog-list .post-item:nth-child(3) .post-container {
display: block;
}
Best regards,
Shufflehound team
@talithabc 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 be able see it.”?
Solution for this topic
Hi @Ayunni,
Sorry to hear of the problem you are having.
I logged in to your shared site and it is displaying fine for me as shown in the attached screenshot.
Is the issue resolved for you?
If not then could you please test it on different browser?
Best regards,
Shufflehound team
Solution for this topic
Hi @Ayunni,
Sorry to hear of the problem you are having.
I logged in to your shared site and it is displaying fine for me as shown in the attached screenshot.
Is the issue resolved for you?
If not then could you please test it on different browser?
Best regards,
Shufflehound team
You are always welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Ok I have escalated this issue to the theme developer as it is weird issue.
The developer will resolve the issue ASAP.
Hi @Nyky,
I hope you are well today and thank you for your question.
You can resolve 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
@media (max-width: 1024px) {
.vc-hoverbox-inner {
min-height: 150px !important;
}
}
@media (max-width: 800px) {
.vc-hoverbox-inner {
min-height: 100px !important;
}
}
Best regards,
Shufflehound team
Solution for this topic
Error 502 is server related error so please resolve it as described in the following pages.
https://kinsta.com/blog/502-bad-gateway/
https://wpengine.com/support/troubleshooting-502-error/
https://www.lifewire.com/502-bad-gateway-error-explained-2622939
Also please make sure you are using new demo installation method.
could you please tell me how to fix this issue?
I visited your shared site but didn’t see any issue on it so could you please tell me a bit more in detail about the issue?
Also if you are not talking about the issue reported in this topic then to help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single 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.
Solution for this topic
I hope you are well today and thank you for your question.
I don’t know which custom CSS code you have tried but you can style 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
#content blockquote {
font-family: arial;
font-size: 25px;
font-weight: 500;
}
Best regards,
Shufflehound team
You are always welcome here 🙂
You are always welcome here 🙂
You are most welcome here 🙂
Awesome great to see you got that solved.
Have a fantastic day!
You are checking it in the site front end.
Please check it in the site admin area.
Hi @dg_waves,
Sorry to hear of the problem you are having.
Could you please import the demo content again using our new demo content installation method as described in the following page?
https://support.shufflehound.com/installing-demo/
Best regards,
Shufflehound team
Hi Elise,
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
@media (min-width: 851px){
.blog-list article a.post-title {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
text-align: left;
padding-left: 400px;
}
.blog-list article .post-meta.post-meta-one {
margin-top: 30px;
}
}
Best regards,
Shufflehound team