daytrader007
Forum Replies Created
-
Forum: Reviews
In reply to: [WP CountUP JS] Absolutely amazing plugin!Amazing support from plugin author when we bumped into an issue caused by another script!
Thank you Roel!Forum: Plugins
In reply to: [WP CountUP JS] Conflict with another JS scriptNow everything works perfect!
Thank you so much Roel!
Forum: Plugins
In reply to: [WP CountUP JS] Conflict with another JS scriptTrying 3.2
Forum: Plugins
In reply to: [WP CountUP JS] Conflict with another JS scriptWe use this PHP code in the functions file to get users count
// Function to return user count function wpb_user_count() { $usercount = count_users(); $result = $usercount['total_users']; return $result; } // Creating a shortcode to display user count add_shortcode('user_count', 'wpb_user_count');
We have these codes side by side
[countup start="1" decimals="0" duration="5"][user_count][/countup] [countup start="1" decimals="0" duration="5"]5555[/countup]
Result
Please note that both codes worked fine in previous version of your plugin, I am worried if there are other people using shortcodes to show dynamic data just like in the sample above.
Forum: Plugins
In reply to: [WP CountUP JS] Conflict with another JS scriptInstalled new update. Now videos and everything works great, except for when using this functionality with another shortcode [users_count]
Now it just shows —
Previous version of your plugin did work excellent when using it like bellow.This just gets actual number of users from the database
[countup start="1" decimals="0" duration="5"][users_count][/countup]
Please note, this works fine
[countup start="1" decimals="0" duration="5"]5555[/countup]
Forum: Plugins
In reply to: [WP CountUP JS] Conflict with another JS scriptThe plugin used is yours “WP CountUP JS”
We have this line in head section
<script src="https://www.domain.com/video-play-on-mouse-over.js"></script>
JS file contains just this code. Used to play video on mouse over it.
window.onload = function() { const vids = document.getElementsByTagName("video") for (let i = 0; i < vids.length; i++) { vids[i].addEventListener( "mouseover", function(e) { vids[i].play() }) vids[i].addEventListener( "mouseout", function(e) { vids[i].pause() }) } }
Then in HTML content we have
<video loop preload="auto"><source src="https://www.domain.com/video-file.mp4" type="video/mp4" /></video>
So technically videos and everything else worked perfectly fine until we installed and activated your plugin “WP CountUP JS”. The numbers animate and count up as per your plugin fine, but videos no longer play on mouse over. We have deactivated your plugin temporary so we can have users play those video files. Until we can resolve the conflict of your plugin and our script. Thank you for helping
You are absolutely correct!
It worked like magic!Thank you so much!
Good point on not choosing Taxonomy at all. I didn’t know you may leave those blank.
The problem is in this case all posts show up, while we only want to show posts with tickers. Not sure why WP places category name as ticker/tag (Weekly trade ideas, webinars and Thoughts out loud) as we only place ticker names in tags throughout the site.
Image: https://prnt.sc/d7n8uzI then tried it with Taxonomy: post_tag and left Terms: blank/none but the problem here is that it still shows all posts, even blank ones, since no tags in those. Obviously Weekly trade ideas posts cover 10 stock tickers and since they are all in a single post, they all show up. No good.
Image: https://prnt.sc/d7nasbLooks like the only good option here is the original one as I showed earlier https://prnt.sc/d6tz4z
Only need to figure out 2 things:
1) Make sure tags don’t repeat
2) Make sure they are shown in a proper alphabetical sort order.I have no idea how to do this ??
But there might be a decent interest and demand in this, since there is no plugin that shows all tags on one page and many folks out there want it. Hope you can help those folks including myself.
Thanks Tom!
Forum: Plugins
In reply to: [Custom Permalinks] Does not work on sub sub categoryYou are absolutely correct Sami!
Thank you very much for this suggestion!Forum: Plugins
In reply to: [Custom Permalinks] Does not work on sub sub categoryHow about subcategory slash removal issue? Have you looked into it?
Try something like this
https://www.domain.com/category/subcategory/ <-try removing this last slash from subcategory please.Please note: It works on pages and posts just fine.
https://www.domain.com/about-us/john-smith <-john-smith is not subcategory, it is a page and it works.Forum: Fixing WordPress
In reply to: Second set of tags that use the same slug or urlWere you able to find solution? Researching for this myself. Please let me know. Thanks
Forum: Fixing WordPress
In reply to: Second set of tags that use the same slug or urlWere you able to find solution? Researching for this myself.
Forum: Reviews
In reply to: [WPFront Notification Bar] Great tool, however it’s limited to…By the way instead of X for close and arrow image for open it would be best to use icons by their unicode like so arrow down is f0ab and close f057.
fontawesome.io
People would really knock themselves out customizing their bars! ??Please consider this for next update.
Thanks!
Forum: Reviews
In reply to: [Category Widget] It does the job!I am sorry I should have written this in support not reviews.
I take my one star review back.
Now it works good. I like how you push your Pro Version ??
Thanks! Never forget to test before publishing!Forum: Plugins
In reply to: [Custom Permalinks] Does not work on sub sub categoryBy sorting I mean being able to sort long list of Custom Permalinks on this page
https://www.domain.com/wp-admin/tools.php?page=custom_permalinksRight now new ones being added on the bottom of the list, so when you have hundreds of custom urls it’s difficult to navigate. It needs some sorting options as well as search option.
Just like we all have it on post page
Thanks