Title: moderworks's Replies | WordPress.org

---

# moderworks

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/moderworks/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/moderworks/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/moderworks/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/moderworks/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontend Post Submission Manager Lite - Frontend Posting WordPress Plugin] Issue with Form Redirect Timing](https://wordpress.org/support/topic/issue-with-form-redirect-timing/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/issue-with-form-redirect-timing/#post-17887290)
 * Okay. Thanks for the quick response! I have already found this place in the code
   and changed it to:
 *     ```wp-block-code
       if (!data.draft_post_id) {fpsm_reset_form(selector);if (data.redirect_url) {if (data.redirect_delay) {setTimeout(function () {window.location = data.redirect_url;}, data.redirect_delay);} else {setTimeout(function () {window.location = data.redirect_url;}, 3500);}return;}} else {selector.find('.fpsm-edit-post-id').val(data.draft_post_id);if (data.redirect_url) {if (data.redirect_delay) {setTimeout(function () {window.location = data.redirect_url;}, data.redirect_delay);} else {setTimeout(function () {window.location = data.redirect_url;}, 3500);}return;}if (selector.find('#g-recaptcha-response').length > 0) {grecaptcha.reset();}}
       ```
   
 * I hope this is correct.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] User agreement prior to a social login action](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/#post-17123995)
 * Problem solved, cookies.
   Error when logging in again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] User agreement prior to a social login action](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/#post-17123841)
 * It works in incognito mode in Chrome. Does this have something to do with cookies?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] User agreement prior to a social login action](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/user-agreement-prior-to-a-social-login-action/#post-17122624)
 * I see this problem on your site too with the latest version of chrome browser
   [https://addons.wpdiscuz.com/wpdiscuz-user-notifications/](https://addons.wpdiscuz.com/wpdiscuz-user-notifications/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEOPress - AI SEO Plugin & On-site SEO] How to disable SEOPress on a specific page by id?](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/#post-16965153)
 * No such hook ((
 * I tried like this:
 * `**functiondisable_seopress_og_tags**($og_tags) { if (**is_page**(32537)) { unset(
   $og_tags['og:url']); unset($og_tags['og:site_name']); unset($og_tags['og:locale']);
   unset($og_tags['og:type']); unset($og_tags['article:author']); unset($og_tags['
   article:publisher']); unset($og_tags['og:title']); } return $og_tags; } **add_filter**('
   seopress_social_og_output', 'disable_seopress_og_tags');`
 * This does not work. Any options?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEOPress - AI SEO Plugin & On-site SEO] How to disable SEOPress on a specific page by id?](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/#post-16965008)
 * There are no problems with this.
 * How to delete:
 * ![](https://i0.wp.com/i.ibb.co/1J0Pq9f/Screenshot-1.jpg?ssl=1)
 * meta property=”og:url”
   meta property=”og:site_name”meta property=”og:locale”and
   so on…The whole block.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEOPress - AI SEO Plugin & On-site SEO] How to disable SEOPress on a specific page by id?](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/how-to-disable-seopress-on-a-specific-page-by-id/#post-16962772)
 * Thank you for the quick response!
 * I plan to switch to SEOPress with Yoast SEO.
 * I need to remove meta tags from one of the pages. I use:
 * `function disable_seopress_meta_description($meta_description) {
   if (is_page(
   32537)) {return '';}return $meta_description;}add_filter('seopress_titles_desc','
   disable_seopress_meta_description');function disable_seopress_canonical($canonical_url){
   if (is_page(32537)) {return '';}return $canonical_url;}add_filter('seopress_titles_canonical','
   disable_seopress_canonical');
 * It works. But I don’t know how to disable meta property
 * This is for “peepso”. Your plugin does not work correctly with groups, they have
   the same id with the parent page.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gallery Custom Links] The plugin needs to be updated. There is a problem](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/#post-16279789)
 * According to the heat map of the site in analytics, it was possible to track 
   that users can no longer follow links from images to other pages of the site,
   the bounce rate increased. First I disabled the plugin and made the page in pure
   HTML. Later, fellow programmers recommended adding a little code to the theme’s
   functions.php file. And it worked. With a certain configuration, there is a problem
   with user roles. Registered users do not see links. Links from images are only
   available to guests. At first, I decided that all users did not see the links,
   but the problem concerned only registered ones. Not so critical, but an unpleasant
   bug.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gallery Custom Links] The plugin needs to be updated. There is a problem](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/#post-16278588)
 * I have edited the review. The bug has been fixed. Please update the plugin.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gallery Custom Links] The plugin needs to be updated. There is a problem](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/#post-16278330)
 * A small plugin caused a lot of damage ((
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gallery Custom Links] The plugin needs to be updated. There is a problem](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/the-plugin-has-stopped-working-14/#post-16278328)
 * I’m not the only one with problems
    [https://ibb.co/2sMqScj](https://ibb.co/2sMqScj)
   [https://ibb.co/f8hSt7r](https://ibb.co/f8hSt7r)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Problem with editor on iphone](https://wordpress.org/support/topic/problem-with-editor-on-iphone/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/problem-with-editor-on-iphone/page/2/#post-16145907)
 * You should not be so categorical) After my refinement, it works fine on mobile
   devices. I managed to find interested people and resolve the connection issue.
   Emoticons in the editor are good practice. Why did you use joypixels.js – I don’t
   understand. It’s really not the best solution.
 * Regarding the error in the browser. The bug was noted on one of the versions 
   of Google Chrome. The plugin works correctly with the latest version of the browser.
 * Thank!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Problem with editor on iphone](https://wordpress.org/support/topic/problem-with-editor-on-iphone/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/problem-with-editor-on-iphone/page/2/#post-16144023)
 * Hello,
    What did I get.
 * [https://ibb.co/sqkswvr](https://ibb.co/sqkswvr)
    [https://ibb.co/XkzVHmS](https://ibb.co/XkzVHmS)
 * I’m disturbing you again. I partially figured out the connection code. As far
   as I understand, in earlier versions, emoticons could also be enabled in the 
   admin panel, the bp-better-messages.php file retained the code line ‘mobileEmojiEnable’
   => ‘0’. It should be something like this: ‘mobileEmojiEnable’ => ( $this->settings[‘
   mobileEmojiEnable’] == ‘1’ ? ‘1’ : ‘0’ ) + layout-settings.php to the admin. 
   Right? But the trigger in the bp-messages-free.js file
    I am not strong in js,
   unfortunately. I ask for help, what needs to be changed in the bp-messages-free.
   js code to enable emoticons in the mobile version?
 * [https://ibb.co/rx38pq5](https://ibb.co/rx38pq5)
 * I would be very grateful. Spent quite a lot of time on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Problem with editor on iphone](https://wordpress.org/support/topic/problem-with-editor-on-iphone/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/problem-with-editor-on-iphone/page/2/#post-16138416)
 * This is what I did first.
    Okay, I’ll figure it out. Good luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Messages - Chat Rooms, Group Chat, Private Messages & AI Chat Bots] Problem with editor on iphone](https://wordpress.org/support/topic/problem-with-editor-on-iphone/)
 *  Thread Starter [moderworks](https://wordpress.org/support/users/moderworks/)
 * (@moderworks)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/problem-with-editor-on-iphone/page/2/#post-16138379)
 * Small clarification. The problem is observed in Google Chrome on iPhone.

Viewing 15 replies - 1 through 15 (of 47 total)

1 [2](https://wordpress.org/support/users/moderworks/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/moderworks/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/moderworks/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/moderworks/replies/page/2/?output_format=md)