smartdevth
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerCould you try to switch theme to default theme?
Before switch the theme, bewarned that the widget and menu setting will be lost.Forum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerClick on the screen option button on the top and see if the featured image is on.
Regards
Forum: Plugins
In reply to: [Advanced Advertising System] not redirected correctlyThe codes which broke redirection are
if (isset($this->_settings['redirectFiles']['wp-login.php'])){ $filters = array( 'login_url', 'logout_url', 'register_url', 'wp_redirect', 'retrieve_password_message' ); add_filters($filters, array($this, 'ReplaceLoginUrl'));
And these codes will make the redirection works again
if (isset($this->_settings['redirectFiles']['wp-login.php'])){ $filters = array( 'login_url', 'logout_url', 'register_url', 'wp_redirect', 'retrieve_password_message' ); remove_filters($filters, array($this, 'ReplaceLoginUrl'));
If you couldn’t find the setting which is about the above codes(because I didn’t install the plugin but I just looked for these code)
I suggest you have to put this following code into you functions.php in your theme :global $SwiftSecurity; remove_filter('wp_redirect',array($SwiftSecurity->HideWP,'ReplaceLoginUrl'),100);
Redirection should work fine after you insert this code.
Cheers !
Forum: Plugins
In reply to: [Advanced Advertising System] Unable to attach image to BannerHi,
Which section do you have a trouble with.
I am not sure where you were attaching the image.Regards
Forum: Plugins
In reply to: [Advanced Advertising System] Documentation and "payments"You could set the pricing in zone manager.
Cheers !
Forum: Plugins
In reply to: [Advanced Advertising System] not redirected correctlyI will go checking for the swift security code, never try it before.
Perhaps it is about redirection setting or rewrite rule of this plugin?
In a meantime you could check about these setting if they exist.
Regards,
SmartdevthForum: Plugins
In reply to: [Advanced Advertising System] not redirected correctlyHi Mike,
Have you tried to deactivate the security plugin and see if redirection is working?
Forum: Plugins
In reply to: [Advanced Advertising System] not redirected correctlyPlease try to update v1.2.1.1 and see if it works. Otherwise, you may check the configuration of your hosting.
Regards,
SmartdevthForum: Plugins
In reply to: [Advanced Advertising System] Extension do not work because files missingsYou’re welcome.
Forum: Reviews
In reply to: [Advanced Advertising System] Website downGet the update to 1.2.1. Sorry again.
Forum: Reviews
In reply to: [Advanced Advertising System] Website downPlease re-download v1.2, there was one folder missing, problem with the SVN. sorry T_T
Forum: Plugins
In reply to: [Advanced Advertising System] Extension do not work because files missingsThere was my mistake, problem with the SVN Please re-download again.
Regards,
SmartdevthForum: Plugins
In reply to: [Advanced Advertising System] Can't get it workCould you give me a url? and some of captured setting screens would be nice.
Regards,
Smartdevth
Forum: Plugins
In reply to: [Advanced Advertising System] Advert linksHi marcos,
If the problem you face is about redirection, then you may try to check a HTTP status when you click on the banner and if the code is 406, it is about your host. Otherwise, you can post the url and I will check it for you.
Regards,
SmartdevthForum: Plugins
In reply to: [Advanced Advertising System] Compatible with The Event Calendar ?1) Your case is such a unique one. By the way, if you would like to customize the ads system for your site, you may have to send me more details at [email protected] and we can discuss later on email.
2) If you give permissions to them, yes, they can, but I have a future plan to do a system which can auto display ads if the customers have paid via Paypal, it is in the PRO Version and will be more effective than just giving permissions to the end user.
3) My plugin should be probably compatible with Woocommerce, but I have seen some cases which can cause my ads display incorrectly such as Woocommerce SEO.
Cheers