I could log in to your site but didn’t find any cause generating this issue.
Do you have backup of your site before this happened so that you can restore it?
Please check now.
I have just resaved your address in the Google map content element.
To achieve that please try changing above shared custom CSS code as following.
@media (min-width: 1025px){ .primary-desktop .sh-header-top { padding-bottom: 0; } #content > .fw-page-builder-content section.sh-section { padding-top: 0; } }
You are always welcome here š
Solution for this topic
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-contacts-details .icon-clock:before { content: "\e00c"; }
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
.sh-woocommerce-categories-content h3 { text-align: center; }
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: 900px){ #page-container .container { max-width: 95% !important; } }
I deleted Jevelin as a theme (leaving plugins UM + WooCommerce), and deleted Unyson and Envato Market, and then downloaded the latest Jevelin update and reinstalled and menus seem to be working and WooCommerce is looking a lot better!
Glad the issue is resolved for you using latest version of theme.
There is no āView Cartā icon in checkout anywhere and when an order is made it still sends to the View Cart page and then says the cart is empty, but steps in the right direction!!!
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 @AdamRawK,
I hope you are well today and thank you for your question.
It seems you have installed the plugin incorrectly.
Please delete the plugin on your site and reinstall it from Appearance -> Install Plugins as displayed in the attached screenshot.
Best regards,
Shufflehound team
Could you please share me your site URL where it’s happening?
Also 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 see it.”?
You can change it using Yellow Pencil editor as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Solution for this topic
Please use below custom CSS code to hide them.
.sh-widget-posts-slider .post-meta { display: none; }
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 try resolving the issue by renaming the theme fileĀ page-blog.php toĀ page-blog2.php
It is not implemented in this theme version.
Please note it is tricky to implement this enhancement as the menu is generated by Unyson plugin.
We’ll update you here when it will be implemented in the theme.
As said previously could you please share me the page URL from your site where Recent Posts V2 is displaying so that i can help you to hide it?
Thank you for sharing the site credentials but they are not working for me so could you please make sure that they are correct and working fine?
Unlike other themes the Gillion theme saves theme settings using Unyson plugin in both locations customizer and theme options so please askĀ https://installatron.com/wordpressĀ support whether they support it.
Alternatively you can also use any of the following plugins to duplicate your site.
https://wordpress.org/plugins/all-in-one-wp-migration/
Solution for this topic
I could confirm the issue on your site.
Please update the theme on your site to the below latest version as described hereĀ https://support.shufflehound.com/updating-theme/
Please login to access this file
Also this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Hi @B,
Thank you for your question.
To achieve this, you have to develop custom code in the child theme of Jevelin theme by creating ccategory.php file in it.
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 @B,
I hope you are well today and thank you for your questions.
1. How can I change the view from the screenshot?
Is there a setting in WordPress itself to change this view? Are there any other views?
If you want to change styling of it then you can do so by using Yellow Pencil editor as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
2. In which file is this view created? (If I want to change it with php knowledge)
It is created in the following theme file.
/jevelin/content.php
3. How can I make adjustments here using a child theme?
Just copy the above file in your child theme and edit it however you want.
Best regards,
Shufflehound team