You are most welcome here 🙂
HIÂ Maciek,
I hope you are well today and thank you for your questions.
WooCommerce Product Additional Information
When I go to “Appearance/Theme Settings/WooCommerce” and change “Items Additional Information” to any value, it doesn’t change on the Shop page. I constantly see Product Title and Categories. How can I change that?
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
WooCommerce Product Title
Where to change the font size of the Product Title displayed on the main Shop page? It seems to be Heading 3, but when I’m changing that in “Appearance/Theme Settings/Styling” it doesn’t get reflected on the page
It is getting changed for me from theme styling Header 3 as shown in the attached screenshot.
Please make sure you are using following latest version of theme.
Please login to access this file
If you still face the issue using latest version of theme then could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
WooCommerce main Title
How to change WooCommerce main shop title? Changing “WooCommerce Title” in “Appearance/Theme Settings/Titlebar” doesn’t seem to be working. I can still see “Archives: Product” instead of i.e. “Shop”
We’ll resolve this issue in the future version of theme.
In the meanwhile you can resolve it using the attached Jevelin child theme that contains some custom code.
Titlebar height
How to change Titlebar Height? Changing “WooCommerce Title” in “Appearance/Theme Settings/Titlebar/Titlebar Height” doesn’t seem to be working when style in page header settings is other than default. Is that on purpose?
Yes it is on purpose.
Titlebar style
I’ve set up “Light (Header + Titlebar) style in page header settings and it works as intended. But how to apply the same formatting to Blog or Shop category pages? Where can I edit these pages i.e. turn off the sidebar?
You can set up it by editing the pages which you have set as blog or shop pages as shown in the attached screenshots.
Best regards,
Shufflehound team
Solution for this topic
I logged in to your site and can access theme settings without any issue as shown in the attached screenshot.
Please try disabling all your browser extensions which may be conflicting with theme settings or try using different browser.
How do I remove the grey colored bar at the bottom of the page? I believe this is the background as I know how to change the color although I want to complete remove the grey bar entirely. It looks strange.
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
footer.sh-footer {
display: none;
}
.content-container.sh-page-layout-full {
margin-bottom: 0 !important;
}
I would like to remove the navigation bar entirely? I don’t think it serves my purposes.
Use the below custom CSS code to achieve it.
nav#header-navigation {
display: none;
}
Is there a way to set up mailchimp to collect the email addresses instead of it going to an inbox I manage? I would like to keep the same look within the template on the contact form but use mail chip if that makes sense?
You can achieve this by using the following contact form 7 plugins.
https://wordpress.org/plugins/contact-form-7/
https://wordpress.org/plugins/contact-form-7-mailchimp-extension/
I notice the website doesn’t display nicely on desktops? I would like the website to show up correctly on any device.
Please try using below CSS code to display it correctly.
#page-container .sh-section-6b60dc9e2043efe53db6b9bfc8f9a97c {
background-size: contain;
background-color: #ECDBD4;
}
It is working fine on my test site using provided CSS code.
Could you please share me the page URL from your site where it is not working so that i can troubleshoot it?
It will work everywhere just do what i am telling you.
Change the #portfolio to http://amandamonaghan.ca/#portfolio in the menu URL field of your site pointed by arrow in the shared screenshot and do this for all other internal links also.
I can see the HTTP response error in your shared screenshot.
Please read the information regarding this error on the below page.
https://support.google.com/tagassistant/answer/3059154?hl=en#http_response
You don’t have to edit the theme file but develop custom code in the child theme to achieve it but as said above developing custom code for custom functionality is beyond the scope of support that we provide here. Please see below page
Hi Josh,
I hope you are well today and thank you for your question.
You can use any font on your site as described on the following pages.
http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/
https://premium.wpmudev.org/blog/custom-fonts-css/
https://wpsites.net/web-design/custom-fonts-wordpress-font-face-generator/
Best regards,
Shufflehound team
Solution for this topic
Hi @Ancadea,
I hope you are well today and thank you for your question.
You can make them responsive by using the information provided on the following pages.
https://www.themepunch.com/faq/incorrect-position-or-size-for-text-button-or-shape/
https://community.theme.co/forums/topic/responsive-button-on-revolution-slider/#post-1036157
Best regards,
Shufflehound team
To help us keep support thread separates could you please create new thread for each of your other questions here https://support.shufflehound.com/forums/forum/jevelin/Â 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.
Please make sure you have also set header style to light in the page header settings.
If it still doesn’t work for you then could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Solution for this topic
You can achieve this by using the attached custom child theme of Jevelin theme that contains some custom code.
Solution for this topic
Hi @Konrud,
I hope you are well today and thanks for posting here.
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile 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
.fw-form-loading:after {
content: "\f110";
font-family: 'FontAwesome';
height: 80px;
width: 80px;
display: table;
font-size: 80px;
line-height: 80px;
margin: 50px auto 0;
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
color: #000;
}
Best regards,
Shufflehound team
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 bee able see it.”?
I hope you are well today and thank you for your question.
You can remove 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-header-top.sh-header-top-2 {
display: none;
}
Best regards,
Shufflehound team
I hope you are well today and thank you for your question.
You can configure the event landing page by using Home Event template as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
Just edit them from Menus settings in the admin area of your site as displayed in the attached screenshot.