Solution for this topic
Hi @DMann,
I hope you are well today and thank you for your question.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme as displayed in the attached screenshot.
Please make sure to use latest version of theme from http://support.shufflehound.com/download/jevelin-beta/
Best regards,
Shufflehound team
Awesome great to see you got the solution found.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
It is not possible to achieve the exact result without custom coding but you can achieve a bit similar result 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.home #page-container .post-item,
body.archive.category #page-container .post-item {
width: 100%;
position: static !Important;
}
@media (min-width: 550px) {
body.archive.category .post-item .post-meta-thumb,
body.home .post-item .post-meta-thumb {
float: left;
width: 30%;
margin-right: 35px;
z-index: 99;
}
}
Thank you for sharing the site details but when i try to login your site then i get the error message “ERROR: Invalid username”.
Please check the shared login details are correct and working fine.
I also got this error when I tried to install the demo content again just now…
Important: HTTP Loopback Connections are not enabled on this server. If you need to contact your web host, tell them that when PHP tries to connect back to the site at the URL
http://3cconsulting.ca/wp-admin/admin-ajax.php
and it gets the errorcURL error 28: Operation timed out after 2002 milliseconds with 0 out of -1 bytes received
. There may be a problem with the server configuration (eg local DNS problems, mod_security, etc) preventing connections from working properly.
Please contact your web host regarding this issue as it is related to your web server and may be also causing the issue to install demo content.
Hi Alex,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where the Google says that the “Image alt-tags” are missing so that i can troubleshoot it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi Willy,
Thank you for your question.
This is not a functionality of theme and it is plugin territory so try using plugin like following or develop custom code to achieve this.
https://codecanyon.net/item/wordpress-hover-image-content-tooltip-plugin/4811388
Best regards,
Shufflehound team
You can try resolving this issue 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-column-a96cd8cb53f3276e9c51a67a87653b58 .sh-column-wrapper {
z-index: 9999;
}
Hi @Shinykins,
I hope you are well today and thank you for your question.
You can try achieving 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 .sh-portfolio-overlay3-data {
background-color: rgba(51, 177, 221, 0.75)!important;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
Hi Niloka,
I hope you are well today and thank you for your question.
Sure we can help you to add your own icons but could you please tell me which icons you want to add and where you want to add it so that i can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
You can try changing 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 .sh-single-image-overlay {
background: rgba(229, 73, 71, 0.8);
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
I tried to follow the first option by going to
/wp-admin/theme-editor.php?file=style.css&theme=jevelin
but I could not see the code you mentioned
You are checking it in the wrong location instead you should check it on the following path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
I then tried your second option, added the code but it does not seem to have made a difference. There’s still a considerable gap.
If you want to remove all the space then try using below CSS code along with the above shared CSS code.
body.home .sh-section-40323a66df32144c64b198ce910bc641 {
padding-bottom: 0;
}
Your shared screenshot is not displaying what sections it is so instead of sharing the screenshot of code could you please share the screenshot of that section or tell me which section it is and is it displaying on shop page?
You can try achieving 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
.contact-form .fw-flash-type-success {
text-align: center;
color: #fff;
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
It is actually right quotation icon not 99 number and if you don’t wanat to display it then you can hide 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-testimonials-quote-icon-container,
.sh-testimonials-quote-icon {
display: none;
}
You are most welcome here 🙂
Sure we will do consider it.
Hi @emascherpa,
I hope you are well today and thank you for your question.
Hi, i’d like have this layout listing posts https://jevelin.shufflehound.com/blog/blog-small-images/, into a section of a page.
It’s possible to do with Visual Editor?
No because this layout only displays on the page having template set as Blog.
If i insert POST Element into a page, posts are display in GRID mode, but I can’t set Small images Post.
Could you please share me the page URL from your site where it is displaying and tell me what image size you want to display in the post so that i can help you to achieve it?
Best regards,
Shufflehound team