johnilsr
Forum Replies Created
-
Hi Danieliser –
Yeah, I get that conversions tracking is a paid extension but I thought based on the information here https://www.ads-software.com/plugins/popup-maker/ that I’d still get some information on the number of Opens in the free version. At the very bottom of the list of what’s included for Free it says, “Stat tracking: Popup Opens Count.”We’ve used two different pop-ups so far and when I’m in the WP dashboard showing all of my Popups listed, the column labeled Opens is always zero for each of them.
And I don’t see any PM settings that I can set related to specific user roles/GA tracking, maybe those are in the paid version?? We’re just using the free version for now.
Thanks much for checking back on this. You’ve got a really nice product!
jbForum: Plugins
In reply to: [CC Child Pages] Admin editing slow when shortcode is in postHi, yeah, I tried turning off the visual editing feature but that didn’t help.
But! Good news, the problem has been solved for us as of a few days ago. The solution? We moved our web site to a new hosting provider. On the new server, no slowdown occurs. In the end, it appears that the problem was somehow related to our former web hosting platform – WP Engine.
I really appreciate you looking into this issue and going down the rabbit hole trying to figure it out – I’m not sure what aspect of WP Engine’s hosting set up is causing the issue but hopefully if this issue ever pops up for someone in the future, you can ask if they are using WP Engine and get WP Engine to step in and solve the problem.
Forum: Plugins
In reply to: [CC Child Pages] Admin editing slow when shortcode is in postThanks for looking into this! We are running into slowdowns on non-Page Builder posts. We don’t use the child pages plugin on any Page Builder designed pages so I don’t know if the slowdown would also occur on those.
Wordpress version is 4.9.6
We’ve got a bunch of plugins on the site right now – some are not being used now that we’ve launched a new design and we’ll be deleting them soon but here is the current list:
All-in-One WP Migration
Blubrry PowerPress
Category Posts Widget
CC Child Pages
Co-Authors Plus
Custom Bulk/Quick Edit
Disqus for WordPress
Download Monitor
Duplicate Post
Enable Media Replace
File Gallery
Google Apps Login
JM Twitter Cards
Kadence Slider
Kraken Image Optimizer
MB Custom Post Type
Meta Box
MetaSlider
MetaSlider – Pro Add-on Pack
MonsterInsights – Dimensions Addon
MonsterInsights – Forms Tracking Addon
MonsterInsights Pro
Page Builder by SiteOrigin
Podlove Web Player
Popup Maker
Post Type Switcher
Quotes Collection
Raw HTML
Redirect by Custom Field
Regenerate Thumbnails
Rich Text Tags, Categories, and Taxonomies
Search & Filter Pro
Show Current Template
Simple Local Avatars
SiteOrigin Widgets Bundle
Social Media Feather
Special Recent Posts PRO
Sticky Custom Post Types
Stop User Enumeration
Swifty Bar, sticky bar by WPGens
TinyMCE Advanced
Top 10
Velvet Blues Update URLs
Widget Clone
Widget Content Blocks
WordPress Importer
WordPress Popular Posts
WP Engine Content Performance
WP Google Search
WP List Pages by Custom Taxonomy
WP Print Friendly
WPDM – Google Drive
WPDM – TinyMce Button
Wufoo Shortcode Plugin
Yoast SEOThere you have it. If you have any great ideas on what might be the conflict, I’d love to hear about it. Thanks again.
John.Posting again, trying to put this back on your radar!
thanks.
john.Hey Yogaman5020 –
Ha, it looks like you may have went to the wrong site, our web site address is ilsr.org not islrYou can see the plugin working at this page: https://ilsr.org/the-fiber-future-is-cooperative-policy-brief-on-rural-cooperative-fiber-deployment/
would love to figure this problem out.
thanks!
johnOh, I forgot to use the Code tool here for that:
function tptn_remove_brackets( $tptn_list_count ) { $tptn_list_count = str_replace( array( ')', ), ' views)', $tptn_list_count ); return $tptn_list_count; } add_filter( 'tptn_list_count', 'tptn_remove_brackets' );
hopefully that will give the correct spacing, etc..
johnAjay,
here is what I used.function tptn_remove_brackets( $tptn_list_count ) {
$tptn_list_count = str_replace( array( ‘)’, ), ‘ views)’, $tptn_list_count );
return $tptn_list_count;
}
add_filter( ‘tptn_list_count’, ‘tptn_remove_brackets’ );this is resolved.
jbThanks, Ajay. After some trial and error, I modified that code and now it works like a charm.
Cheers.
john.