File rife-free/advance/rife.php
line 123:
if(1|| $display_rating_notice){
Suggested fix, remove the 1||
condition:
if($display_rating_notice){
Rife Free 2.4.16, WordPress 6.1.1
]]>On the login pages (frontend or backend) of some websites the “Login verification Required” e-mail is being sent always.
Independetly of the browser, and the ‘reCAPTCHA human/bot threshold score’ in the settings.
Just having ‘Run reCAPTCHA in test mode’ activated, no e-mail is being sent (of course ).
What is the problem with Wordfence?
See i. e. these login forms:
https://fme.dwpro.at/login/
https://kindergartenfotografen.at/wp-admin/
Kind regards,
Gerald
I hope you are all doing well in this hard days.
I inserted a shortcode on my site in header.php. The code works, but at the top of the site there is always the text of the shortcode (white first line is always [gtranslate], it is visible on the computer only when loading the page, it is always visible on the phone). When I deleted the added shortcode, and uninstalled the plugin, that line of shortcode text still stands at the firsl line of site as I describet above(shortcode execution not, because I deleted it and disable, but that text on the top is still appearing). When I added shortcode it was in form: <?php echo do_shortcode(‘[gtranslate]’); ?>
Please help
1) Media Categories (taxonomy)
I am trying to use the “Media Category plugin” together with the “taxonomy” option of the slider. However I always get an “images not found” message. Of course I made sure that the corresponding category has pictures in it.
Code would look like this:
[su_slider source="taxonomy: media_category/23"]
2) Feature request: Always show pagination/arrow
An option to show the pagination and/or arrow always or never or on mouseover would be nice. Right now you can just turn it on or off on mouseover.
3) Autoplay stops completely when using arrows
When using the arrows the slider does not continue to next picture automatically anymore until the page is refreshed. I am guessing this is intentional? An option to continue autoplay would be nice.
I found some problem with my theme which using Polylang. At my own private test server everything is working fine, but when I move it to client server something is going wrong.
As standard I using:
<a href="<?php echo home_url('/'); ?>"></a>
… to return to main page. It’s not a static page. It’s coded in index.php
When I browsing site in default language (pl-PL) everything working fine, but when I change language to en-GB and I go for example to: www.site.pl/en/contact/ and when I try to return to main page by clicking logotype it’s returning me to www.site.pl not to www.site.pl/en/
Please help me cause it’s frustrating me, cause I tried everything what I knowed that could help.
]]>I am trying to make the mobile menu (that appears at around 768px and below) always to appear open. This means no need to toggle it with the upper right three bars mobile navigator icon. You can see in this site.
I asked this question in the theme support (Grow theme), but no answer.
Thanks.