Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Hax

    (@hax)

    do you mind give me access to your test site, we have tested this on multiple servers and I have not begin able to duplicate the issue.

    we just need wp admin access with the ability to modify the widget files using the editor. webmaster@xparkmedia.com

    Thread Starter mikomani

    (@mikomani)

    I don’t mind at all.
    I sent you an email to webmaster@xparkmedia.com some 3 days ago but have not heard back from you. Please advise.

    And just for the record, I have already disabled all Plugins that could have been interfering but to no avail. And my hosting service is GoDaddy

    Cheers

    Thread Starter mikomani

    (@mikomani)

    Hax? Are you there?
    This plugin still generates the same problem and now I tested it on a 2nd site I am building and it is the same problem…..
    Pretty sure it relates to bugs in the plugin.

    I am also facing the same issue in my blog http://www.babycareforyou.com/

    It is showing only one “Arrange / Disable / Rename:” option as ‘tag’.
    Please help us to fix this issue.

    I was able to fix this, by editing these lines in popular-widget.php

    $this->tabs = apply_filters( 'pop_defaults_tabs', array(
    'recent' =>  __( '<span>Recent </span> Posts', 'pop-wid' ) ,
    'comments' => __( '<span>Recent </span>Comments', 'pop-wid' ) ,
    'commented' => __( '<span>Most </span>Commented', 'pop-wid' ),
    'viewed' => __( '<span>Most </span>Viewed', 'pop-wid' ),
    'tags' => __( 'Tags', 'pop-wid' )
     ) );

    Removing all <span> & </span> tags then re-uploading fixes this problem.

    I have verified that Mazinger’s solution works. 🙂 Thanks Mazinger

    If you already have the widget in a sidebar or something, be sure to remove it and add it back in once you have made the change to popular-widget.php in order to see the other options.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All but tags tab just disappear when I save…’ is closed to new replies.