narayan.changder
Forum Replies Created
-
If I Dynamically Generate Sitemap then the problem happens. Without Dynamically Generate Sitemap it is working fine.
Thanks Torbert.
Hi Torbert. I am facing some problem. I see when the plugin generates auto description from content using do_shortcode(), its working. So, I tried to use the do_shortcode() function in plugin’s wp_title() function but its not working. Could you please tell me how can I achieve this?
/*** Used to filter wp_title(), get our title. ***/
function wp_title() {
global $aioseop_options;
$title = false;
$post = $this->get_queried_object();
if ( ! empty( $aioseop_options[‘aiosp_rewrite_titles’] ) ) {
$title = $this->get_aioseop_title( $post );
$title = $this->apply_cf_fields( $title );
}if ( false === $title ) {
$title = $this->get_original_title();
}$content = $post->post_content;
$title=do_shortcode($content);return apply_filters( ‘aioseop_title’, $title );
}Thanks. I will wait for this functionality.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingHi, I do not know why it is working. I just deleted my plugin using FTP and used one of my friends working plugin and it worked. Thank you for your support.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingYes I have only single site and this is the main.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingForum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingAfter reinstall setting is preserved but cannot open setting page.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingStrange error. I also deleted it and reinstall fresh copy but alas the same problem.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingI tried it in chrome, firefox and internet explorer too.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingI have deactivated all plugins except adinserter and still, it shows page not found.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad inserter setting not openingI have tried many times both in Chrome and firefox and the problem persists in both cases. I have WP fastest cache installed.