dyderik2
Forum Replies Created
-
Follow up Brice: just discovered that your Plugin in a post is only visible when I switch to Visual Mode. So, my new question is: how can I make it visible in text mode editing? Thanks.
Ok thanks for all the help Daniel!
OK found it – clicked the check boxes plus saved and……popup is there! But you’re right – mobile theme is now much slower, alas!
Wow – Daniel – that’s a long story! Thanks for your time! Question: where can I find wp_footer / wp_header under advanced settings on the Theme Settings tab? I checked PM and there are no advanced theme settings. I checked the mobile theme Unus and there are no advanced theme settings as well. Thanks again.
I totally optimized everything on my desktop theme Classic ChalkBoard. However, its mobile speed in https://developers.google.com/speed/pagespeed/insights remains very low. So I really have to use the mobile theme for mobile. Speed is excellent: 91. Desktop is 93. Never achieved such good results so I would be stupid if I removed the plugin WP Mobile Edition. I tried about 15 other mobile plugins and none of them can achieve this speed.
Then I deleted WP Mobile Edition, installed and activated again, changed nothing of the Mobile theme this time, left it 100% in its original state, and…..still no popup. This makes me think that there is really a weakness in Popup Maker.Thanks Daniel and totally agree with you.
1) Where can I find the chalkboard texture? What is “texture”? I have no idea. And what is png8? Never heard of to be honest. And I suppose you are talking about image optimization?
2) Suppose number 1 fails. Then I would like to know how and where to “run” wp_footer and wp_header on the mobile theme?
Thanks again and sorry I respond so late!
Forum: Plugins
In reply to: [WP Mobile Edition] Compatible with cache plugins???Great! How did you do that my favorite magician?
Forum: Plugins
In reply to: [WP Mobile Edition] Compatible with cache plugins???Hi Emre, this is your customer Dick Detering. I have send a similar message to the author on his website https://iqbalbary.com/ Lets hope he will reply.
Also noticed that there is an error in settings: The callback function used for the supported_taxonomies setting is missing.
Thanks Daniel. The chalkboard theme is responsive but scores very low speed in mobile. I tested it with https://developers.google.com/speed/pagespeed/insights This forced me to install a plugin that is able to detect mobile devices. If it does, it automatically switches to a fast loading mobile theme. I had to strip out the navigation and the footer of this theme to make it load faster and to make it display better on mobile. Is there any code in the theme that I should have left in tact to make the popup work in mobile, maybe?
Oh sorry. Website is https://cyberpositions.com
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] This FAMOUS AR doesn't work for me.OK, again thank you so much, you’re one of the best in this business and I’m gonna buy your PRO version by the end of February!
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] This FAMOUS AR doesn't work for me.You are not only GOOD, you’re also super FAST. I disabled that rocket stuff in my cloudflare account and now source code is as it should be and your fantastic autoresponder works great! One question though: is it possible to eliminate the confirmation popup? It kind of interferes with and delays the appearance of the thank you page. Any extra help would be greatly appreciated! Thanks again!
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] This FAMOUS AR doesn't work for me.This is what I have in my homepage:
<form method=”post” onsubmit=”return BFTValidate(this);”>
<p><label>Name:</label> <input type=”text” name=”user_name”/></p>
<p><label>Email:</label> <input type=”text” name=”email”/></p>
<p align=”center”><input type=”submit” value=”Register”/></p>
<input type=”hidden” name=”bft” value=”register”/>
</form><script type=”text/javascript” >
function BFTValidate(frm) {
var email = frm.email.value;
if(email==”” || email.indexOf(“@”)<1 ||email.indexOf(“.”)<1) {
alert(“Please fill in valid email address!”);
frm.email.focus();
return false;
}return true;
}
</script>Will now check source code.
Forum: Plugins
In reply to: [Arigato Autoresponder and Newsletter] This FAMOUS AR doesn't work for me.Thanks!! Gonna check it now!