Solution for this topic
Hi @hgvj,
I hope you are well today and thank you for your question.
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
.post-meta-content .post-auhor-date { display: none !important; }
Best regards,
Shufflehound team
Hi @dianazahe,
Thank you for your question.
The responsive menu is displayed on smaller device sizes.
To achieve this, you have to develop custom code in the child theme of Gillion theme.
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
Hi @dianazahe,
Thank you for your question.
It is displayed in the bottom to make site responsive on smaller device sizes.
To achieve this, you have to develop custom code in the child theme of Gillion theme.
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
It is displaying fine for me as shown in the attached screenshot.
Please tell me exactly where you are getting the issue so that I can troubleshoot it.
Also don’t just resize the browser but refresh it.
Solution for this topic
I hope you are well today and thank you for your question.
You can achieve it developing custom CSS code as described in the following topic.
https://wordpress.stackexchange.com/a/155207/14347
Best regards,
Shufflehound team
Hi Chrysanthi,
Thank you for your question.
You can change it from the theme Notice settings as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi Chrysanthi,
I hope you are well today and thank you for your question.
No you won’t have any problem but take backup of your site before updating it so that If anything goes wrong then you can restore the backup.
Best regards,
Shufflehound team
Hi @jenniferlupton,
Thank you for your question.
You can create this transparent header as described in the following topic.
https://support.shufflehound.com/forums/topic/transparent-header/#post-2187
Best regards,
Shufflehound team
Hi @jenniferlupton,
I hope you are well today and thank you for your question.
Aer the content elements on that page created using wpbakery page builder or unyson page builder?
If it is created using unyson page builder then you have to use unyson page builder to edit it.
If you are not sure how the page is created then could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
So as displayed in the attached screenshots you want to achieve “If you click on portfolio project then you land on the single project page where clicking on arrows should display portfolios if the same category”.
Right?
The Unyson portfolio content element doesn’t work like that and displays portfolio the same way as single post.
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
You are most welcome here 🙂
I have tested it on your shared site and it is working fine for me.
Could you please test it clearing your browser cache or using a different browser?
Solution for this topic
Hi @jenniferlupton,
I hope you are well today and thank you for your question.
You can use those templates in the Unyson Page Builder as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
To achieve it please change above shared CSS code as following.
.category-fertilitet .sh-titlebar { background-image: url("https://clps.hr/wp-content/uploads/2018/07/f1995251-eb29-4aad-94f0-5f7f69d60076.jpg"); } .category-fertilitet .sh-titlebar .sh-table { padding: 60px 0; }
Hi @paulekirk,
Sorry to hear of the problem you are having.
Please try resaving your site permalink settings in your site admin area.
Also you can try resetting your site htaccess file as described in the following pages.
https://bordercrossingmedia.com/2009/01/how-to-restore-your-wordpress-htaccess-file/
https://www.webhostinghero.com/restore-damaged-htaccess-file-wordpress/
Best regards,
Shufflehound team
Hi @nicolasheili,
I hope you are well today and thank you for your questions.
You can either translate it as described here https://support.shufflehound.com/theme-translation/ or use any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
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.
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.
Best regards,
Shufflehound team
Solution for this topic
Hi @dianazahe,
Thank you for your question.
As described in your following topic it is happening because of the custom CSS code you have used on your site using Yellow Pencil editor so please remove it.
https://support.shufflehound.com/forums/topic/mobile-navigation-logo-and-space-size/#post-32646
Best regards,
Shufflehound team
Solution for this topic
You can reduce its 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
@media (max-width: 397px){ #page-container .sh-header-mobile-navigation .header-logo img { max-height: 30px !important; } .sh-header-mobile-navigation .sh-nav-container { padding: 20px 0; } }