Hi Erik,
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
#page-container #header-navigation .sh-nav .current_page_item {
height: auto !important;
}
Best regards,
Shufflehound team
I logged in to your shared site to troublehsoot the issue but it seems the shared user account is not an admin so I couldn’t troublehsoot it.
Could you please make the shared user account as an admin?
Also please make sure you have set proper file permissions to WordPress files as described on the following pages.
https://codex.wordpress.org/Changing_File_Permissions
https://www.smashingmagazine.com/2014/05/proper-wordpress-filesystem-permissions-ownerships/
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Solution for this topic
Hi Erik,
I hope you are well today and thank you for your question.
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 .woocommerce-tabs li {
border-bottom: 0 !important;
}
Best regards,
Shufflehound team
@Ximena To help us keep support thread separates could you please create your own thread for your question instead of replying on others 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
Hi @MihaiPuscas,
I hope you are well today and thank you for your question.
It seems search close Icon is not displaying on your shared site due to some reason.
You can display 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-header-search-close i.ti-close {
color: #47c9e5!important;
}
Then you can use it as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
I have made required changes in the child theme header 10 file and attached updated child theme to this reply so please use it.
Hi @bluebee,
I hope you are well today and thank you for your question.\
but how to make the 2 column same height
You can achieve it by using any of the solutions shared in the following pages.
https://wordpress.org/plugins/equal-height-columns/
https://www.w3schools.com/howto/howto_css_equal_height.asp
https://xthemetips.com/create-columns-equal-heights/286/
Best regards,
Shufflehound team
It is made hidden on your shared site using the following CSS code generated by Yellow Pencil plugin.
.blog-list .post-item:nth-child(4) .post-container {
display: none;
}
To resolve the issue you can either remove above CSS code from your site If you remember where you have set it or 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
.home .blog-list .post-item:nth-child(4) .post-container {
display: block;
}@zsolt67 It seems you are facing 404 error due to different reasons so to help us keep support thread separates could you please create a separate topic for your question referring this topic so that I can help you?
@zsolt67 We will implement this feature in the future version of theme.
If the above shared solution doesn’t work for you then could you please create a separate topic for your question referring this topic so that I can help you?
You are always welcome here 🙂
You are most welcome here 🙂
@Lauren To help us keep support thread separates could you please create your own thread for your question instead of replying on others 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.
Hi Tim,
I hope you are well today and thank you for your question.
Please try regenerating thumbnails on your site using the following plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/
If the issue still persists then this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson & Woocommerce plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Best regards,
Shufflehound team
Solution for this topic
Hi @nitskov,
I hope you are well today and thank you for your questions.
3- Can the active dot be colored – 75549c and the inactive dots be 505050
4- Can the whole site be edge to edge on mobile?
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
.single-fw-portfolio .slick-dots li button {
background-color: #505050;
}
.single-fw-portfolio .slick-dots li.slick-active button {
background-color: #75549c;
}
@media (max-width: 550px){
#page-container .container {
max-width: 100%!important;
}
}
1 – Is it possible to move the arrows and header (with the word “WORKS”) above the gallery photo and center them? See image attached for what I’m looking for. It would appear the same in mobile.
2 -The right arrow is disabled in project HQ. I would like the projects to cycle and never be disabled. I want the right arrow to carousel to the next image in both directions (left/right).
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
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
@media (max-width: 800px){
.sh-section-a09ab805ff4fac305e6b3b8ed673ae71 .sh-column {
width: 50%;
float: left;
}
}
@media (max-width: 550px) {
.sh-section-a09ab805ff4fac305e6b3b8ed673ae71 .sh-column .sh-table-cell.text-right * {
font-size: 30px;
}
.sh-section-a09ab805ff4fac305e6b3b8ed673ae71 .sh-column .sh-table-cell.text-left * {
font-size: 10px;
}
}
@media (max-width: 340px){
.sh-section-a09ab805ff4fac305e6b3b8ed673ae71 .sh-column {
width: 100%;
}
}Could you please try deactivating all other plugins except Unyson and then try updating extensions?
If it doesn’t help 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 @zsolt67,
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