Solution for this topic
Hi @MrVanDigital,
I hope you are well today and thank you for your question.
To achieve this you have to use smaller logo and develop custom CSS code as shared below that you can use by adding 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 { background-image: url("http://www.romexusa.com/assets/templates/romex/assets/img/layout/bg_header.jpg"); background-repeat: repeat-x; background-position: left top; padding-top: 0; } .header-contacts.sh-table-cell { float: left !important; height: auto !important; display: block; } .sh-header-top .sh-table-cell:first-child { float: right !important; }
Best regards,
Shufflehound team
Actually developing custom code for custom functionality is beyond the scope of support that we provide here.
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
Hi @erikj80303,
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
.woocommerce-MyAccount-navigation ul li.is-active { border-right: 1px solid #e3e3e3; }
Best regards,
Shufflehound team
Hi @erikj80303,
I hope you are well today and thank you for your questions.
If I select a product in the category, the breadcrumbs become: home -> products -> <specific product>. (notice the “products” is the top level for the shop and not the previous page for selected category)
The breadcrumbs doesn’t display previous page link but the relationship between pages from the home page.
I would like specify the top level as maybe “shop” instead of “product”. How do I do this?
You can display it from the theme settings as shown in the attached screenshots.
As you can see above, the selected category disappears from breadcrumbs when going to a specific product in the category. How can I make sure this level of the breadcrumbs is included?
You have to develop custom code in the Jevelin child theme t achieve this.
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 @adam992,
I hope you are well today and thank you for your question.
Could you please try using the below latest version of theme?
Please login to access this file
If the issue still persists then try 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
.container.entry-content { width: 100% !important; max-width: 100% !important; }
Best regards,
Shufflehound team
It is not resolved in this version but will be resolved in the upcoming version.
Not sure exactly why this is happening on your site but could you please try reinstalling WordPress on your site?
Also please make sure you are using latest version of PHP on your server by referring the information provided in the following page.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
@mozer 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.
If the issue still persists 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 see it.”?
Hi @roger,
I hope you are well today and thank you for your question.
You can remove that space 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
#wrapper > .sh-page-layout-default { padding-top: 0; }
Best regards,
Shufflehound team
Hi @alohi,
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
@media (min-width: 992px){ .sh-footer-widgets .row > div.col-md-4.col-sm-6 { width: 50%; } }
Best regards,
Shufflehound team
To resolve the issue I tried to update the theme on your site using below latest version but I am getting the error message as shown in the attached screenshot.
Please login to access this file
Could you please resolve the error using the solutions posted in the following pages and then update the theme on your site?
https://www.siteground.com/kb/increase-php-upload_max_filesize/
https://atlantisthemes.com/fix-upload_max_filesize/
Solution for this topic
This is the default behaviour of the theme.
If you want to display it on mobile then you can do so by using below plugin.
Hi @baliperfect,
I hope you are well today and thank you for your question.
To display sidebar on shop page please add widgets in the Shop Widgets area and set page layout in the theme settings to Sidebar Right as shown in the attached screenshots.
Best regards,
Shufflehound team
There isn’t any option for it so to achieve this you have to develop custom code in the child theme of Gillion theme.
Hi Alfredo,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
You can style menu navigation from theme styling settings.
Best regards,
Shufflehound team
Hi Matt,
Sorry to hear of the problem you are having.
This seems happening because of the javascript code added in your below child theme file.
/gillion-child/js/scripts.js
The code is as following so please resolve the error to make search work.
$(window).load(function () { $('.flexslide-postcategories ').flexslider({ animation: "slide", controlNav : false }); });
Best regards,
Shufflehound team
Hi @cheeks,
I hope you are well today and thank you for your questions.
Hi there. can you advise what size images we should use for the woocomerce product images of the jevelin theme?
There isn’t any size restriction so you can use whatever you think look good.
You can change image sizes as described in the below page.
https://docs.woocommerce.com/document/image-sizes-theme-developers/
Secondly, if I were to use Hide Price until Login plugin, is it compatible with the Jevelin theme? The other plugin is Wholesale market – both by CED Commerce.
We have not tested the compatibility of these plugins so either contact the plugin developers to know it or test it yourself.
Best regards,
Shufflehound team
Thank you for sharing the site details.
It is displaying fine for me as shown in the attached screenshots.
Please test it clearing your browser cache or using different browser.
Now I can access slider revolution settings but didn’t see any button added in it.
Please add the button in the slider and make sure to use the below CSS code.
.tp-parallax-wrap { z-index: 9999 !important; }
Could you please share me your site URL where it’s happening so that i can troubleshoot it?