druid75
Forum Replies Created
-
Forum: Plugins
In reply to: [GDPR] Privacy Policy Page Update Always Shows HomepageHi, I have been working on it today. It turns out that if I completely cleared my browser cache it works fine.
DOn’t know why it was an issue.
I have found the solution to this – I had to clear all my browser caches
Forum: Plugins
In reply to: [GDPR] Privacy Policy Page Update Always Shows HomepageThe page is definitely selected. In fact it doesn’t matter which page I select, the text contents of the home page is always displayed in the accept decline box.
In the database the option ID for my policy page is 585 and that is correct for the page.
I have tried to clear caches etc.
I am using Site Origin to build the pages if that is an issue.
Forum: Plugins
In reply to: [Ajax Domain Checker] Shortcode will not display plugin after recent update.It looks like in an update they have changed the shortcode title so any existing shortcodes (or widget placements don’t work).
I had a look at the code and it seems the new shortcode name is
[ajaxdomainchecker width=’100%’ button=’Check Now’]
This seems to work – however there is no way to get the widget to work without modifying code.
hope this helps.
Forum: Plugins
In reply to: [Ajax Domain Checker] Stopped WorkingIt looks like in an update they have changed the shortcode title so any existing shortcodes (or widget placements don’t work).
I had a look at the code and it seems the new shortcode name is
[ajaxdomainchecker width=’100%’ button=’Check Now’]
This seems to work – however there is no way to get the widget to work without modifying code.
hope this helps.
It’s not wrapped in a short code – its just the meta information for the image. However it would be great to have the new filter, as it looks kind of messy on my site with this extra information.
Thanks for getting back,
Yes, it’s just the line new Advanced_Ads_Shortcode_Creator; that causes the issue.
I am using wordpress 4.4.2. I have checked if its a theme issue by changing to the twentysixteen theme an its not.
I have also checked if its a conflict issue with other plugins, and doesn’t appear to be that either.
regards
Druid
I have temporaily fixed the issue by commenting out this bit of code.
private function __construct() { if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) { new Advanced_Ads_Ad_Ajax_Callbacks; } else { add_action( 'plugins_loaded', array( $this, 'wp_plugins_loaded' ) ); } // add shortcode creator to TinyMCE //new Advanced_Ads_Shortcode_Creator; // registering custom columns needs to work with and without DOING_AJAX //add_filter( 'manage_advanced_ads_posts_columns', array($this, 'ad_list_columns_head') ); // extra column //add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_content'), 10, 2 ); // extra column //add_filter( 'manage_advanced_ads_posts_custom_column', array($this, 'ad_list_columns_timing'), 10, 2 ); // extra column //add_action( 'restrict_manage_posts', array( $this, 'ad_list_add_filters') ); }
its in the file advanced-ads-admin.php It stops the button being placed in the TinyMCE editor.
Forum: Plugins
In reply to: [WP Twitter Feeds] Tweet Actions not showing properlyHi, did you ever figure out how to solve this as I am having the exact same issue.
thanks
Druid