jrstaatsiii
Forum Replies Created
-
I’m not sure I am experienced enough to answer this question. Can you confirm that these load times on the user list page are happening on several installs. It might be best to see if this is an isolated incident on my server, or something many people are suffering from.
Rich
Is there a better place to ask for support? I am not against paying to have this looked at. We are currently looking at 40 sec page loads on the user list screen with WP User Avatar active. Non-issue when inactive.
Rich
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4Chouby – thanks for the quick reply. I passed your info to WPEngine, and they will be copying you in to the loop.
Rich
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4Chouby, I have been in contact with WPEngine, and they are looking to see if one of their own plugins might be causing this. Can you provide me with an email address to pass along so you can be kept in the loop?
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4the caching file is showing a warning because staging sites do not get cached. I was able to reproduce the problem on a clean install of WordPress. It installs fine, but after I save a “second” language, the problem appears.
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4I updated wp-config to include debugging. you can have a look if you’d like. the only warning is something with caching file: https://zoll.staging.wpengine.com/
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4are you saying you are quite sure the error is NOT in polylang?
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4I deleted the plugin so that the site is viewable. Again, once I deleted the plugin, I was able to see the site. Thanks for all the help so far. -Rich
Forum: Plugins
In reply to: [Polylang] 502 Bad Gateway after updating to 1.4Hey Chouby, thanks for looking into this for me. Unfortunately, as soon as I tried to save the language settings, the problem came right back… you can see that I am receiving the 502 error again: https://zoll.staging.wpengine.com/
Is there another fix in 1.4.1?
Rich
Forum: Plugins
In reply to: [Polylang] Localized Filesyup, the .mo files were not saved with the proper names. thank you for the push in the right direction. -Rich
Forum: Plugins
In reply to: [Polylang] Localized FilesHere is what I have chouby:
in functions.php:
function ssm_localize_theme() { // Retrieve the directory for the localization files $lang_dir = CHILD_DIR . '/languages'; // Set the theme's text domain using the unique identifier from above load_theme_textdomain('zoll', $lang_dir); } // end ssm_localize_theme add_action('after_setup_theme', 'ssm_localize_theme');
And then where necessary I have the items localized in the theme, like so:
<div class="language-picker"> <h4><?php _e('Choose Your Preferred Language', 'zoll'); ?></h4> <?php pll_the_languages(array('dropdown'=>1)); ?> </div>
Is this not correct?
Forum: Plugins
In reply to: [Polylang] Localized Fileswill it show up in the “strings translation” tab in polylang settings, or replace the text with the replacement text provided in the .mo and .po files?
Rich
thanks chouby, I’ll give it a shot. -Rich
Forum: Plugins
In reply to: [Async Social Sharing] Async Social Sharing on topIs this still working for you hockeyhero? It seems the function was changed in the latest major release. It no longer works for me
Forum: Plugins
In reply to: [TubePress] Thumbnails don't play in 3.0.1thanks for looking. I’ll get in there and clean that up. -Rich