Hi @amarkovac,
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
As this topic is old so could you please tell me exactly what is not working and where it is not working by sharing the page URL from your site so that I can help you?
Solution for this topic
That padding is added to the section added in the page so please edit the page and that section and remove the padding from it as shown in the attached screenshot.
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
.single-post .post-content .fw-page-builder-content > .sh-section { padding-top: 0; }
Best regards,
Shufflehound team
Personnally I don’t like WP Bakery page builder. Is unyson page builder going to disappear ?
Don’t have any plan soon.
I am trying to build a page like this example (http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/) with Unyson but I have the same layout problem. It looks like my layout is in a side bar and not in the full page.
See this example : https://www.clarawebdigital.com/project/test-1/
Could you help me please to have a normal layout like other pages or like the example : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/
The theme doesn’t have any such type of layout but you can display it full width 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-portfolio-single-right.col-md-8 { display: none; } .sh-portfolio-single-left.col-md-4 { width: 100%; }
You are most welcome here 🙂
Solution for this topic
Hi @ashlesha99,
I hope you are well today and thank you for your question.
You are adding the widgets in the Header Side Menu Widgets area which displays widgets on clicking on the header menu icon as shown in the attached screenshots.
Best regards,
Shufflehound team
Thank you for confirming the issue.
Actually, the mega menu does not display the post that you ate currently visiting and for the home page it is latest post.
If you visit other post pages then you can see them in the menu.
I have notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
I hope you are well today and thank you for your questions.
1/ url : it is automatically the word “project” in the url
https://www.clarawebdigital.com/project/design/
I would like to change the word “project” and write another word “references”
How can I do that ?
You can try changing it from the Permalink settings as shown in the attached screenshot.
2/ when I want to build my page with brizy, the layout is not well. Brizy is only available on a side bar and looks very bad. please see attached documents
How can I change the mayout out pf my portfolio page to have a page like in this exemple : http://giniconceptdesign.com/portfolio/institut-de-beaute-senkha/
Currently, the theme doesn’t fully support Brizy page builder so it is not recommended to use it.
Soon the theme is going to support WPBakery Page Builder (Visual Composer) as posted in the below topic that you can use.
Best regards,
Shufflehound team
You can download below latest version of the theme.
Please login to access this file
Solution for this topic
Hi @ELBkomplizen,
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
header.primary-mobile { background: #3d3d3d; } #page-container .sh-nav-mobile li.menu-item > a { color: #fc0a1c !important; }
Best regards,
Shufflehound team
Solution for this topic
the blog categories and sample blog posts have disappeared for some reason. How do I get them back?
You can only get them back if you have backup of your site before this incident happened.
Where do I have to go to change the Superman photo in the header? I changed it once, but I can’t find the place.
You can change it from theme titlebar settings as shown in the attached screenshot.
Sure please advise if you need any assistance.
You can resolve 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
#menu .col-md-6:first-child { float: left; width: auto; } #menu .col-md-6:last-child { float: right; width: auto; }
I logged into your site and confirmed it is not working but it works fine when I assign AKTUELLE SAKER category to any other post so it seems something to do with your current post.
You can also confirm it by assigning AKTUELLE SAKER category to any other post.
Could you please try deleting and recreating the post?
My colleague also couldn’t reproduce the issue and it is displaying fine for him.
Please test after clearing browser cache.
Hi @Dogmedia2014,
Sorry to hear of the problem you are having.
Updating the theme doesn’t affect content and settings of the site.
Had you made any changes in the theme files?
Do you have old backup of your site?
Your shared site credentials don’t work and display an error message “Invalid username”.
Best regards,
Shufflehound team
Hi @northernut,
Sorry to hear of the problem you are having.
Could you please tell me exactly when you get that error message?
Also have you checked the error log file as stated in your shared error message?
Best regards,
Shufflehound team
Hi @ukbballrulez33,
I hope you are well today and thank you for your questions.
I’ve fixed the padding issues that were on the right, but I’m still having trouble with the space between the footer and contact area.
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; }
One other thing, my header bar links are blue if they have a “#section” link in them. I thought they were only supposed to be blue if that section was active?
It displays blue because the link is active and refer to the same home page.
If you want to display it active only when you scroll on that section then to achieve this you have to develop custom code in the child theme of Jevelin theme as described in the following page.
https://jsfiddle.net/cse_tushar/Dxtyu/141/
http://www.instantshift.com/2014/11/14/jquery-page-scroll-active-menu/
https://ayanize.com/snippets/how-to-highlight-current-menu-items-on-a-one-page-site-in-divi/
Best regards,
Shufflehound team
Glad it is working fine for you now.
Have a fantastic day!