WordPress

متن مرتبط با «ipstenu (mika epstein)» در سایت WordPress نوشته شده است

Ipstenu (Mika Epstein) on "[Plugin: DreamSpeed CDN] Images now missing from Site"

  • What options did you select? Looking at your site SOME images work http://lvbcteens.objects-us-west-1.dream.io/wp-content/uploads/2013/01/tumblr_mgxzvujetN1s3ae7go1_1280-150x150.jpg And some don't http://lvbcteens.objects-us-west-1.dream.io/wp-content/uploads/2016/06/tumblr_o9aqs8onGi1s7iyjno2_1280-884x663.jpg Which is ... weird. Looking at your site, and your buckets, none of the 2015 or 2016 images were uploaded. You can manually copy them up but that's incredibly weird. Let's block ads! بخوانید,ipstenu (mika epstein) ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "[Plugin: UI Labs] Error on update to version 3"

  • When I install version 3 it's breaking my site and I'm getting the following error... Fatal error: Uncaught Error: Call to undefined function get_blog_option() in /var/sites/a/artiss.co.uk/public_html/wp-content/plugins/ui-labs/ui-labs.php:77 Stack trace: #0 /var/sites/a/artiss.co.uk/public_html/wp-content/plugins/ui-labs/ui-labs.php(547): UI_Labs->__construct() #1 /var/sites/a/artiss.co.uk/public_html/wp-settings.php(255): include_once('/var/sites/a/ar...') #2 /var/sites/a/artiss.co.uk/wp-config.php(95): require_once('/var/sites/a/ar...') #3 /var/sites/a/artiss.co.uk/public_html/wp-load.php(42): require_once('/var/sites/a/ar...') #4 /var/sites/a/artiss.co.uk/public_html/wp-admin/admin.php(31): require_once('/var/sites/a/ar...') #5 /var/sites/a/artiss.co.uk/public_html/wp-admin/index.php(10): require_once('/var/sites/a/ar...') #6 {main} thrown in /var/sites/a/artiss.co.uk/public_html/wp-content/plugins/ui-labs/ui-labs.php on line 77 At the moment I'm deleting the plugin via FTP to get my site working again but this happened both via the auto update and when I did it again manually. I'm running it on a non-network installation running 4.5.3. https://wordpress.org/plugins/ui-labs/ Yeah there's a failure on a multisite check. Fiixing now. get_blog_option should have been wrapped in a multisite check. *facepalm* I was so pointed at making sure it worked on Multisite properly I gaffed that right up. 3.0.1 fixes it. 3.0.2 will be out soon to fix some other minor errors where it doesn't behave properly on single site. But it won't error. You know, you get blinded... Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "[Plugin: Basic Comment Quicktags] Only allow those tags"

  • Great plugin for commenting system.I want to allow only those html quick tags in comment form, other tags will be disable.How to do that? https://wordpress.org/plugins/basic-comment-quicktags/ You mean to prevent someone from manually entering the tags? That's not something included in this plugin and you'd have to mess with wp_kses to do it - https://codex.wordpress.org/Function_Reference/wp_kses Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "save image in upload folder"

  • omidparkourMemberPosted 10 hours ago # Hi guysi want to create a field in user profile to upload image for use in author page .and so i write the following codes but image url insert in database but photo can not be saved in upload folderplease help me! add_action( 'show_user_profile', 'my_show_extra_profile_fields' ); add_action( 'edit_user_profile', 'my_show_extra_profile_fields' ); function my_show_extra_profile_fields( $user ) { ?> <h3>Extra profile information</h3> <table class="form-table"> <tr> <th><label for="Linkedin">Header Photo</label></th> <td> <input type="file" name="Header" id="Header" value="<?php echo esc_attr( get_the_author_meta( 'Header', $user->ID ) ); ?>" class="regular-text" /> <span class="description">عکس هدر صفحه پروفایل خود را آپلود کنید</span> </td> </tr> </table> <?php } add_action( 'personal_options_update', 'my_save_extra_profile_fields' ); add_action( 'edit_user_profile_update', 'my_save_extra_profile_fields' ); function my_save_extra_profile_fields( $user_id ) { $uploadUrl= wp_get_upload_dir(); if ( !current_user_can( 'edit_user', $user_id ) ) retu false; /* Copy and paste this line for additional fields. Make sure to change 'twitter' to the field ID. */ update_usermeta( $user_id, 'Header', $uploadUrl['url']."/".$_POST['Header'] ); } Please don't post in the Alpha/Beta forum unless you're actually testing the alpha/beta version of WordPress (not a plugin or a theme). Also, once WordPress has released a version, it's not appropriate to post in alpha/beta and you should post in the How To & Troublshooting forum: https://wordpress.org/support/forum/how-to-and-troubleshooting This post has been moved out for you. Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "[Plugin: Ban Hammer] Still got users with the domain i blocked"

  • OH OH! You're right, it didn't show up at first (how weird....). Huh. So it rejects but adds to approvals. Well that's weird. Okay, I see why. It LOOKS like it's because we're running a command at the same priority. I can change it by making my higher (10 is the default, 1 would be highest priority). You can test this, changing line 107 is banhammer.php to this: add_action('register_post', array(&$this, 'banhammer'), 1, 3); Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "[Plugin: Varnish HTTP Purge] Broken-ish After WordPress 4.5 Upgrade on DreamPress"

  • Hello! After upgrading to WordPress 4.5, I am getting an inteal server error after trying to publish a post or make changes to my site navigation. I had originally been told that the error seemed to be with Jetpack but, after disabling all of my plugins and re-activating them one at a time, I was able to make changes with Jetpack enabled and signed in, but the problem started again after re-enabling Vaish HTTP Purge. I've since cleared all my caches in my browser and on the site through SSH, but I am still having the same issue. I am not entirely sure if any of the following information is helpful, but just in case it is, here's other stuff about my setup that might (maybe?) throw a wrench in the works: * I'm on DreamPress* I'm using a Let's Encrypt certificate (issued through the DreamHost panel) to enable HTTPS* I am using a custom theme, but the same issue happens with Twenty Sixteen as well, so I don't think that is the issue, but ¯_(ツ)_/¯ Let me know if there is any other information I can give you to help debug this, or if this is a known issue, or if I'm just super-lucky or something :) Thanks in advance for your help! https://wordpress.org/plugins/vaish-http-purge/ Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "Error in the title bbpress forums"

  • salexysMemberPosted 55 minutes ago # Version 4.4.2 the WP noticed that no longer display the name of your forum, instead of them being written Error 404: Page Not Found. Moreover, the entire page is displayed normally, breadcrumbs also displayed normally. Here is a screen: http://i.imgur.com/i3zGWlp.png I tried version 4.5 RC2 error is present.I downgrade to version 4.3.2 and the name appeared. Can you confirm that this is a bug that is with the plugin bbPress? Let's block ads! بخوانید, ...ادامه مطلب

  • Ipstenu (Mika Epstein) on "Error with auth cookie in WordPress 4.4.2"

  • Hi i am facing issues with WordPress 4.4.2 release, I recently updated my website to WordPress 4.4.2 and the auto login code has stopped working also wp_redirect is throwing errors for header already sent. This same code is working fine in WordPress 4.3.3, is this due to auth cookie functions changed in WordPress 4.4.2 This is the code that I am using for auto login <br> $creds = array(); $creds['user_login'] = $email; $creds['user_password'] = $password; $creds['remember'] = true; $user = wp_signon( $creds, true); if ( is_wp_error($user) ) { echo "<div class='login-error-msg'>".$user->get_error_message()."</div>"; } else{ $user_id = $user->ID; wp_set_auth_cookie($user_id ); wp_set_current_user($user_id ); do_action( 'wp_login', $user_login ); $redirect_to = $_SERVER['REQUEST_URI']; wp_safe_redirect($redirect_to); exit; } This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers., ...ادامه مطلب

  • جدیدترین مطالب منتشر شده

    گزیده مطالب

    تبلیغات

    برچسب ها