Title: Adblade's Replies | WordPress.org

---

# Adblade

  [  ](https://wordpress.org/support/users/adblade/)

 *   [Profile](https://wordpress.org/support/users/adblade/)
 *   [Topics Started](https://wordpress.org/support/users/adblade/topics/)
 *   [Replies Created](https://wordpress.org/support/users/adblade/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/adblade/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/adblade/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/adblade/engagements/)
 *   [Favorites](https://wordpress.org/support/users/adblade/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/adblade/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/adblade/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solve Media CAPTCHA] Two Errors](https://wordpress.org/support/topic/two-errors-2/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/two-errors-2/#post-9760386)
 * The API keys are on our site at Configure->Sites. Each site should have a “Keys”
   button to the right that pops up a window and gives you your API keys.
 * Can you give me more information about your error installing the plugin? Also,
   which version of PHP and WordPress are you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iCopyright Republishing Suite] Featured Image & Default Author](https://wordpress.org/support/topic/featured-image-default-author/)
 *  [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/featured-image-default-author/#post-9102064)
 * Has the “featured image” feature ever been implemented? I don’t see how to get
   it working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solve Media CAPTCHA] Sorry, you are not allowed to access this page.](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-access-this-page-7/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/sorry-you-are-not-allowed-to-access-this-page-7/#post-8251719)
 * The form was submitting the the wrong URL. I have fixed it in v1.2.2. Please 
   update the plugin and let me known if it works for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solve Media CAPTCHA] php coding error](https://wordpress.org/support/topic/php-coding-error/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/php-coding-error/#post-6698118)
 * This has been fixed in version 1.2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Firing on Tooltip Shortcodes with longstring ID](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/#post-7251041)
 * I have not been able to replicate this issue with other shortcodes and have not
   heard back from the other developers. Can you open a ticket in their plugin to
   see if they can reproduce the issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Firing on Tooltip Shortcodes with longstring ID](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/#post-7250906)
 * I will follow up with them and see if there is anything we can do.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Firing on Tooltip Shortcodes with longstring ID](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/#post-7250876)
 * I am looking into the issue now, but don’t see any problems on our end. The code(
   see below) is very simple for this feature. Are you sure you didn’t have a copy
   of our ad tag at the end of the tooltip code? Would it be possible for me to 
   see the code for the other plugin?
 *     ```
       function adblade_ads_within_shortcode( $atts ) {
           $options = get_option( ADBLADE_OPTIONS_KEY );                                                                                                                                    
   
           if ( array_key_exists( 'adsWithinTag', $options ) && ! empty( $options['adsWithinTag'] ) ) {
               return $options['adsWithinTag'];
           }                                                                                                                                                                                
   
           return '';
       }
       add_shortcode( 'AdsWithin', 'adblade_ads_within_shortcode' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Firing on Tooltip Shortcodes with longstring ID](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/firing-on-tooltip-shortcodes-with-longstring-id/#post-7250780)
 * I do not understand what issue you are having? Are you trying to have one shortcode
   call another? Do you have a screenshot of what is happening?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Adblade Publisher Tools] Disabled access to site](https://wordpress.org/support/topic/disabled-access-to-site/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disabled-access-to-site/#post-8049383)
 * Did you see anything in your error logs indicating what the issue is?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Adblade Publisher Tools] Admin blank page](https://wordpress.org/support/topic/admin-blank-page-3/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-blank-page-3/#post-8047638)
 * Did you see anything in your error logs indicating what the issue is?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] plugin giving "fatal error"](https://wordpress.org/support/topic/plugin-giving-fatal-error/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-giving-fatal-error/#post-6726672)
 * > I wonder how can I eliminate an add altogether from my list, if I decided not
   > to use it after all?
 * If you are referring to the shortcode, you can just remove the shortcode. If 
   you have an ad setup to be before or after a post, you can remove the value from
   the fields in the admin page.
 * > I use the same tag on two sites, and I’m sure there’s not a problem.
 * That should not be a problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Seeing 404 errors after updating to 1.6.3](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/#post-6747700)
 * > Please reach out to me over email when you have a chance to follow up.
 * I emailed the address I have on file. Let me know if it is not received.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Seeing 404 errors after updating to 1.6.3](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/#post-6747688)
 * > I guess my last option is to try to install the plugin in a fresh bare-bones
   > install of WP 4.3.1 without any posts, theme or plugins, then add my assets
   > back in 1 by 1.
 * Let’s hope we can avoid that. I’m still looking into what might be causing this
   for you even though we have such a similar setup.
 * Did you, by any chance, try uninstalling the plugin and reinstalling it so the
   settings refresh? Maybe the rewrite rules are not saved properly. I’d try that
   without then ‘q=$uri&’ first to see if it works.
 * Also, turn on the WP_DEBUG flag ([https://codex.wordpress.org/Debugging_in_WordPress](https://codex.wordpress.org/Debugging_in_WordPress))
   and let me know if anything from the plugin shows up. Maybe it has some information
   we can use to find the issue.
 * If that fails, can you let me know what other plugins you have installed? If 
   you want to move this information off of the support page, I can contact you 
   via the email address on your account.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Seeing 404 errors after updating to 1.6.3](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/#post-6747684)
 * That is very similar to my setup, with the exception of CloudFare. Is there any
   setting in that CDN that might cause a problem?
 * I was able to replicate the issue on my server, but only after I removed a live
   from my nginx configuration. Did you use [http://codex.wordpress.org/Nginx#General_WordPress_rules](http://codex.wordpress.org/Nginx#General_WordPress_rules)
   when you initially setup your web server? Specifically, do you have a lines like:
 *     ```
       location / {
       	try_files $uri $uri/ /index.php?$args;
       }
       ```
   
 * When I removed that from my confiration, I started to get 404 errors too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Adblade Publisher Tools] Seeing 404 errors after updating to 1.6.3](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/)
 *  Plugin Author [Adblade](https://wordpress.org/support/users/adblade/)
 * (@adblade)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/seeing-404-errors-after-updating-to-163/#post-6747673)
 * Can you let me know which web server you are using?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/adblade/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/adblade/replies/page/2/?output_format=md)