Are you adding that background-position CSS yourself?
That background position doesn’t display for me.
Please answer my questions posted in the above reply.
Does it display only for logged in users or for specific browsers?
Could you please test it without logging in and using a different browser?
Yes, you are right.
You can see that some $ _GET and $ _POST are not sanitized
Could you please share the exact location?
As you can see in github the plugin is not compatible with php 7.4 and has problems (For example, an incompatibility with one of my plugins)
Yes, there can be some incompatibility, therefore, we will remove its theme dependency but currently, it is compatible with the theme.
You can change it in the function jevelin_meta_one declared in the theme file /jevelin/inc/helpers.php on line number 1716
I have notified the theme developer to change it in the future version of the theme.
because if i edit it manually, next time i update the theme, i will have to redo this work
No, you don’t need to change it in the theme.
Please refer to the page and the solution shared in it in my above reply.
Hi @powermonique,
I hope you are well today and thank you for your question.
I am not sure what is exactly happened in your case but updating WordPress won’t cause this as many theme users have updated the WordPress without any issue.
It seems from your shared screenshot that the page is corrupted which occurs when you switch the page editor from one to another so please don’t switch page editors and only use the page editor that you have used initially to edit the page.
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 login 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)”?
Is there anyway I can restore an older version of my site to get back what I once had? I tired to restore the “backup” of my site from November and it didn’t work.
How have taken your site backup?
What is happening when you try to restore your site backup?
Should I reinstall the Education demo? Will everything else disappear?
You can If you want to as described below.
https://support.shufflehound.com/installing-demo/
All your existing content will remain intact on importing the demo.
Best regards,
Shufflehound team
Hi @camilo,
I hope you are well today and thank you for your question.
Yes, the plugin is not updated from the last several months but I don’t see any security problem in it.
Could you please tell me exactly where you see the security problem?
We are considering to remove the theme dependency on this plugin in the future version of the theme.
Best regards,
Shufflehound team
No, I don’t need access now as it is fixed.
You can try using below plugin or directly ask to the WooCommerce plugin support.
Solution for this topic
Hi @kaptendop,
Thank you for your question.
You can change header background color on mobile 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
div#header-mobile { background-color: #f1c40f; }
Best regards,
Shufflehound team
Solution for this topic
Hi @kaptendop,
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
#header-mobile ul.sh-nav-mobile .menu-item-type-custom, #header-mobile ul.sh-nav-mobile li.sh-nav-special { display:none; }
Best regards,
Shufflehound team
You are most welcome here 🙂
That background position doesn’t display for me.
Does it display only for logged in users or for specific browsers?
Could you please test it without logging in and using a different browser?
I am not sure why this happened but I logged into your shared site and made it center aligned using below CSS code.
.home .contact-form form input[type=text] { margin: 0 auto; }
I think I have not explained to you properly.
I am not asking you to use any plugin but use the code solution shared on the below page in the section “1. Remove Query Strings from Static Resources with Code”.
https://kinsta.com/knowledgebase/remove-query-strings-static-resources/#remove-query-string-code
Then change the ‘var’ to ‘v’ in the code.
Hi Freddie,
I hope you are well today and thank you for your question.
It really depends on whether you want to do it on a single post page or the blog page.
Could you please share the page URL from your site where you want to display it so that I can help you to achieve it?
Best regards,
Shufflehound team
@powermonique It seems you are facing different issue not exactly same as reported in this topic so to help us keep support thread separates could you please create your own thread for your question instead of posting a reply on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
According to the hosting provider there is a code inject on the database that is creating a redirect to a malware filled page.
Yes but that code can be injected by plugins or any other way by executing server-side script but where is the security loophole in the theme that your hosting provider said?
How have your hosting provider concluded that it is a theme issue?
Any assistance would be appreciated.
I have shared you the links of pages in my above reply that you have to follow.
Solution for this topic
Hi There,
I hope you are well today and thank you for your questions.
This is happening because of the updated WordPress version comes with the gutenberg editor that is enabled by default.
You can install older WordPress editor by using the classic editor as described in the below pages.
https://wordpress.org/plugins/classic-editor/
https://gogutenberg.com/disable-gutenberg/
Then you can use WPbakery page builder and edit the pages.
It’s great that you have not edited and saved any page content orelse your page might have got corrupted.
Best regards,
Shufflehound team
Hi Manish,
I hope you are well today and thank you for your question.
It is a known issue on the demo site and this is happening because on the shared site relative URLs are used like #services instead of https://jevelin.shufflehound.com/construction/#services which will be changed soon.
You can resolve it on your website by changing the relative URL #work to absolute URL http://xarmsolutions.com/#work in your site menu.
Best regards,
Shufflehound team