The issue is when we select category dropdown the search field automatically focused. But after update WordPress 5.8 it’s not working anymore. The select2 plugin auto focus on search field not working with current WordPress version. Please tell me a solution.
Thank you
]]>However my website is actually running on WordPress 5.4.2 Version. I am not sure why I got this notification and if I should address it further?
]]>To sum up my WordPress website’s main issue, a major selection of my images are not showing up.
I have the latest version of WordPress if that’s any help and the latest version of the Tempera theme. The images were showing up before by the way. It has only been in the last few days that they don’t appear anymore.
My website is https://www.sportstainmentchamber.com
[IMG]https://i57.tinypic.com/oa1ahj.jpg[/IMG] (i apologise if that didn’t come out correctly)
That is so that you can see the problem for yourself.
I haven’t downloaded any new plugins since then. I did copy and paste the following piece of code into the .htaaccess file to fix an issue I encountered regarding my website’s speed after I got an error message in a pink field at the top of one of the settings pages on the “W3 Total Cache” plugin (a plugin that was installed before these issues came up). I didn’t put this in the Tempera forum because I hadn’t made any changes or upgrades to the theme in the days before these issues came up.
The code that I pasted into the .htaaccess file:
# Begin hotlink protection #
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^https://sportstainmentchamber.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sportstainmentchamber.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sportschamber.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sportschamber.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://sportstainmentchambe.ipage.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.sportstainmentchambe.ipage.com/.*$ [NC]
RewriteRule .(gif|jpg|png)$ – [F]
# End hotlink protection #
Any help would be greatly appreciated.
]]>To sum up my WordPress website’s main issue, a major selection of my images are not showing up.
I have the latest version of WordPress if that’s any help and the latest version of the Tempera theme. The images were showing up before by the way. It has only been in the last few days that they don’t appear anymore.
My website is https://www.sportstainmentchamber.com
[IMG]https://i57.tinypic.com/oa1ahj.jpg[/IMG] (i apologize if that didn’t comr out correctly)
That is so that you can see the problem for yourself.
Any help would be greatly appreciated.
]]>