Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dim565

    (@dim565)

    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!

    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

    Thread Starter dim565

    (@dim565)

    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)