chris0815
Forum Replies Created
-
A fix for the issue is to add some CSS
.elementor-button-icon {
display: flex;
align-items: center;
}Hi Milos
I have reproduced the error in a new blank installation. The error occurs when a value is set for Line-Height or is set globally. The icon the icon remains fixed at the top.
Forum: Plugins
In reply to: [Gwolle Guestbook] Missing form label – Accessibility errorHi Marcel, thank you for the info and the upcoming update.
Regards ChrisThank you very much Benjamin, it has worked!
Yes I know. SEO Generator is completely different from SEO Press.
SEO Generator creates Custom Post Types with additional pages. It has nothing to do with the functions of SEO Press. I just don’t want SEO Press to change the title and meta description for these custom post types. That’s why I asked how I can prevent this.I use SEO Generator Plugin. https://seogenerator.io/
SEO Generator creates pages with e.g. [search_term]-in-[location].
[search_term] and [location] is replaced with defined keywords.
Unfortunately, replacing the shortcode with these keywords [search_term] and [location] does not work if SEO Press ist activated in the title and meta descrition. The shortcode with the brackets is shown. There are no problems mit yoast and rankmath but I dont’t want so switch.Thanks Benjamin,
I added
function sp_post_types($post_types) {
//default: unset($post_types[‘attachment’], $post_types[‘seopress_404’], $post_types[‘elementor_library’]);
unset($post_types[‘nw_seo_page’]);
return $post_types;
}
add_filter(‘seopress_post_types’, ‘sp_post_types’);to my function.php.
As expected, nw_seo_page is no longer listed in the SEO Press dashboard in “Title & Meta”. However, SEO Press still makes an impact in the source code. The description is twice and the title also comes from SEO Press. Cache has been cleared several times.Kind regards
ChristianNo, nothing in place which prevents database changes.
“type” column is als available
Screenshot DB: https://bit.ly/3bQWz8EHi Rogier,
Changing the Version to 4.5.1.1 doesn’t help.
I have this error on all Websites after the Update to 4.5.
Rollback to 4.4.1 solve the issue.regards,
ChristianForum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] 403 error when logging outHi, I have the same 403 error on several sites:
https://domain.com/customlogin/wp-login.php?loggedout=trueIn the Traffic Inspector is a note “Probing for vulnerable PHP code”.
If I add my IP to the Whitelist and enable in the TrafficInspector IP Whitelist I get an 404 Error on loggout.
Thanks for your fast support!
Hi Gioni,
this error happend when I’m in the Customizer on serveral sites. (WordPress 4.9)
I use the Generatepress Theme or oceanWP theme.
The issue prevents the colorpicker in the customizer from loading, if I disable cerber the colorpicker works fine.Testpage https://goo.gl/u1ijZY
Christian