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
Hi @nicolaivarney,
Sorry to hear of the problem you are having.
I visited your shared site and found the following javascript error is causing this issue.
Uncaught ReferenceError: OptinMonster is not defined
Please clear the cache on your site or temporarily disable it.
If still the issue persists then try deactivating OptinMonster plugin.
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @Erin_Rose04,
Sorry to hear of the problem you are having.
I logged into share site and saw you are using older version of PHP on it as shown in the attached screenshot causing this issue so to resolve it please update PHP to the latest version.
Best regards,
Shufflehound team
Hi @manq211,
I hope you are well today and thank you for your question.
What do you want to change in it?
You can translate it as described in the below page.
https://support.shufflehound.com/theme-translation/
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
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
Best regards,
Shufflehound team
Hi Gerd,
I hope you are well today and thank you for your question.
In my last ticket, we removed the “fine lines” in header. After that, fine lines squares (see picture 2191) appeared. How can I remove them
I don’t see it on your site on mobile as shown in the attached screenshot.
Please advise.
Furthermore, I can’t find the option to remove Breadcrumbs and links from the header section. Thx for that
Use below CSS code to remove it.
.sh-titlebar .title-level {
display: none;
}
https://www.ayoos.ch/home-fitness/angebot-sandra-heeb/Â (see picture 2174) on the mobile site, there are still this fine lines (around the logo).
Use below CSS code to remove it.
.primary-mobile-light .sh-header-mobile#header-mobile {
border: 0 !important;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
I could confirm the issue on my test site using visual composer tab content element therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
You are most welcome here 🙂
Hi @colletteyoder,
I hope you are well today and thank you for your question.
Actually it Foodie theme template.
It is created using two different Heading content elements. In top heading content element only W is entered & configured as shown in the attached screenshots and in second one whole text is added.
Best regards,
Shufflehound team
It seems you are confused between the two questions you have asked me in this topic.
I am trying to help you for your below question and not about translation question which I have already answered above “You can’t translate #services as it is HTML ID and you have to develop custom code to change them according to the language your site is using.”.
I created some pages for the Services, but when go back to the home (One page) dont show me the list of Services. Go back to the start of Home. How to do go back in home/#Services?
To resolve this in your above shared screenshot just change the URL #services to http://br688.teste.website/~arboreoe/#services as pointed in the attached screenshot.
Hi @flapsclub,
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
@media (max-width: 1025px){
.sh-footer .sh-copyrights .sh-table {
display: flex;
flex-direction: column;
}
.sh-footer .sh-copyrights .sh-table-cell:first-child {
order: 2;
}
.sh-footer .sh-copyrights .sh-table-cell:last-child {
order: 1;
}
}
Best regards,
Shufflehound team
Solution for this topic
Hi Jeroen,
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
.single-post article .post-thumbnail a.post-lightbox {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
I logged into your site and resolved the issue by deactivating GTBuilder Demo Importer plugin which was causing the issue.
I could confirm the issue on my test site using vosual composer tab content element therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Please don’t share password or any sensitive information on the forum as this is public forum so the information shared can be misused by others.
If you want to share anything privately then you can do so by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able to see it.”.
Solution for this topic
Hi Sanj,
I hope you are well today and thank you for your question.
You can remove 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
.home .page-content .sh-comments {
display: none;
}
Best regards,
Shufflehound team
Does it work fine for you using default WordPress theme?
Just temporary use the Twenty Seventeen theme on your site and test it.