Title: Reza's Replies | WordPress.org

---

# Reza

  [  ](https://wordpress.org/support/users/rezaurc/)

 *   [Profile](https://wordpress.org/support/users/rezaurc/)
 *   [Topics Started](https://wordpress.org/support/users/rezaurc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rezaurc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rezaurc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rezaurc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rezaurc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rezaurc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/rezaurc/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rezaurc/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Call to undefined method WC_Order::get_payment_method_title()](https://wordpress.org/support/topic/call-to-undefined-method-wc_orderget_payment_method_title/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [8 years ago](https://wordpress.org/support/topic/call-to-undefined-method-wc_orderget_payment_method_title/#post-10497287)
 * I replaced `get_payment_method_title()` with `payment_method_title` and it’s 
   working for me. Plugin Author, please advise
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Posts Widget] deprecated call](https://wordpress.org/support/topic/deprecated-call-7/)
 *  Thread Starter [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/deprecated-call-7/#post-6996368)
 * my bad
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Twenty Sixteen] Unexpected differences in child theme](https://wordpress.org/support/topic/theme-twenty-sixteen-unexpected-differences-in-child-theme/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-twenty-sixteen-unexpected-differences-in-child-theme/#post-6867546)
 * Did u tried it in a fresh a fresh install?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error after updating to 4.2](https://wordpress.org/support/topic/error-after-updating-to-42/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/error-after-updating-to-42/#post-6050723)
 * Hello,
    There is nothing wrong with the WordPress Core 4.2 update. You are getting
   this Notice, as the new update can track doing_it_wrong for sidebar register.
   Please check your theme code ( register_sidebar() ) function. U can switch to
   default theme too.. that will also resolve Your issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Better Emails] Email format](https://wordpress.org/support/topic/email-format-3/)
 *  Thread Starter [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/email-format-3/#post-5609676)
 * Thanks for the response. Yes I’m using Mailgun to sent mail from WordPress. But
   the point is, I was using the same Mailgun when everything was working.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[boot_Strap] This theme is great to start from](https://wordpress.org/support/topic/this-theme-is-great-to-start-from/)
 *  Theme Author [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-theme-is-great-to-start-from/#post-7896086)
 * Thanks for your review, I will add more comments to stylesheet in next release.
   🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[boot_Strap] 5/5 rating?](https://wordpress.org/support/topic/55-rating/)
 *  Theme Author [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/55-rating/#post-7889836)
 * Hello Rob,
    **Thank you** so much for writing on the Reviews. I’m sorry to hear
   you get confused by looking at the rating, believe me I also had this situation.
   Now what I do is looking at the rating score and by no of person voted and I 
   get good result with that. Coming to your rating score, I guess it was from your
   anger, anyway can u please let me know what u expected by looking at the screenshot
   and what you disliked. I really **Thank You** to be my 1st critics
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPIDE - File Manager & Code Editor] Redefining already defined constructor for class wpide in](https://wordpress.org/support/topic/redefining-already-defined-constructor-for-class-wpide-in/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/redefining-already-defined-constructor-for-class-wpide-in/#post-4472625)
 * Move WPide loader (PHP4 compatable) below `function __construct(){}` works for
   me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPIDE - File Manager & Code Editor] Strict standard PHP error does not disappear](https://wordpress.org/support/topic/strict-standard-php-error-does-not-disappear/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/strict-standard-php-error-does-not-disappear/#post-5147902)
 * Move WPide loader (PHP4 compatable) below `function __construct(){}`
    That is
   remove line no 27 to 29( if u want the comments to stick with the function 22
   to 29) and put it back below `function __construct(){}`
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Login Security Solution] I just gone through all what the plugin description say](https://wordpress.org/support/topic/i-just-gone-through-all-what-the-plugin-description-say/)
 *  Thread Starter [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/i-just-gone-through-all-what-the-plugin-description-say/#post-7876386)
 * Thank You Sir for the followup. I just updated
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Need help adding an image to menu](https://wordpress.org/support/topic/need-help-adding-an-image-to-header/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/need-help-adding-an-image-to-header/#post-5181472)
 * You mean ‘Contact Us’ and ‘LRS’ on [http://www.busheymeads.org.uk](http://www.busheymeads.org.uk)?
   
   They just float that two menu to right with itemID using css. I just make a quick
   as I have this theme activate on my site look at [this](http://bidnow.rezaur.net/)
   added class donation to the menu item and added this
 *     ```
       ul.nav{
       width:100%;
       }
       .donation{
       float:right !important;
       }
       ```
   
 * on customizer custom css
    I think u can figure our, replace text “Donation” with
   ur jpeg 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] Check if attachment files already exists before fetching them remotely.](https://wordpress.org/support/topic/check-if-attachment-files-already-exists-before-fetching-them-remotely/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/check-if-attachment-files-already-exists-before-fetching-them-remotely/#post-4613095)
 * +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] [SOLVED] WP_Import::bump_request_timeout()](https://wordpress.org/support/topic/solved-wp_importbump_request_timeout/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/solved-wp_importbump_request_timeout/#post-4977757)
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Importer] [SOLVED] WP_Import::bump_request_timeout()](https://wordpress.org/support/topic/solved-wp_importbump_request_timeout/)
 *  [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/solved-wp_importbump_request_timeout/#post-4977756)
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Menu Social Icons] Add More Icons conflict with WordPress Netword Site?](https://wordpress.org/support/topic/add-more-icons-conflict-with-wordpress-netword-site/)
 *  Thread Starter [Reza](https://wordpress.org/support/users/rezaurc/)
 * (@rezaurc)
 * [12 years ago](https://wordpress.org/support/topic/add-more-icons-conflict-with-wordpress-netword-site/#post-5095998)
 * Sorry my bad
    just needed to un comment `//'icon-sign' => 'icon-rss-square' //
   May not be available. Check FontAwesome.`

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/rezaurc/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rezaurc/replies/page/2/?output_format=md)