Home › Forums › Jevelin Theme › Team member icon bug
Home › Forums › Jevelin Theme › Team member icon bug
Hi
I have a problem with our team page as the SoMe icons when hovering a picture suddenly behaved weirdly, when only editing within the theme options.
I also have a problem with the SoMe widget in the footer element, as shown in the last attachments.
Can you please explain how I can fix these?
Best Regards
Kaspar
Hi Kaspar,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
The site is not meant to be public yet, but here are the URL’s.
Homepage: http://www.eventcollective.dk/
Teampage: http://www.eventcollective.dk/elements/team/
If this information doesn’t help, is where another way to solve it?
Best Regards
Kaspar
Would you mind if i log in to your site and access it? 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.”?
Sure.
I have this temporary login.
Solution for this topic
You can resolve these issues 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-footer .sh-footer-widgets a.sh-social-widgets-item i {
color: #000 !important;
}
.sh-team-overlay2 .sh-team-icon .sh-team-icon-container i {
vertical-align: text-bottom;
line-height: 60px !important;
}
.sh-team-overlay2 .sh-team-icon .sh-team-icon-container{
height: 60px;
}
Please change your shared login credentials ASAP because you have shared it publicly.
Thank you very much, the help is really appreciated!
I found a minor thing more when going through the web page here:
http://www.eventcollective.dk/elements/pricing-table/
2 places the price containers need shadows on the right side, are you able to help me with that also?
How can I further prevent these minor bugs with the theme CSS styles? It seems like the theme generates the bugs itself, but maybe it’s due to updates? Because those things used to work when I first installed the theme.
Best Regards
Kaspar
2 places the price containers need shadows on the right side, are you able to help me with that also?
To display the shadow also to the right side please try using the below CSS code.
#page-container .sh-pricing-enlarge {
margin-right: 0;
}
How can I further prevent these minor bugs with the theme CSS styles? It seems like the theme generates the bugs itself, but maybe it’s due to updates? Because those things used to work when I first installed the theme.
I couldn’t reproduce it on my test site using latest version of theme.
Could you please update Jevelin theme to the latest version of theme on your site?
This can be child theme issue on your site so to confirm it just temporary use the Jevelin theme instead of child theme on your site. If everything works fine then it’s your child theme issue.
Also this can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Hi
I have one more thing. When searching on the blog page:
http://www.eventcollective.dk/?s=me
The sidebar is acting weirdly, as it shows further down on the page, in the right side. It should show up in the same spot as before <span style=”background-color: #f3a8a3;”>I</span> did the search on the blog, as on this page:
http://www.eventcollective.dk/nyheder/
Can you help me move it to the right position?
Thanks!
Best regards,
Kaspar
Solution for this topic
To resolve the issue you can use below custom CSS code.
body.search #content.sidebar-right{ width: 73%; padding-right: 2%; float: left; }