eschmidtke
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF qTranslate] Latest ACF update (5.8.3) breaks ACF QTranslateHello,
Has anyone came up with a solution to this problem? Will there be a fix either within an ACF qtranslate plugin update or an ACF plugin update?? I had to revert back to previous version of ACF for temporary (I hope) fix.
Thank you.
Forum: Plugins
In reply to: [Constant Contact Forms] User entries not processes upon submissionThe issue has appeared to have fixed itself? Thank you.
Forum: Plugins
In reply to: [Constant Contact Forms] User entries not processes upon submissionHello. Thank you for responding. Sorry I haven’t had to chance to log in for a few days. I don’t know what it could be. Had it still been worl=king properly on the staging site I would have assumed I messed it up somewhere bit that wasn’t the case. Both sites worked just fine but now it is not. Ye,s I would be willing to contact your support off forums but if you are referring to CC support they just say to contact the WP plugin support. Please advise. Thank you.
Forum: Plugins
In reply to: [qTranslate X] How to change language titles in chooserThis issue had never been addressed. I had to use javascript to change the text in the DOM
Forum: Plugins
In reply to: [qTranslate X] How can I change language titlesThis issue had never been addressed. I had to use javascript to change the text in the DOM
Forum: Plugins
In reply to: [AddToAny Share Buttons] Doesn’t share the current page URL in FacebookThank you for your response. This has been resolved. The problem went away after pushing live from the staging environment. Mast have been related to the set up of the staging servers at Siteground
Forum: Plugins
In reply to: [Constant Contact Forms] Add Field button not workingThat worked! Totally appreciate your help not only with with your plugin, but also your efforts to get that conflicting piece of code up and running. Have a great day!
Forum: Plugins
In reply to: [Constant Contact Forms] Add Field button not workingI found the problem. I narrowed it down to my functions.php file and when I eliminate a snippet i picked up somewhere along the way it works. However it is a useful function for me so Im wondering if you might be able to see where the conslict resides?:
// add character count to excerpt textarea in admin function excerpt_count_js(){ if ('page' != get_post_type()) { echo '<script>jQuery(document).ready(function(){ jQuery("#postexcerpt .handlediv").after("<div style=\"position:absolute;top:12px;right:34px;color:#666;\"><small>Excerpt length: </small><span id=\"excerpt_counter\"></span><span style=\"font-weight:bold; padding-left:7px;\">/ 220</span><small><span style=\"font-weight:bold; padding-left:7px;\">character(s).</span></small></div>"); jQuery("span#excerpt_counter").text(jQuery("#excerpt").val().length); jQuery("#excerpt").keyup( function() { if(jQuery(this).val().length > 220){ jQuery(this).val(jQuery(this).val().substr(0, 220)); } jQuery("span#excerpt_counter").text(jQuery("#excerpt").val().length); }); });</script>'; } } add_action( 'admin_head-post.php', 'excerpt_count_js'); add_action( 'admin_head-post-new.php', 'excerpt_count_js');
Thanks for your help.
Forum: Plugins
In reply to: [Constant Contact Forms] Add Field button not workingThanks for the reply Michael, Sorry your initial response got buried in my gmail and I missed it.
I am not too familiar with javascript but when i go the the console in chrome there are multiple Uncaught Type Errors that appear to be related to a file called load-scripts.php. No idea where this file resides or what to do with this info. As i mentioned i turned off all of my plugins and it didnt fix it. I really need to get this working. I have always used gravity forms and the associated plugin for that is outdated. Please advise! Thank you.
Forum: Fixing WordPress
In reply to: One-page site: close responsive menu after clickHi kahoferj,
I am looking for the same answer. I followed a tut but it was not complete when it came to the responsive menu functionality on mobile. I would really appreciate your help if you were able to figure this out. Thank you.
Forum: Plugins
In reply to: [Async JS and CSS] google map disapears with async jsHello,
Were you ever able to resolve this? If not, what was you solution?
Thanks
Forum: Themes and Templates
In reply to: adding pages and cpts to category template using pre_get_postsI revisited this and figured it out. Must have been syntax error
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Identifying links JS and CSSOk. Thanks for verifying. Looks like I was pretty close but missing the css so I will keep futzing with it and see if I can get it to work. Thanks again Ian.
Forum: Plugins
In reply to: [Speed Booster Pack ? PageSpeed Optimization Suite] Google map doesn't loadmurrayben—
were you able to figure this out? I cannot get my google map to show when speed booster pack is activated even if there are no settings checked.Forum: Plugins
In reply to: [Advanced Browser Check] Firefox 31 BlockingHi Mattias,
Have you tried this on wordpress 4.2 on Firefox 38? It appears to be blocking my website although I have only checked the box to block IE 8 and lower. Just wondering if you have heard of any other issues or have a fix. This is a great plugin and really hoping I can get it up and running properly. Thanks! FYI I am not using caching at the moment and also, I was unsure how to get you the debugging info.