dim565
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: array_reverse stopped working in WordPress 4.4I 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
In reply to: [Superfish Menus] 1.1.1 breaks dropdownWhat 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 againForum: Plugins
In reply to: [Superfish Menus] In iOS: Can't choose a submenu itemThanks 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 debuggersf-js-enabled– works again.Could you fix it? I would be very grateful 🙂