tystra
Forum Replies Created
-
Forum: Plugins
In reply to: [JetBackup - WP Backup, Migrate & Restore] Problem with extractI’m having same problem here:
Failed: fread() failedAgreed!
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Translating Event Espresso stringsGot it, it was just a matter of adjusting the po/mo file names, and now it’s perfect. Thanks so much! As far as I know, this plugin is one of the only ones capable of running multiple translations for Event Espresso (they even say it’s not possible right in their documentation), so this plugin is fantastic!
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Translating Event Espresso stringsYes, I found out the instructions to get them with the full version, so now there is the po/mo files in the correct place on my server. What would be next to connect them so they appear when I switch languages?
My theme uses this code to display using CUPP:
<?php // Retrieve The Post's Author ID $user_ID = get_the_author_meta('ID'); // Set the image size. Accepts all registered images sizes and array(int, int) $size = 'author-avatar'; // Get the image URL using the author ID and image size params if (get_cupp_meta( $user_ID, $size )): $imgURL = get_cupp_meta($user_ID, $size); else : $imgURL = WP_THEME_URL . '/imgcust/default-author-image.jpg'; endif; ?> <!-- Print the image on the page --> <img class="theme_image" src="<?php echo esc_url ( $imgURL );?>"/>
After uploading with Gravity Forms it displays great in the back-end of WordPress in the users page, however it will not pull the photo and display it on the front-end. Even if I click “Update User” in the back-end, the front-end still does not display it. Any help from admin or anyone is much appreciated!
Thanks!
Hi there, there seems to be problem with above link for the CSS file. Is there anywhere else to get it?
Thanks.