Hi @Pyrotechnix,
I hope you are well today and thank you for your question.
Your shared site is not accessible for me and just displaying the message “Wir sind bald ONLINE!” so please make sure that it is accessible.
Also in the page edit screen please make sure you have either set Page Layout to “Global Default (from theme settings)” or “Full Width” as shown in the attached screenshot.
Best regards,
Shufflehound team
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
There can be various reasons why your site is not loading faster as described in the following pages.
https://www.bitcatcha.com/blog/2015/10-frustrating-reasons-why-your-website-speed-is-slow/
https://www.pickaweb.co.uk/kb/website-running-slow/
https://gtmetrix.com/why-is-my-page-slow.html
You can use below plugin to know which plugins are consuming resources.
https://wordpress.org/plugins/p3-profiler/
You can improve your site performance as described in the following pages.
http://www.wpbeginner.com/wordpress-performance-speed/
https://codex.wordpress.org/WordPress_Optimization/WordPress_Performance
https://wpengine.com/blog/page-speed-wordpress-performance/
https://themetrust.com/test-wordpress-site-performance/
To optimize images and load them faster, you can use any of the following plugins.
Thank you for your cooperation.
You are most welcome here 🙂
Solution for this topic
Please tell me how to reduce the size of the featured image (on Project page) so that I can see the compete image without the need to scroll down. I have tried using a lower resolution image, but then i am left with a picture that is just as big but more blurry.
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
#wrapper .sh-portfolio-single-image img { width: auto; }
If required then please use lower resolution image.
Plus how to set the thumbnails of the home page so that they are not cropped.
I can see the thumbnails are not cropped displayed on the home page of your shared site as shown in the attached screenshot.
Please advise.
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.
Hi Ivan,
Thank you for your question.
I didn’t get your screenshot.
Could you please share me your site URL where it’s displaying so that I can help you to achieve it?
Best regards,
Shufflehound team
Thank you for sharing the site credentials but it is not working for me and I am getting Invalid username error so please make sure the credentials are correct and working fine.
Hi Ivan,
I hope you are well today and thank you for your question.
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
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
You are always welcome here 🙂
You are most welcome here 🙂
Hi @AdamRawK,
I hope you are well today and thank you for your question.
Please make sure you have created and configured woocommerce cart page as described in the below page.
https://docs.woocommerce.com/document/woocommerce-pages/
Best regards,
Shufflehound team
You are most welcome here 🙂
I hope you are well today and thank you for your questions.
I don’t see anything on your shared site as shown in the attached screenshot so please set the images so that I can help you.
Best regards,
Shufflehound team
Solution for this topic
Perhaps you could add an extra one for >Text only/No Slider? Just a thought. Or custom code hiding the slider in a post would work, too. Thanks.
We can consider this feature to be implemented in the future version of theme.
Currently you can remove 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 .sh-gallery { display: none; }
You are most welcome here 🙂
You can see all the scripts used in the theme by visiting the following theme directory.
/wp-content/themes/jevelin/js/
Please try to share screenshots in png or jpeg format in this forum.
I logged into your site and did 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
.vc_grid-filter-item.vc_gitem-post-category-name { float: left; color: #000; }
In matter of fact, a small question. How can I stop the sidebar being sticky?
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
#sidebar .theiaStickySidebar { position: static !important; }