Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
You can disable 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-portfolio-single-slider a.sh-overlay-lightbox.sh-table-cell { display: none; }
You have to go into edit page screen to set page layout to Full width as shown in the attached screenshot.
Hi @greenbulb,
I hope you are well today and thank you for your question.
To achieve this you have to develop custom code as developed for other functionality in the following topic.
https://support.shufflehound.com/forums/topic/linking-to-specific-category-in-portfolio/#post-20611
Best regards,
Shufflehound team
You can contact Woocommerce Additional Variation Images plugin support to resolve the issue caused by it.
It is not working on your site because of CSS specificity issue so please try using below custom CSS code instead of above.
#page-container .gfield_list_cell input[type="text"] { width: 100% !important; }
3. Yes I do want to change the background color of the mobile menu to the same off-black color as the border is around the drop area (snippet 1)
I also would like the hamburger icon to not have the white space between the lines (snippet 2). I’d like for it just to be the magenta against the grey I’ve chosen for the header.
You can change it by using Yellow Pencil editor as described in the below page to achieve this.
https://support.shufflehound.com/how-to-change-almost-any-element/
Hi @mariah,
Sorry to hear of the problem you are having.
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme as displayed in the attached screenshot.
I can see the error message “Could not copy the file” in your shared screenshot so please make sure your WordPress install files have proper following permissions.
https://www.smashingmagazine.com/2014/05/proper-wordpress-filesystem-permissions-ownerships/
https://codex.wordpress.org/Changing_File_Permissions
Best regards,
Shufflehound team
Hi @Realdo,
I hope you are well today and thank you for your question.
The switcher displays when you set portfolio layout to Gallery Slider as shown in the attached screenshot.
Best regards,
Shufflehound team
this is the element I need added.
As it is partial screenshot so I don’t know which element it is.
Could you please share me the page URL from your site where it is displaying so that I can help you?
Also, on the blog page, there are related posts. Where do i control that widget from?
You can just enable or disable it in the theme Blog settings as shown in the attached screenshots.
Hi @ddewit,
I hope you are well today and thank you for your questions.
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
Best regards,
Shufflehound team
Hi Jakob,
I hope you are well today and thank you for your question.
The unyson page builder column element doesn’t provide any option to set height. It is available in the WPbakery page builder.
You can try making their height similar by using Yellow Pencil editor as described in the below page to achieve this.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Solution for this topic
Is it possible to switch between the demos installed? I installed 2 demos. 1 is displayed. But where is the other one? How to activate it?
Demos are not separate entities but just pages and posts content created on your site so there isn’t any switch form them.
You can just search the page in your site admin area and visit it to see the page content display.
When I click on the home page to edit it with page builder, there is no content to be edited. But there should be the content of the demo, shouldn’t it?
Yes it should bbe.
Could you please share me the page URL from your site where it is not displaying correctly so that I can troubleshoot it?
Also if possible please share me the screenshot of that page content in the admin area.
Is this due to the error message (see attached screenshot).
I don’t think so.
Please make sure you are using latest version of PHP on your server by referring the information provided in the following pages.
https://www.wikihow.com/Check-PHP-Version
http://php.net/supported-versions.php
It seems happening because you have not set the blog page layout to Full width as shown in the above shared screenshot.
You are always welcome here 🙂
You are most welcome here 🙂
I have turned on sticky header in the “customize” settings, however, when I view the site, my header is not sticky.
It displays sticky for me on the scroll.
Please test it using different browser.
When viewing the homepage, my logo is the correct size (pic 1), however, on all my other pages, the logo is much smaller (pic 2). I had used Yellow Pencil to edit the logo size previously, so I was wondering if this might be an issue with Yellow Pencil.
You can increase its height 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
#page-container .header-logo img { height: auto; max-height: 100px; }
I changed the text color on my drop-down menu, but after I did this, it changed the drop-down background color to off-white, rather than the default off-black which I wanted to keep (pic 3)
Do you want to remove the white background of mobile menu?
If yes then which color do you want to apply there?
Hi @ddewit,
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 (max-width: 900px) { #page-container .container { max-width: 100% !important; width: 100% !important; padding: 0 5px !important; } }
Best regards,
Shufflehound team
Hi @MrVanDigital,
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
.page-id-2357 .sh-single-image-container img { width: auto; max-height: 250px; }
Best regards,
Shufflehound team
Hi Markus,
I hope you are well today and thank you for your question.
When going to Customizer, the menu shows the items of the two demos. How can I uninstall one of the demo?
There isn’t any uninstallation functionality. You have to delete unwanted content manually.
And I do not understand how to edit the text of the demo.
Just edit that page and change the text using page builder.
Best regards,
Shufflehound team