I am not getting it doing the same thing on my site so 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.”?
Solution for this topic
You can see in your shared screenshot that you are using wrong CSS code and not as following so please correct it.
.tp-parallax-wrap { z-index: 9999 !important; }
You are most 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
.page .sh-titlebar-height-large .title-level { display: none; } .page .sh-titlebar-height-large .titlebar-title h2 { color: #fff; font-size: 19px; }
Solution for this topic
I visited your shared site and it seems you are using Jetpack plugin on your site so could you please try temporary deactivating its Photon module on your site as shown in the attached screenshot?
This jetpack photon module is not updating the images stored on wp.com so to resolve the issue either disable this module or update the images on wp.com by contacting jetpack support team.
Then try regenerating thumbnails using the below plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/
Then please use below plugin to display image properly.
https://wordpress.org/plugins/my-eyes-are-up-here/
You can get it in theme package zip folder and I have also attached it to this reply.
Could you please tell me exactly what you are doing that is displaying that popup?
Hi @cheeks,
Thank you for your question.
I don’t see the shared CSS code used on your site.
Where have you added it?
Could you please share me the screenshot of it?
Best regards,
Shufflehound team
Hi @cheeks,
I hope you are well today and thank you for your question.
No they are not same one isĀ ‘simple-line-icons’ and other is ‘fontawesome’ icon.
Best regards,
Shufflehound team
Solution for this topic
Hi John,
Thank you for your question.
To achieve that please create a blog page by configuring it as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @cazaguns,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
It is dynamic page and we can change its layout to full width developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
You can get information about child theme in the following page.
http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Unfortunately 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
Hi @uufitlife,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help?
And please also tell me which icons do you want to display and which you want to hide?
Best regards,
Shufflehound team
Hi @juliefen,
I hope you are well today and thank you for your question.
They are displaying active because they are referring the anchor tag on same home page which is current active page.
If you don’t want them active then you can add 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
.primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item:first-child > a{ color: #fff!important; } .primary-desktop-light .sh-header:not(.sh-sticky-header-active):not(.sh-header-10) .sh-nav > li.current_page_item > a{ color: rgba(255,255,255,0.85)!important; }
Best regards,
Shufflehound team
You have to not just copy paste whole address but set it one by one such as first country then state then city etc.
Hi @Nerina,
I hope you are well today and thank you for your question.
The product images should be at least of sizes 560px X 560px which don’t display on your site. On your site the images are of sizeĀ 300px XĀ 300px
Please use larger images andĀ regenerate thumbnails using following plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/
If you don’t want images to stretch then you can 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
.single-product.woocommerce div.product div.images img { width: auto; }
Best regards,
Shufflehound team
I am not sure what is happening with your site but I would suggest you to change all admin users passwords on your site and secure your site using below solutions.
https://wordpress.org/plugins/wordfence/
http://www.wpbeginner.com/wordpress-security/
https://yoast.com/wordpress-security/
https://www.codeinwp.com/blog/secure-your-wordpress-website/
If you don’t have your site backup then unfortunately we can’t restore your site and you have to create your site again manually.
Please do regularly take backup of your site using any of the below solutions so that if anything goes wrong then we can restore it.
https://wordpress.org/plugins/backupwordpress/
HiĀ John,
I hope you are well today and thank you for your question.
I am not sure what you meant by it so could you please describe it a bit more in detail by sharing screenshot and page URL from your site where it is displaying so that i can help you?
Best regards,
Shufflehound team
Yes that’s why in the meanwhile I suggested above to use plugin solution.