Had you changed shared code in the Jevelin child theme functions.php file?
I added it again removing old code and it started working fine.
Could you please confirm now?
I am trying to make changes using the Unyson page builder. But home page won’t save properly except when troubleshooting, and Unyson and Visual composer are enabled.
It seems you are trying to use both the page editors on your site at a time causing none of them working.
I logged into your site and saw you are using Visual composer editor in your home page so please disable Unyson page editor for the page on clicking on the Default editor button as shown in the attached screenshot.
Also, why won’t my site load on Safari?
To help us keep support thread separates could you please create 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 on your new thread.
Awesome great to see you got that resolved.
Have a fantastic day!
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
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
.woocommerce div.product form.cart .variations label { color: #000; } .woocommerce div.product form.cart .variations td.label { display: table-cell; }
You are most welcome here 🙂
Solution for this topic
I resolved it on your site by adding following function in the fucntions.php file of Jevelin child theme.
Could you please confirm?
function jevelin_header_layout() { $header_layout1 = esc_attr( jevelin_post_option( jevelin_page_id(), 'header_layout', '1' ) ); $header_layout2 = esc_attr( jevelin_option( 'header_layout', '1' ) ); if( !is_search() && !is_singular() && !is_archive() && !is_home() && !is_404() ) : return ( isset($header_layout1) && $header_layout1 && $header_layout1 != 'default' ) ? $header_layout1 : ( ( isset($header_layout2) && $header_layout2 ) ? $header_layout2 : '1' ); else : return $header_layout2; endif; }
Next to the copyright text that’s displayed on all pages I want to add a link that will take users to my privacy policy page (https://www.thorcalculator.io/privacy-policy). I’ve attached a screenshot of how it looks like right now.
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
And if possible I want to display the cookies notification at the bottom of the page instead of the top.
You can use any of the below plugins to achieve it.
https://wordpress.org/plugins/cookie-notice/
I can see the map on your shared site as shown in the attached screenshot.
Do you get an error in the site admin area?
If yes then would you mind if I log in to your site and do some troubleshooting? 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 be able to see it.”?
Also please tell me which address you want to set there.
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
html[dir="rtl"] .sh-table-cell.sh-group { float: right !important; padding-top: 20px; } html[dir="rtl"] .sh-table-cell:first-child { float: left !important; }
You are most welcome here 🙂
You are most welcome here 🙂
now i have english categories and if i want to show up categories in my language i just translate those with translatepress right?
Yes right.
And something more! i have also an issue with google maps i’ve done everything about configuration (api created and verified site with html file) i have already set api key to theme settings and there is on sitebuilder’s element too!
byt still doesn’t work.
it says this page cant load properly google maps (as screenshot shows)
To help us keep support thread separates could you please create 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 on your new thread.
Hi @vianney7009,
I hope you are well today and thank you for your question.
You can try achieving this using below Yellow Pencil Editor plugin or develop custom code to achieve it.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Hi @PreciousDave,
Sorry to hear of the problem you are having.
I tried to access your shared site but it is just displaying the message “Website Coming Soon”.
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 be able to see it.”?
Best regards,
Shufflehound team
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
.fat-event-container .owl-carousel .owl-next { right: -40px; } .fat-event-container .owl-carousel .owl-prev { left: -40px; } .fat-event-item.skin-02 .fat-event-meta { padding-left: 60px; } #page-container table th { padding: 10px 0 !important; } #page-container .fc-row table { border: 0 !important; } .fc .fc-row .fc-content-skeleton tbody td { padding: 0 !important; } .fc-row .fc-content-skeleton td { border: 0 !important; }
I logged into your site and resolved the issue.
Could you please confirm?
You are most welcome here 🙂
Solution for this topic
*I want the text and banner (in blue) to display on ALL 3 slides onmy homepage, currently it only shows on the 2nd slide
*All 3 slides has a small black border at the bottom… how do I change that?
You can achieve these by edting and configuring slider revolution slider on your site by referring the below documentation.
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Solution for this topic
I disabled Woo Recent Products carousel on your site as shown in the attached screenshot because only three products are on your site and it started working.
Could you please confirm it?