Solution for this topic
Hi @NorthumbrianTin,
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
.woocommerce-page table.cart td.actions { overflow: hidden; } .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{ text-align:left; float: none; display: block; }
Best regards,
Shufflehound team
Solution for this topic
Hi @NorthumbrianTin,
Thank you for your question.
Currently the theme doesn’t provide this functionality so to achieve this you can try using plugins like below or develop custom code.
https://wordpress.org/plugins/simplemodal-login/
https://wordpress.org/plugins/ciusan-register-login/
Best regards,
Shufflehound team
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.
Solution for this topic
Hi @evgenyvasenev,
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
.blog-single .sh-blog-single-meta { display: none; }
Best regards,
Shufflehound team
Not an issue. You are most welcome here 🙂
Currently the theme doesn’t provide this functionality and we can’t achieve the exact result developing custom CSS code.
To achieve exact result you have to develop custom code.
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
@evgenyvasenev Sure i can help you but 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.
I have tested it on my test site and compared it with our demo site https://jevelin.shufflehound.com/ but it is displaying same for me as shown in the attached screenshot.
Please make sure you are using below latest version of theme and also share me screenshot of how it is displaying on your site.
Use following plugin to download it and then attach it to your reply here to share it.
It should work fine but it is not working on your site because you are not using the exact CSS code that i shared above.
Please see attached screenshot. You are missing dot in the shared CSS code.
Hi @Ekim,
I hope you are well today and thank you for your question.
Could you please tell me how you want to display portfolio by sharing page URL or screenshot of it so that i can help you to create same?
Best regards,
Shufflehound team
You can find that page here https://jevelin.shufflehound.com/portfolio1/ and it is a part of Portfolio demo content as shown in the attached screenshot so you have to import it.
The issue is fixed in the latest theme version 2.5.1 so please update the theme.
Do let us know what info your hosting provider provides to you.
Hi @tiagosimk,
Thank you for your another question.
You can increase mobile menu font size 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-nav-mobile li a { font-size: 16px; }
Best regards,
Shufflehound team
Solution for this topic
To resolve it please also use the below custom CSS code.
#page-container .sh-sticky-header-active { top: 0 !important; }
Hi @tiagosimk,
I hope you are well today and thank you for your question.
This is happening because there isn’t enough space on mobile devices to display title in one line.
You can resolve it reducing the title font size 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 #page-container a.post-title h2 { font-size: 22px !important; }
Best regards,
Shufflehound team
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
As said above these texts are translation ready so you can translate it but theme POT file is not updated so you have to just update it as described on the following pages.
https://www.hostinger.com/tutorials/wordpress/how-to-translate-wordpress-theme-using-poedit
http://wplang.org/translate-theme-plugin/
We will update this POT file in the future version of theme.
Solution for this topic
Hi @socalbicyclist,
I hope you are well today and thank you for your questions.
I am using the included megamenu for my site and I would like to hide the dates.
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
.mega-menu-row .post-auhor-date { display: none; }
Even better would ben replacing the date with the post author’s name and avatar, similar to what is displayed in other parts of the theme.
You have to develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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