Hi @Matty,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying so that I can troubleshoot it?
Best regards,
Shufflehound team
You can install it from Appearance -> Install Plugins in the admin area of your site.
When the page loads, I need to have one of the tabs selected. As you can see we use light blue color to show the active tab.
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
Solution for this topic
This is how it works but if you want to display the whole image then please add 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 {
background-size: contain !important;
}
Please note that the above CSS code will display full image but it may not fit in the titlebar.
Hi @kscott,
I hope you are well today and thank you for your question.
You can change it in the below theme file on line number 33
/gillion/inc/templates/titlebar.php
The code that you have to change is as follows.
$heading = ( is_archive() || is_search() || is_404() ) ? 'h1' : 'h2';
Best regards,
Shufflehound team
Hi @kscott,
I hope you are well today and thank you for your question.
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
Also, please share me the exact page URL from your site where it is happening?
Best regards,
Shufflehound team
Hi @richson,
I hope you are well today and thank you for your question.
You can update the POT file as described in the below page and then translate it.
https://help.wprentals.org/article/how-to-update-the-po-translation-after-a-theme-update/
Alternatively, you can use any of the following plugins to change the text.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
Best regards,
Shufflehound team
Solution for this topic
Hi @zenfiretrading,
I hope you are well today and thank you for your question.
Hello how do I edit and modify my “stay connected” area of the Widgetised Side Bar? I can’t seem to change where those links goto, and how do I add or remove social media from it? Lets say if I want a twitter circle instead of instagram.
You can configure it in the widget area as displayed in the attached screenshot.
Also I’m starting to get more experience in Gillian. Am I better just removing the Widgetised Side Bar and just replacing it with a Column and adding my data that way in WPBakery instead? Seems like the “left” side of Gillian is way easier for me to edit and manage then the “right” side of the page LOL
Yes, you can do that if you want to.
Best regards,
Shufflehound team
Hi @marcosmarcon,
I hope you are well today and thanks for helping out here in this forum by posting it.
Your help here is really appreciated.
Best regards,
Shufflehound team
Could you please clear the WP Rocket cache and temporarily disable it so that I can troubleshoot the issue?
Solution for this topic
You can remove that grey square 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
.widget_facebook .sh-widget-facebook-item {
min-height: 180px;
}Hi @dellgirl,
I hope you are well today and thank you for your question.
I visited your shared site but didn’t see facepile on it as shown in the attached screenshot.
Could you please test it clearing your browser cache or using a different browser?
Best regards,
Shufflehound team
To help us keep support thread separates could you please create a 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 with your new thread.
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
The theme developer is working on the update in which there will be multiple fixes including this.
We will update you here after releasing the updated theme version.
The theme developer is working on the update in which there will be multiple fixes including this.
We will update you here after releasing the updated theme version.
Hi @Sorenuhd,
I hope you are well today and thank you for your question.
Currently, there isn’t any theme option to achieve this.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Please make sure that you have configured the logo in the theme settings as shown in the attached screenshot.
Also, this can be that you have logo in white color and other pages background is also white therefore it is not displaying so please try changing the logo to darker logo.
You are most welcome here 🙂
We’ll troubleshoot the lazyload feature more and will update you here if we found anything causing the issue.