Closing this as a duplication of topic :
https://support.shufflehound.com/forums/topic/use-chinese-language-trouble-please-help-me-solve/
You are always welcome here š
HiĀ Jordan,
I hope you are well today and thank you for your question.
I am not sure what you are trying to achieve so could you please describe it a bit more in detail by sharing screenshot of it if possible?
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
This is how it displays by default but you you can change 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
.archive.category .blog-style-masonry article {
width: 100%;
position: static !important;
clear: both;
}
.archive.category .post-content-container {
text-align: left;
width: 67%;
float: left;
}
.archive.category .post-meta-thumb {
width: 30%;
float: left;
}
.archive.category .post-content-container .post-title h2 {
margin-top: 0;
}
.archive.category .masonry-shadow .post-item:hover .post-container{
box-shadow: none;
bottom: 0;
}
.archive.category .blog-style-masonry {
height: auto !important;
}You are most welcome here š
After troubleshooting i could reproduce the issue which only occurs when we hide mega menu column as shown in the attached screenshot.
Therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you have to not hide the column or display first sub menu item as column without hiding it.
I can see it is displayed by the following theme code added in the theme fileĀ /jevelin/woocommerce/loop/sale-flash.php so it is translation ready.
if ( $product->is_in_stock() && $product->is_on_sale() ) {
echo apply_filters( 'woocommerce_sale_flash', '<span class="sh-popover-mini">' . esc_html__( 'Sale!', 'jevelin' ) . '</span>', $post, $product );
} else if( ! $product->is_in_stock() ) {
echo apply_filters( 'woocommerce_sale_flash', '<span class="sh-popover-mini sh-popover-mini-dark">' . esc_html__( 'Sold out', 'jevelin' ) . '</span>', $post, $product );
}
You can change this translation ready text either by translating the theme or using any of the following plugins. Please note the theme domain isĀ jevelin
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
HiĀ Elena,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Also if you want to then you can try using custom URL option if menu to use custom category URL in the menu as described in the following page.
Best regards,
Shufflehound team
Hi Willy,
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
.page-id-10191 .sh-column.fw-col-xs-12.fw-col-sm-2 {
width: 16.66666667% !important;
float: left;
}
Best regards,
Shufflehound team
Hi @syb123,
Thank you for your patience here and sorry for the delay.
First of all do not use ant third party plugin to display excerpt and please ask each of your questions in a separate topic as it becomes very confusing for me to understand it.
Then please tell me how you are using Chinese text and English text for the same post so that i can help you.
Best regards,
Shufflehound team
Hi @zeynlambat,
Sorry to hear of the problem you are having.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Sorry for the delay but we’ll resolve it in the next theme update.
Solution for this topic
I think you are talking about shortcodes.
You can align images either using WordPress alignment classes or using visual editor as described in the following pages.
https://en.support.wordpress.com/images/image-alignment/
https://codex.wordpress.org/Wrapping_Text_Around_Images
Not an issue.
Hi @tiffanymavery,
I hope you are well today and thank you for your question.
If you are talking about the buttons displayed in the slider shown in the top of the page then it is not icon box slider but slider revolution and you can add buttons in it as described in the following page.
https://wpexplorer-themes.com/total/docs/adding-buttons-sliders/
Best regards,
Shufflehound team
Solution for this topic
Hi @Roba_W,
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
.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a {
color: #0087e8 !important;
}
Best regards,
Shufflehound team
Hi @Mr. Wonderful,
Sorry to hear of the problem you are having.
Could you please share me the page URL from your site where it is not playing correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Hi @dano007,
I hope you are well today and thanks for posting here.
These are just normal warnings.
Are you having any issue due to this on your site?
Best regards,
Shufflehound team
Hi @m4mazzotti,
Sorry to hear of the problem you are having.
Please try deleting and reinstalling latest version of unyson plugin on your site.
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
Also see the solutions posted on the following pages to resolve this issue.
http://www.fastsecurecontactform.com/session-start-error
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Make sure that session directory is writable on your server or contact your web host regarding this.
Best regards,
Shufflehound team
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!