UlisesFreitas
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] GoodLayers Themes and SEO PressHi Benjamin, In fact, I am writing on behalf of Enrique Camba and he has a premium account with you, there is a ticket written there where a Drive link is shared.
But it’s been 6 days since it was written and they haven’t answered me. If you can review it, do me a favor.
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] GoodLayers Themes and SEO PressHi I try this two but doesn’t work.
$cf = get_post_meta($id, 'gdlr-core-page-builder', true); $cf_decoded = json_decode($cf); $content = $content.$cf_decoded;$cf = get_post_meta($id, 'gdlr-core-page-builder', true); $content = $content.unserialize($cf);- This reply was modified 3 years, 3 months ago by UlisesFreitas.
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] GoodLayers Themes and SEO Pressfunction sp_filter_content_content_analysis($seopress_get_the_content, $seopress_get_the_id) {
$cf = get_post_meta($seopress_get_the_id, 'gdlr-core-page-builder', true);
return $cf;
}
add_filter('seopress_content_analysis_content', 'sp_filter_content_content_analysis', 10, 2);function sp_content_analysis_content($content, $id) {
//$content = default WP editor
//$id = current post ID
//Example to add your custom field to content analysis
//Flexible content must be called like this: name_of_your_flexible_content_0_name_of_your_field
$cf = get_post_meta($id, 'gdlr-core-page-builder', true);
$content = $cf;
return $content;
}
add_filter('seopress_content_analysis_content', 'sp_content_analysis_content', 10, 2);Hi I added 2 snippets following the SEO Press documentation, the page builder is stored in post_meta as gdlr-core-page-builder
Forum: Plugins
In reply to: [Joinchat - Enhanced "click to chat"] Please add thisOh I know, it´s just be nice if the adjustments can be done within the plugin itself, anyway thanks for the quick answer. 🙂
Forum: Plugins
In reply to: [Fast Velocity Minify] Error 500To myself, I finally managed it was throwing Error 500 because of the Server Info tab i thinks is because the plugin need some permissions to read data from my server and my hosting block that and return Error 500.
Forum: Plugins
In reply to: [Salon Booking System - Free Version] Send booking email confirmationWorks like a charm
Thanks