Viewing 15 replies - 16 through 30 (of 30 total)
  • жжешь ??

    жжешь правильно ??

    Plugin Author Vova

    (@gn_themes)

    ну раз уж тут все говорят на “великом и могучем”, то мне проще будет написать на нем. Специально для вас, товарищ HCE, на странице плагина год висела табличка с сообщением о том, что 4 версия будет содержать множество изменений. Кроме того, я с удовольствием начал вам помогать исправить ошибки. Кстати говоря, плагин бесплатный, и поддержка тоже бесплатная. Вместо того чтоб разобраться вы начинаете выяснять мои навыки. Вот х*й вам, а не помощь =)

    @hce: The plugin’s author is correct. These are English language forums, so please use English. Alternatively, use a WP support forum in your language.

    Thread Starter thehowarde

    (@thehowarde)

    After I spent 2 hours fixing one of my sites… I’m just adding this to the main php file for the plugin for the other sites I used the plugin on, and will just leave it at that. I really enjoyed 2 hours of repairing the buttons, toggles, accordions, and other features I used that no longer respond to the new plugin the same way:

    add_filter('site_transient_update_plugins', 'dd_remove_update_nag');
    function dd_remove_update_nag($value) {
     unset($value->response[ plugin_basename(__FILE__) ]);
     return $value;
    }

    This removes the update notice.

    While I appreciate the need to update plugins and such… This plugin now is virtually incompatible with the old. Toggles respond with different markup, buttons are different… It’s a big mess. Thanks for making it in the first place, but bad form on the revision.

    @thehowarde – You are exactly right! This plugin is a big mess, and the revision was in bad form. But the plugin author will probably respond to you with: “May be there is problems with your skills?”, as he did me when I asked him why there were so many problems with this upgrade. smh

    Anyway, thanks for sharing the code to disable the plugin notifications for those who are currently using an older version. I would recommend people steer clear of this plugin all together.

    @thehowarde re- update notice removal …”adding this to the main php file for the plugin for the other sites I used the plugin on” PLEASE, PLEASE indicate a specific file to add this too… I don’t have a main.php on my site.

    Thank you

    @thehowarde – Hey thanks for the code but what do i type in where it says (__FILE__)..i cant seem to get to work

    thanks

    Guys, could you please prompt me how to return to the older version, as there are too many things to get redone on my website? I have downloaded the older version and what am I supposed to do with the files? Thanks in advance.

    Thread Starter thehowarde

    (@thehowarde)

    @hreekie the main file is -> shortcodes-ultimate/shortcodes-ultimate.php

    If you’re in the plugin manager (Plugins>Installed Plugins) and click “edit” it’s the file that comes up. Just paste it there as it appears above.

    Thanks thehoward

    It works but you have to find the section that has other add filters…or at-least for me…i was placing the code in the beginning and in the mid but kept breaking ..so i place the code near another add filter code

    Plugin Author Vova

    (@gn_themes)

    Why not just change plugin version to 999?

    Plugin Author Vova

    (@gn_themes)

    @esmi

    Why have you deleted my comments on this thread??? And why have you prevented my comments from showing on other threads???

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @hce? Why do you assume your argumentative posts are deleted by one moderator?

    Please give the forum welcome a read.

    https://codex.www.ads-software.com/Forum_Welcome

    And this part too.

    We reserve the right to delete topics or posts that are off-topic or detrimental to the community, however it is not the general policy to edit or delete forum posts unless they are spam or outright abuse.

    https://codex.www.ads-software.com/Forum_Welcome#Deleting_.2F_Editing_Posts

    As this topic is marked resolved and is months old I’m closing this. If you have a support topic for this plugin then please raise your own.

    https://www.ads-software.com/support/plugin/shortcodes-ultimate

Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘su_ instead of gn_ ??’ is closed to new replies.