Hi Jonathan,
I hope you are well today and thank you for your question.
To resolve the issue could you please try adding the following CSS code in the style.css file of your child theme.
@import url(http://fonts.googleapis.com/css?family=Raleway:300%2C700);
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
You can add shadow to 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.home .sh-column-aec1214d93e70233f78a5559719aef65 {
text-shadow: 2px 2px #8e8080;
}
Hi Pierre,
I hope you are well today and thank you for your question.
You can try using following solutions to batch create them or develop custom code to achieve this.
https://wordpress.org/plugins/bulkpress/
http://wordpress.stackexchange.com/questions/182389/best-practice-for-adding-posts-in-bulk
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Best regards,
Shufflehound team
Solution for 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
.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container,
.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:last-child {
display: none;
}
Awesome great to see you got that resolved which was server issue.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Hi @coskundeniz,
I hope you are well today and thanks for posting here.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Best regards,
Shufflehound team
Solution for this topic
Hi @bjd407,
I hope you are well today and thanks for posting here.
I could confirm the issue on my test site using theme post layout to standard mini therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the 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
@media (max-width: 1025px){
#wrapper #content {
margin: 0;
}
}
Best regards,
Shufflehound team
Hi @rachelmball,
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
Solution for 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
figcaption.wp-caption-text {
text-align: left;
font-size: 12px;
}
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Also to help us keep support thread separates could you please create new thread for each of your questions instead of asking them in your single thread as it makes the thread messy and hard to read.
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
.woocommerce #page-container ul.products li.product>a:hover .secondary-image-container img {
-webkit-transform: none;
transform: none;
}
.woocommerce #page-container ul.products li.product>a:hover .secondary-image-container {
opacity: 0;
}
Solution for this topic
Hi @arch389,
I hope you are well today and thank you for your question.
This is happening because on smaller screen sizes the width of screen is too small to fit social icons in one row.
You can resolve 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
@media only screen and (min-width: 1026px) and (max-width: 1105px){
#page-container .sh-header .container {
width: 100%!important;
max-width: 100%!important;
}
}
Best regards,
Shufflehound team
I could but didn’t find anything directly that is causing this issue so could you please try the solutions as described above?
You are not getting my point. Please read my previous reply carefully i have already answered your question.
It is working fine on our test site.
Which page ID have you added there?
Please share me that page URL.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
It would be very useful and easy to troubleshoot and fix the issue on your site if you share your site login details as requested previously.
I logged in to your site but did not find anything related to the issue.
Please try temporary disabling htaccess authentication on your site and then check.
Also try temporary disabling firewall and if required use following solutions.
https://support.shufflehound.com/forums/topic/error-demo-content-install/#post-1292
https://support.shufflehound.com/forums/topic/demo-content-error-extenssion-zip-is-missing/
I have already provided custom CSS solution above to change their colors and i can see it got changed as shown in the attached screenshot.
I don’t see anywhere above you have mentioned that the same happens on our demo site instead @gcorwin says the jevelin demo site works just fine.
If you see the issue on demo site then could you please share us the screenshot of it?