• Resolved akiikiwporg

    (@akiikiwporg)


    Hi,

    Since yesterday morning (maybe a bit earlier) MPG is only showing the shortcodes, not their content.

    So far I’ve tried this:
    – deactivating / activating the plugin
    – deleting / reinstalling the plugin
    – flushing the MPG cache, the Cloudflare cache, and the Fastest Cache plugin (and excluded the template page from future caching).
    – I tested the shortcodes in the Gutenberg editor.
    – Updated all other plugins

    None of these actions made any difference – no values were shown.

    Then I roll backed MPG to version 2.7.2, and that actually worked. With no other changes, all shortcodes directly pasted into the template started to show values again. However, even with 2.7.2, I still got problem using MPG shortcodes in PHP snipppets (which worked with 2.8 before yesterday).

    I noticed that @djgraffiti, are using Thrive Architect like me, and had similar issues. Maybe there is a conflict between Thrive Architect and MP2 version 2.8?

    -Tomas

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter akiikiwporg

    (@akiikiwporg)

    For comparison:
    Screenshots 2.8 and 2.7.2

    @akiikiwporg Hi, ok, I’ll install Thrive Architect in my local website and check how it’s working with MPG ver. 2.8.
    Thank you for report, will keep in touch

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @lysyiweb I’ve deleted your offer to login to your user’s site. While I know you have the best of intentions, it’s forum policy that you not ask users for admin or server access. Users on the forums aren’t your customers, they’re your open source collaborators, and requesting that kind of access can put you and them at high risk.

    If they are paying customers (such as people who bought a premium service/product from you) then by all means, direct them to your official customer support system. But in all other cases, you need to help them here on the forums.

    Thankfully are other ways to get information you need:

    You get the idea.

    We know volunteer support is not easy, and this guideline can feel needlessly restrictive. It’s actually there to protect you as much as end users. Should their site be hacked or have any issues after you accessed it, you could be held legally liable for damages. In addition, it’s difficult for end users to know the difference between helpful developers and people with malicious intentions. Because of that, we rely on plugin developers and long-standing volunteers (like you) to help us and uphold this particular guideline.

    When you help users here and in public, you also help the next person with the same problem. They’ll be able to read the debugging and solution and educate themselves.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @lysyiweb Just an FYI: your account is flagged for moderation.

    When that happens you can @ users all you like but the forums will not send anyone an email for your account. Ever. I’m pointing that out as you seem to think the forums will send people your reply via email when you @ them.

    It will not.

    There is not a scenario where asking for access to a user’s site is allowed and trying to move that conversation to off site just to bypass that is not good.

    You’ve been invited to the WordPress Slack #forums channel. I suggest you go there and discuss this with the moderators there and they can explain more if need be.

    The reason was found.
    It’s due to wrong priority of hook firing, if user use Thieve Architect page builder.

    If will be fixed in MPG 2.8.2, but if any, you can go to wp-content\plugins\multiple-pages-generator-by-porthas\controllers\HookController.php and change
    add_action('template_redirect', ['MPG_CoreController', 'mpg_view_multipages_standard'], 1);
    to

    add_action('template_redirect', ['MPG_CoreController', 'mpg_view_multipages_standard']);

    When MPG 2.8.2 will be released, users just can define the constant in config.php
    define('MPG_EXPERIMENTAL_FEATURES', true);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Values not passed through’ is closed to new replies.