jjfollano
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] How to exclude a specific file from auto minify?Also just tried your new release 11/25/2013 and it is very buggy ?? hope you can get everything working effectively so i can updated my plugin to the latest version.
Forum: Plugins
In reply to: [W3 Total Cache] How to exclude a specific file from auto minify?This the jquery file that i want to exclude from minify:
https://yellowtelescope.com/wp-includes/js/jquery/jquery.js?ver=1.10.2
$is_multilanguage = get_option('googlelanguagetranslator_multilanguage'); if ($is_multilanguage == 1) { $multilanguagePage = 'multilanguagePage:true,'; $str.='<script type="text/javascript"> function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: \''.get_option('googlelanguagetranslator_language').'\','.$multilanguagePage . $language_choices.'autoDisplay: false, '.analytics().' }, \'google_language_translator\');} </script><script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit"></script> <div id="google_language_translator"></div>'; return $str; } elseif ($is_multilanguage == 0) { $str.='<script type="text/javascript"> function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: \''.get_option('googlelanguagetranslator_language').'\','.$language_choices.'autoDisplay: false, '.analytics().' }, \'google_language_translator\');} </script><script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit"></script> <div id="google_language_translator"></div>'; return $str; }
This is what is calling those external files.
Ok great! Thanks again Rob just let me know when you have figured out some sort of solution.
Interesting cause once i disable the translator plugin those scripts are removed from the head? Are you sure they are not being placed in there by the google api?
https://translate.googleapis.com/translate_static/css/translateelement.css
https://translate.googleapis.com/translate_static/js/element/main.js
https://translate.googleapis.com/translate_static/js/element/19/element_main.jsHere is the link: https://facialplasticsurgerymiami.com/ it has a child theme and just checked, the wp_footer(); is located in the footer.php.
Still throwing the issue….I even tried
remove_action('wp_head', 'wp_enqueue_scripts', 1);
andadd_action('wp_footer', 'wp_enqueue_scripts', 1);
in my fuctions.php file. Im stumped…..I have w3 cache enabled dont know if this could be causing any conflicting issues?
Thanks for the quick response Rob!
So I tested it on all three of my sites and stil have the code placed there but no luck.
You can see here:
https://yellowtelescope.com/
https://facialplasticsurgerymiami.com/
https://laserlightforhairgrowth.com/Any advise??
here is the URL to my site https://dailydealgiveaway.com
Here is a snippet of the awebar code where i change the url success page where someone is directed to after they hit the submit button on the form….. i have place the thickbox code within the value but still no luck. I honestly think this can be done but i just do not know how to write the code properly for it…..
<input type=”hidden” name=”redirect” value=”[thkBC id=”276″ height=”300″ width=”500″ title=”giveaway” type=”iframe”]” />
<input type=”hidden” name=”meta_redirect_onlist” value=”[thkBC id=”276″ height=”300″ width=”500″ title=”giveaway” type=”iframe”]” />any advice on what needs to be adjusted?