convictedvapour
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Verify] How To Add Logo To Age Verify PageCan confirm worked like a charm!
Forum: Plugins
In reply to: [Age Verify] How To Add Logo To Age Verify PageEpic solution. Thanks for sharing. Wonderfully done. Thanks once again and have a good one ??
Forum: Fixing WordPress
In reply to: Run after HTML code?Will code up something else! Thanks for the advice.
Forum: Fixing WordPress
In reply to: Run after HTML code?OK good point. It’s simply I am trying to make a countdown with HH:MM:SS that countdowns every 24 hours then resets itself and starts again. Then I can look to intergrate my custom coding.
Forum: Fixing WordPress
In reply to: Run after HTML code?I will rephrase better. I want to add an echo_do_shortcode in the code below as where it is commented to be added. Thanks!
<script type = "text/javascript"> var timeInSecs; var ticker; function startTimer(secs) { timeInSecs = parseInt(secs); ticker = setInterval("tick()", 1000); } function tick( ) { var secs = timeInSecs; if (secs > 0) { timeInSecs--; } else { clearInterval(ticker); //I WANT TO ADD A ECHO_DO_SHORTCODE HERE startTimer(172800); // start again } var hours= Math.floor(secs/3600); secs %= 3600; var mins = Math.floor(secs/60); secs %= 60; var pretty = ( (hours < 10 ) ? "0" : "" ) + hours + ":" + ( (mins < 10) ? "0" : "" ) + mins + ":" + ( (secs < 10) ? "0" : "" ) + secs; document.getElementById("countdown").innerHTML = pretty; } startTimer(172800); // 48 hours in seconds
Forum: Plugins
In reply to: [Frontend Uploader] File successfully Uploaded but Manage UGC showing blankSame issue any solutions please?
- This reply was modified 8 years, 2 months ago by convictedvapour.
Forum: Plugins
In reply to: [Frontend Uploader] Image as featured image?I am looking into resolving this myself. Will share any progress as and when I do fix it. I have just completed MyCRED awards for it to award points for uploads so should have some time to fix it.
Forum: Fixing WordPress
In reply to: Get this code into a pluginI have currently the css file working It’s just the rest now lol. Thanks for all you help. Consider the issue solved. All of the plugin is now as intended.
- This reply was modified 8 years, 2 months ago by convictedvapour.
Forum: Fixing WordPress
In reply to: Get this code into a pluginI have the HTML code working now correctly (originaly from index.html) working now so thanks for that. @codehunterxydeep The original code being from within a folder as an index.html file requires other folders and files to run correctly as it should.
I’ll explain further and hopefully more clearly. I have a folder called
e-liquid-calculator-master
and within that folder is the following:css
(A folder containing a single fileindex.css
)
js
(A folder containing a single fileindex.js
)
lib
(A folder containing a single filejquery.min.js
)
.eslintrc
(a singular file)
.gitignore
(a singular file)
index.html
(the completed HTML code I managed to embed into the plugin using your code)
LICENSE.txt
(a singular file)
package.json
(a singular file)Now that folder containing all these files was my original HTML working script outside of WordPress plugin I am trying to make put simply when I was to run index.html it worked as it knew where the other files were it needed as above.
How can I get the plugin to find these folders and files within the plugin itself. Any help would be great. In the meantime I shall have a good google around once more on a backup copy of the now half working plugin as not to ruin my original copy.
Many thanks once again and all the best.
Forum: Fixing WordPress
In reply to: Get this code into a pluginThank you very much indeed! @codehunterxydeep
Forum: Plugins
In reply to: [WP Idea Stream] Menu brokenThanks it’s premium. I’m working on a fix as we speak. Thanks for an excellent plugin by the way!
Forum: Plugins
In reply to: [Image Watermark] Invisible Watermark?Would like to see this also BUMP plugin developer!
Forum: Plugins
In reply to: [WP First Letter Avatar] UserPro IntergrationThank you kindly and very much indeed. Yes it is clear ??
Regards,
Gareth
Forum: Plugins
In reply to: [WP First Letter Avatar] UserPro IntergrationExcellent new 99999 worked like a charm. Thank you ever so much indeed! I think I have already left a good review however I will leave one if I haven’t. Will add this fix in however with another good review.
Just a quick thought UserPro is very popular so maybe you could add it to the plugins FAQ on the WordPress repository plugin page perhaps so others can be sure to use this plugin?
I can’t stand reading forums to find nobody has posted the answers thinking through clicking on a google result this one might be the charm.
So here you go folks. If you run UserPro and would like this to work with it set the Plugin filter priority from the default 10 to 99999 and bingo the plugin works.
All fix credits go to the plugin author Dev49.net for fixing it.
Hope this helps others. A massive huge thanks to Dev49.net for a speedy reply and simple fix.
Regards,
Gareth
Forum: Plugins
In reply to: [WP First Letter Avatar] UserPro IntergrationThanks for the speedy reply! Will try these setting then failing that email you. Cheers pal.