Title: dim565's Replies | WordPress.org

---

# dim565

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

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

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [array_reverse stopped working in WordPress 4.4](https://wordpress.org/support/topic/array_reverse-stopped-working-in-wordpress-44/)
 *  Thread Starter [dim565](https://wordpress.org/support/users/dim565/)
 * (@dim565)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/array_reverse-stopped-working-in-wordpress-44/#post-6834290)
 * I found a temporary solution:
    wp-includes/comment-template.php Line 1285
 *     ```
       $comment_args = array(
       'orderby' => 'comment_date_gmt',
       'order' => 'ASC'
       ```
   
 * Change To DESC.
 * If someone can write new code to use in functions.php I will be grateful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Superfish Menus] 1.1.1 breaks dropdown](https://wordpress.org/support/topic/111-breaks-dropdown/)
 *  [dim565](https://wordpress.org/support/users/dim565/)
 * (@dim565)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/111-breaks-dropdown/#post-4467824)
 * What I noticed on my website:
    before update `<ul id="menu-123" class="nav sf-
   js-enabled sf-shadow">`
 * after update
    `<ul id="menu-123" class="nav sf-shadow sf-arrows">`
 * because it does not fade in effect in the top menu (in the widgets menu works
   fine)
 * if I add in the debugger `sf-js-enabled` – works again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Superfish Menus] In iOS: Can't choose a submenu item](https://wordpress.org/support/topic/in-ios-cant-choose-a-submenu-item/)
 *  Thread Starter [dim565](https://wordpress.org/support/users/dim565/)
 * (@dim565)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/in-ios-cant-choose-a-submenu-item/#post-4461144)
 * Thanks for your reply during the holidays.
    It looks like a problem on my site,
   I will look for a solution.
 * But there is another question. After you upgrade your plugin to version 1.1.1
   stopped added fade effect when you hover the top menu. If restore version 1.0
   it works.
 * Prior to update the plugin was as follows:
    `<ul id="menu-123" class="nav sf-
   js-enabled sf-shadow">` After the upgrade was as follows: `<ul id="menu-123" 
   class="nav sf-shadow sf-arrows">` if I add in the debugger `sf-js-enabled` – 
   works again.
 * Could you fix it? I would be very grateful 🙂

Viewing 3 replies - 1 through 3 (of 3 total)