Hi @vonedaddy,
I hope you are well today and thank you for your question.
I don’t see any ad in the header of your shared site but in the sidebar as displayed in the attached screenshot.
If you don’t want the sidebar to stick then you can do so 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; transform: none !important; }
Best regards,
Shufflehound team
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.
You are most welcome here 🙂
I don’t see the elements on your shared site you have displayed in your screenshots so could you please tell me exactly on which page I can see them?
I could confirm the issue on my test site that occurs when I use Gutenberg block editor therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Could you please share me the screenshots of what type of editor you are using?
Solution for this topic
In the plugin you will see the code as following.
function custom_jevelin_general_setup(){ set_post_thumbnail_size( 660, 420, true ); add_image_size( 'jevelin-portrait', 420, 660, true ); add_image_size( 'jevelin-square', 660, 660, true ); add_image_size( 'jevelin-landscape-large', 1200, 675, true ); } add_action( 'init', 'custom_jevelin_general_setup', 999 );
In the above code the functions set_post_thumbnail_size & add_image_size are used and its first argument 660 is width and second argument 420 is height.
You have to change this width and height then regenerate the thumbnails on your site using the below plugin.
Solution for this topic
I logged into your shared site and did it by creating a blog page and setting it as your site home page.
Could you please check it?
Hi @wiredmessenger,
I hope you are well today and thank you for your question.
I visited your shared site but didn’t see the issue on it so could you please tell me exactly how I can reproduce the issue?
Best regards,
Shufflehound team
Awesome great to see you got that resolved.
You have to edit the plugin code.
If you don’t know how to to do that then you can consider hiring a developer.
I could confirm the issue on my test site which occurs when I set static posts page in the site Reading Settings as displayed in the attached screenshot therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Hi @Tuneya,
I hope you are well today and thank you for your questions.
In your example you have an invisible title bar without the hairline divider line at the base of the title bar (attachment 1). It keeps showing up on my site (attachment 2). How do you make the hairline go away? I figured out how to make the title bar transparent already.
Could you please share me your site URL where it’s displaying so that I can help?
Unrelated, how do you create this top-level blog menu (attachment 3)? It’s similar to tags but it’s not tags. Are they separate pages?
They are post categories tabs that you can enable in Blog page settings as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi Marianne,
I hope you are well today and thank you for your question.
You can just edit that post and change its content as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @tmattevc,
I hope you are well today and thank you for your question.
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
.sh-header-mobile-navigation .sh-table > .sh-table-cell:last-child { min-width: 102px; }
Best regards,
Shufflehound team
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
It’s weird.
Would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?
In the theme Styling settings, please change the Header background color as displayed in the attached screenshots.