Solution for this topic
Please try changing above shared CSS code as displayed below.
@media screen and (max-width: 768px){ .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: block !important; } .woocommerce #content table.cart .product-thumbnail img, .woocommerce table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img { max-width: 100% !important; float: none; display: table; margin: 0 auto; } .woocommerce #content table.cart .product-thumbnail::before, .woocommerce table.cart .product-thumbnail::before, .woocommerce-page #content table.cart .product-thumbnail::before, .woocommerce-page table.cart .product-thumbnail::before { display: none !important; } }
To change post type slug in the URL you have to develop custom code as described in the following topic.
https://support.shufflehound.com/forums/topic/permalinks-on-custom-post-type/#post-8699
You can change its height 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-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-top: 15px; padding-bottom: 15px; }
No you can only enable or disable Related posts from theme blog settings.
There isn’t any other settings for it.
Solution for this topic
You can customize 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-header-mobile-navigation .sh-nav-container { padding: 0; }
To use Revolution slider elements, you have to activate Revolution slider plugin on your site but you can always use other slider elements without using Revolution slider as shown in the attached screenshot.
When i try to access your shared page, it always display the screen as shown in the attached screenshot and not the Unyson Shortcodes Table.
Could you please make sure the page is accessible or would you mind if i log in to your site and access it? 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 bee able see it.”?
Solution for this topic
You can remove it as displayed in the attached screenshots.
Please ignore this reply.
Hi @nicolaivarney,
I hope you are well today and thank you for your question.
The theme automatically calculates post reading time using below code based on the number of words contained in the post.
function gillion_read_time( $string ) { $string = strip_tags($string); $string = preg_replace('/\s+/', ' ', trim($string)); $words = explode(" ", $string); $words = count($words); $min = floor($words / 200); $sec = floor($words % 200 / (200 / 60)); if( $min < 1 ) { return '1 min <span>'.esc_html__( 'read', 'gillion' ).'</span>'; } if( $sec >= 20 ) { $min++; } return $min . ' min <span>'.esc_html__( 'read', 'gillion' ).'</span>'; }
Best regards,
Shufflehound team
@acuranoosa Have you tried using the solution posted in my below reply?
If it doesn’t work for you then 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.
You are most welcome here 🙂
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
.page-id-3229 #content .fw-page-builder-content .sh-section:first-child { padding: 0; }
Please use below custom CSS code to remove that line.
#page-container nav#header-navigation { border: 0; }
You are most welcome here 🙂
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.
Hi Michael,
This seems causing by new Unyson plugin update so please make sure to use latest version of Unyson plugin and update its extensions as described in the following topic.
https://support.shufflehound.com/forums/topic/unyson-update-breaks-theme/#post-10097
Best regards,
Shufflehound team
You are most welcome here 🙂
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
Yes but as asked above could you please tell me exactly which URL you are using in the iframe URL field?