You are most welcome here š
Currently the theme doesn’t provide any option to achieve this but you can achieve this as described in the following topic.
https://support.shufflehound.com/forums/topic/duplication-of-googlfonts-links/
My question: Is it possible to include an conformation mail into the contact formular?
I am not sure what you meant by this so please describe it a bit more in detail.
Hi @malv,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to removeĀ it?
Best regards,
Shufflehound team
HiĀ Adam,
I hope you are well today and thank you for your question.
The error means that it is taking to longer for a process to complete and it is timing out. There are a number of ways to fix this error as following.
https://codex.wordpress.org/Common_WordPress_Errors#Maximum_execution_time_exceeded
https://wordpress.org/plugins/wp-maximum-execution-time-exceeded/
Best regards,
Shufflehound team
Solution for this topic
You have to overwrite the theme /inc/templates/copyrights.php file in your child theme then change all the function callĀ jevelin_allowed_html_basic to custom_jevelin_allowed_html_basic then copy the functionjevelin_allowed_html_basic from the theme file /inc/hooks.php and add it in your child theme functions.php file and rename it toĀ custom_jevelin_allowed_html_basic.
Now you can change the functionĀ custom_jevelin_allowed_html_basic however you want.
I am not sure what you are doing here.
TheĀ jevelin_allowed_html_basic function is not directly overwritable in the child theme but you have to develop same custom function and call it in child theme.
HiĀ Willy,
I hope you are well today and thank you for your question.
It seems you forgot to attach the drive link.
Could you please share it so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi @simplyfunjim,
I hope you are well today and thank you for your question.
Do you want to change the default font of all elements on your site or only specific?
Also could you please share me your site URL where you want to use it so that i can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here š
What you are trying to achieve require custom coding.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please seeĀ http://support.shufflehound.com/download/jevelin-beta/
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
Yes theĀ theme CSS file is loaded before child-them CSS file so that you can overwrite theme CSS from child theme CSS.
You must not edit theme files and do all the changes from child theme files.Ā If you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.
Hi @Konrud,
Thank you for your question.
You will find it in the theme file /inc/hooks.php on line number 817
Best regards,
Shufflehound team
Solution for this topic
How can I then just remove this part left on the cat-prijzen-prijslijst products pages (please check printscreen)
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title{
border-bottom: 0;
}
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title + div,
body .type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-seperator-line {
display: none;
}
You are most welcome here š
You are most welcome here š
Solution for this topic
What I need is to eliminate this link tag and save font locally.
You can eliminate this tag by using the attached child theme of Jevelin theme.
You can use saved font locally as described on the pages shared in my previous reply.
Hi @Morne,
I hope you are well today and thank you for your question.
This can be child theme issue on your site so to confirm it just temporary use the Sparkling theme instead of child theme on your site. If everything works fine then it’s your child theme issue so just share me your child theme so that i can troubleshoot it.
Have you made any changes in the theme files?
If not then please delete and reinstall fresh version of theme.
Best regards,
Shufflehound team
First just share meĀ ftp access and if require then shareĀ username and password to yourĀ wp-admin panel.
Solution for this topic
HiĀ Ben,
I hope you are well today and thank you for your question.
To make the code work, just remove the comma in your shared CSS code as following.
.single-product.postid-8600 .sh-woo-layout-image {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Normally, only in this category the product description should be visible, on all the other future ones there wonāt even be a description:
http://www.worldofpixels.be/product-category/prijzen-prijslijst/
Then along with the previously shared CSS code also use the following CSS code.
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title,
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .product_title + div,
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-short-description,
.type-product.product_cat-prijzen-prijslijst .sh-woo-layout-right.col-md-6 .summary.entry-summary .woo-seperator-line {
display: block;
}