Solution for this topic
You had disabled the Elements in the page builder settings which i enabled now as shown in the attached screenshot and confirmed all the elements are displaying fine now.
Could you please confirm whether it is working fine for you now?
Instead of selecting Los Angeles in time zone could you please try setting its UTC time which i think is UTC-8 hours?
in the wordpress settings->reading i have checked static page and in the post page i have selected (blog_page)
it’s correct?
No please don’t set anything in the posts page.
Solution for this topic
It is not margin but the widget content width which is equal for all widgets irrespective of their contents.
You can disable the faded lines 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-footer .sh-footer-widgets ul li, #page-container .sh-footer .sh-footer-widgets ul li { border: 0; } #page-container .sh-footer-widgets h3:not(.widget-tab-title):after{ display: none; }
Hi Lucas Teles,
I hope you are well today and thank you for your question.
The demo content is for importing whole demo site data in your site and not just slider.
You can create full width slider as described in the following page.
https://theme-fusion.com/knowledgebase/how-to-make-a-full-screen-revolution-slider/
Best regards,
Shufflehound team
Hi @SessHoll,
I hope you are well today and thank you for your question.
You can try achieving this by using the attached custom child theme of Gillion theme that contains some custom code.
You will get information about child theme on the following page.
http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Best regards,
Shufflehound team
You are always welcome here 🙂
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-container .sh-titlebar-light #breadcrumbs { text-align: right; } #page-container .sh-titlebar-light .sh-table { padding: 90px 0; }
Hi @laylasierra,
I hope you are well today and thank you for your question.
Currently the plugin doesn’t provide this feature but we will consider this to be implemented in the future version of theme.
To use it now, you have to develop custom code.
Best regards,
Shufflehound team
Hi Willy,
I hope you are well today and thank you for your question.
It seems you are using the cache on your site therefore the changes are not reflecting when you are logged out.
To resolve the issue try clearing the cache or temporary disabling it.
Please note i am talking about server cache and not browser cache.
Best regards,
Shufflehound team
Hi Rocio,
I hope you are well today and thank you for your question.
You can change its color 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
.contact-form .fw-flash-message { color: #e30450; }
Best regards,
Shufflehound team
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 @marciotoledo,
I hope you are well today and thank you for your question.
It seems it is added by the Section layout element padding so please remove it from Section layout element as shown in the attached screenshot.
If you can’t remove it then could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Hi @clinicalfinish,
I hope you are well today and thank you for your question.
Yes i need to access your site to troubleshoot it so could you please temporary disable the maintenance mode or 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 bee able see it.”?
Best regards,
Shufflehound team
You can change it using the solution shared in the following topic.
You can fix it using below custom CSS code.
@media (max-width: 1025px){ div.sh-back-to-top + div { position: absolute !important; padding-top: 0; top: 65px !important; } }
Hi Stefan,
I hope you are well today and thank you for your question.
Yes you can install it as it seems the issues of Unyson plugin version 2.7.9 is resolved in the latest plugin version.
Best regards,
Shufflehound team
Currently not but if you have any question 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.
I have a follow up question. Is there a way to change the settings for the related posts section, other than using Custom CSS? I would for example also like to change the headline. Is this possible?
Yes it is possible by translating the theme or using any of the following plugins.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
How does the system select the related items.
It selects based on the category and post formats.
@dpulliam Could you please share me your site URL where it’s happening so that i can troubleshoot it?