You have to only update Gillion theme and not Gillion child theme.
You can use following plugin to update your theme.
https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/
Solution for this topic
It is fixed in the following latest version of theme so please update the theme on your site to the latest version.
Please login to access this file
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
You are most welcome here 🙂
We didn’t do anything in the theme to prevent it but you can contact the plugin developer regarding the issue so that if he pinpoints anything in the theme then we can resolve it.
I can see the section on the page and padding added it it as shown in the attached screenshot.
If you don’t find the section in the page then alternatively you can also remove that spacing 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-301 section.sh-section.sh-section-9fa5e099670e6fcf35456fca2db8f9e9 { padding-top: 0; }
Solution for this topic
Hi Florian,
Thank you for your questions.
The default picture of the team member section is very small when I check my website with a mobile phone and the social media icons on hover are really big…How can I change this position and place it up to the text?
Do you mean on mobile devices you want to display image above the text in larger size?
By the way how can I define the color on hover? Any ideas?
The hover color is same as your theme accent color set in the theme options but if you want to just change the hover color then you can do so 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 .sh-team-social-overlay2 .sh-team-image:hover .sh-team-overlay2, body .sh-overlay-style1, body .sh-portfolio-overlay4 { background-color: rgba(0, 254, 104, 0.8)!important; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
Solution for this topic
Hi @Florian,
I hope you are well today and thank you for your questions.
I add a portfolio section with 3 differents categories and I would like to change the order of them. But how I can do that? I try to change the parent of the categorie but it changed nothing.
We have to develop custom CSS code to achieve this so could you please tell me in which order you want to display so that i can help you?
By the way I would like also to change the color of the thin divider bar from the categorie but I didn’t found it out. Any ideas?
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
.sh-filter span.sh-filter-item { border-bottom-color: rgba(0,254,254,1); }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best regards,
Shufflehound team
Hi @daptee,
I hope you are well today and thank you for your question.
You have to develop custom code to achieve this.
The files in the following theme directory contains that code so please check it.
/jevelin/inc/includes/option-types/new-icon/
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
Best regards,
Shufflehound team
Hi Helen,
I hope you are well today and thank you for your question.
The theme code is open source and not hidden.
Using plugin is easier but if you don’t want to use plugin then you have to develop custom code using wp_head hook as described in the following page.
https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
Best regards,
Shufflehound team
Hi @adorbit,
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
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
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
I can see it is changed on your site as shown in the attached screenshot.
Please test it clearing your browser cache or using different browser.
The maximum height of logo is 250px so you have to adjust logo image width accordingly.
Hi @tiagosimk,
I hope you are well today and thank you for your question.
You can try hiding broken images by using the solutions like following but i recommend you to delete the broken images markup on your site.
https://wordpress.org/plugins/wp-broken-images/
https://wordpress.org/plugins/wp-replace-unlicensed-and-broken-images/
https://stackoverflow.com/questions/3545132/can-i-hide-broken-images
Best regards,
Shufflehound team
I got the following reply from theme developer.
“Sorry, but PSD isn’t available as it is too unordered and not meant for customers. “
Hi Luca,
Thank you for your question.
This is happening because you have set black accent color on your site but you can change the portfolio hover 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
#page-container .sh-portfolio-overlay3-data { background-color: rgba(95, 196, 179, 0.9) !important; }
Best regards,
Shufflehound team
Hi Luca,
I hope you are well today and thank you for your question.
I can see it is displaying fine on your shared site on mobile device as shown in the attached screenshot.
Please advise.
Best regards,
Shufflehound team
Solution for this topic
Hi Paul,
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-nav li.menu-item a { font-weight: 800; }
Best regards,
Shufflehound team