David Wells
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Landing Pages] Blank page on wp-admin after latest updateThere was an issue with a plugin updating class.
This has been corrected.
Can you delete the current version of your plugin and reinstall?
Forum: Plugins
In reply to: [WordPress Landing Pages] Substitute form field in redirect URLSet cookies from the form inputs and then use that cookie to autofill your next form
Forum: Plugins
In reply to: [WordPress Landing Pages] Editor Suddenly Stopped WorkingSounds like a plugin/theme conflict.
To test for a theme conflict:
- Activate default Twenty Ten, Eleven, Twelve, or Thirteen theme
- Check to see if the issue still occurs
- If the issue does not occur after having activated the default “Twenty” theme, your theme is causing a conflict with Landing Pages.
To test for a plugin conflict:
- Deactivate ALL plugins
- Activate Landing Pages
- Check to see if the issue occurs
If the issue does not occur, one (or more) of your plugins is causing a conflict with Landing Pages.
To determine which plugin(s) is causing the conflict, follow these steps:
- Activate each plugin one by one
- Check to see if the issue occurs after each plugin is activated
Forum: Plugins
In reply to: [WordPress Landing Pages] Landing page not foundForum: Plugins
In reply to: [WordPress Calls to Action] Same sitewide CTAAll themes are very different.
But probably inside your footer.php if you want it in the footer of your site.
Or in the header.php inside the <body> tag to have it higher up on the site.
I’d recommend having backups of your files before making any changes
Forum: Plugins
In reply to: [WordPress Calls to Action] Same sitewide CTAUse the cta shortcode and hardcode it into your theme
do_shortcode(‘[cta id=”123123″]);
Forum: Plugins
In reply to: [WordPress Leads] New leads not being added to "leads" pageExclude the form from being tracked: https://www.screencast.com/t/Z2ZJHSw02gJ
Or Open the browser in new incognito browser sessions if you want the autopopulation to go away.
Forum: Plugins
In reply to: [WordPress Leads] New leads not being added to "leads" pageWhat is the problem?
All leads should have different form population unless they are all using the same browser
Forum: Plugins
In reply to: [WordPress Landing Pages] Inbound Now Landing Page Plugin SlowShared hosting is notoriously slow.
As you add more and more functionality to your site via wordpress plugins things can slow down even more.
My advice would be installing a caching plugin (if you do not already have one) like https://www.ads-software.com/plugins/w3-total-cache/ or getting a faster host like a WPEngine.
You can also prune down some functionality from plugins you might not be using.
Our tools aren’t gigantic but they aren’t small either, they provide a full marketing toolkit for you to convert more leads on your site.
Forum: Plugins
In reply to: [WordPress Calls to Action] Mobile and PC only placement of CTAsHey Chris,
You can do this with CSS media queries targeting mobile devices https://learnlayout.com/media-queries.html
Forum: Plugins
In reply to: [WordPress Landing Pages] Inbound Now Landing Page Plugin SlowHow many plugins are you currently running?
Are you on a shared host?
Can you provide a live link?
Also what kinds of traffic does your site get?
Forum: Plugins
In reply to: [WordPress Calls to Action] Duplicate contentPlease consult with SEOmoz on these matters
We don’t handle support for their software.
All kinds of false positives can occur with ‘site scanners’ like this
These are wordpress categories associated with a custom post type
https://www.mydomain.com/email_template_category/wordpress-core
https://www.mydomain.com/email_template_category/inbound-coreForum: Plugins
In reply to: [WordPress Calls to Action] Duplicate contentDeindex them with WordPress SEO plugin if you wish.
They aren’t duplicate content and shouldnt effect anything on your site
Forum: Plugins
In reply to: [WordPress Leads] Manually Send emails to all users?This is not currently possible (or advisable)
You want to send emails to leads from a real email service rather than your wp_mail
If you are on a shared hosting provider, your emails via wordpress could easily be marked as spam
Forum: Plugins
In reply to: [WordPress Landing Pages] Broken category pageYou will need to write custom .htaccess code to change your category permalinks
https://www.ads-software.com/support/topic/htaccess-remove-category-base?replies=3