juusan
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Sovrn] Admin Bar Missing When Plugin DisabledStill having this problem. No word back?
Forum: Plugins
In reply to: [Genesis eNews Extended] Not Working with LeadboxesOh wow, ok. It’s one of the most popular landing page generation services for business use:
You can create general sales pages, but also what they call “leadboxes” – which are essentially a customized popup form that you attach to a button. (The premise being that once a person clicks a button, they’re more likely to follow through with an opt-in.) The boxes are handy because it removes the clutter of forms from your site, and they really do have a better conversion rate than just a static form.
What I’d like to do it paste the leadbox code into my Genesis eNews Extended widgets, but the box code involves javascript to work properly. Without the javascript, the box will still pop up, but it appears in a new tab, and also reloads the original page if you go back. It’s really frustrating for readers to deal with once they click the button that pops up the box.
Forum: Plugins
In reply to: [Genesis eNews Extended] Not Working with LeadboxesArgh, ok. It would be really nice if there were a plugin that did the same thing but accepted javascript. Leadpages/Leadboxes is probably the most popular system out there for adding popup boxes to a button or form, and thousands of people use it. If you made your plugin work with this, or developed another that did, you would probably find a lot of loyal people to download and use it.
Forum: Plugins
In reply to: [Genesis eNews Extended] Not Working with LeadboxesYes, I’m well aware that it’s stripped out. Is there a way to make it stop doing that? I need to be able to insert JavaScript to make it work.
Forum: Plugins
In reply to: [Redirection] how to redirect with slash?Any word on this?
I’m having the same problem.
Same problem here – I’ll add to GitHub.
2015-01-03 18:28:25.000 UTC
PHP Fatal error: Internal Zend error – Missing class information for in /var/www/theculinarylife.com/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5
2015-01-03 18:28:21.000 UTC
PHP Fatal error: Internal Zend error – Missing class information for in /var/www/theculinarylife.com/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5
2015-01-03 18:28:06.000 UTC
PHP Fatal error: Internal Zend error – Missing class information for in /var/www/theculinarylife.com/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5
2015-01-03 18:28:02.000 UTC
PHP Fatal error: Internal Zend error – Missing class information for in /var/www/theculinarylife.com/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5
2015-01-03 18:28:00.000 UTC
PHP Fatal error: Internal Zend error – Missing class information for in /var/www/theculinarylife.com/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Importing/Export SubscribersHey there, I have some subscribers I would like to import from an old blog. I have the database backup. How can I move the subscribers?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Importing/Export SubscribersThanks! Do you need any info from me? Can I PM you my email address?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Importing/Export SubscribersYES! I’m very interested! 🙂
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Importing/Export SubscribersAny word on this? Are there instruction anywhere that tell me what tables to pull from the old database?
Forum: Plugins
In reply to: [Genesis Grid] Thumbnails not showing upNo word on this? Could use some help here. I tried using the following CSS, to no avail:
.teaser .entry-content img { display: inline; visibility: visible; }Forum: Plugins
In reply to: [Genesis Grid] Wanting to display only thumbnail and titleYou can use this:
.teaser .entry-content, .teaser .post-info, .teaser .post-meta { display: none; visibility: hidden; }Forum: Fixing WordPress
In reply to: Can't edit any pages or posts after 3.5 everything is blank?Removing all the BulletProof garbage from the .htaccess file worked for me, too.
From the other thread:
I think I found the cause.
I’m using the BulletProof Security plugin, and even though I disabled the plugin, it leaves the .htaccess file full of “Bulletproofing”. When I changed the .htaccess file back to “Default Mode” and activated it, the JQuery error disappeared and the admin screen worked.
Sounds like BulletProof Security is the issue.
Forum: Fixing WordPress
In reply to: Post Editor missing in WP 3.5 after upgradeReplacing the default .htaccess file with all of the Bulletproof garbage worked for me, too.