Asif
Forum Replies Created
-
I’ve identified the issue, and it is on my side.
I’m using the Redirection plugin with a rule to clear some links (for SEO). One of the rules was stripping the URL, which resulted in the situation I was having. The Redirection plugin log highlighted this, hidden deep under several hundred URLs!
Thank you for looking into this. The plugin is working fine now.
I can’t change the theme for testing, but I tried adding a basic template page to test using the following code, and that didn’t work either.
<?php get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<?php
// The WordPress Loop to display page content
while ( have_posts() ) :
the_post();
// Displays the page title
the_title( '<h1 class="entry-title">', '</h1>' );
// Displays the actual content from the WordPress editor
the_content();
endwhile;
?>
</main>
</div>
<?php get_footer(); ?>Is there a way to edit the MailPoet default template page? I don’t see it added anywhere.
I had to disable the pages, as I sent a test newsletter email to check MailPoet functionalities.
I have republished those two pages. The issue is still there, and I have checked the articles you shared earlier and set up the pages following the instructions



If I go back and select the default “MailPoet Page” for “Confirmation or Success page,” it works, but not with the custom page.
- This reply was modified 2 months ago by Asif.
Thank you very much for the detailed reply. I tested those two scenarios earlier, but I got the same result:
- the Preview link in MailPoet > Settings > Basics > Unsubscribe page
- or the Unsubscribe link from a real/test MailPoet email
I’m already using the default Gutenberg Shortcode block with: [mailpoet_page].
The DevTools also don’t show any errors, so I’m not sure why it doesn’t seem to work.
If I go back and select the default “MailPoet Page” for “Confirmation or Success page,” it works, but not with the custom page.
The default “MailPoet Page” uses a “post” template instead of “page,” so I need to use a custom page.Forum: Plugins
In reply to: [MapPress Maps for WordPress] Duplicate without user-selected canonicalThe page already has
rel="canonical"tag pointing to its own URL, and the map is embedded as per the instructions!Forum: Fixing WordPress
In reply to: V 6.9 Block Alignment is brokenI had a similar issue: the update (6.9) broke the image gallery layout on my site, aksgar.me, so I had to downgrade WordPress to 6.8 and then disable the auto-upgrade feature using “define( ‘WP_AUTO_UPDATE_CORE’, false );”.
I’ll keep the auto update disabled until the issues are fixed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Site Health “litespeed_task_imgoptm_req” issueOk, but it stays there all the time … like been months.
Hi Adam / @wpmudev-support8
Thank you for looking into this. Ideally, when a form is created, the form ID should dictate the IDs for all the input or hidden fields in it which would automatically fix the issue. I had the same issue with email and name ID fields as in both forms the IDs used were email-1 and name-1 but I was able to fix that by duplicating those fields in one of the forms that resulted in creating duplicates with IDs like email-2 and name-2. There was no other way to rename those duplicate fields either.
Anyhow, regarding the other min-height issue, I checked the settings and there wasn’t any min-height defined by default so I added some there which fixed the issue. Thank you for pointing this out.
Best Regards,
AsifForum: Plugins
In reply to: [LiteSpeed Cache] CSS, JS and HTML minification/optimization wont workHi @qtwrk
I think as a logged in user I can not see any changes I make for optimization except checking them in a different browser.
Forum: Reviews
In reply to: [Link Whisper Free] free version is completely uselessAgree. That’s the reason I only read 1 star reviews to decide weather to even try a plugin or not.
Forum: Reviews
In reply to: [Link Whisper Free] free version is completely uselessThanks for the advice as I have a serious issue with those “free” plugins that misuse this word for plugin advertisement to just waste others’ time.
Please can you suggest any other plugin that you found useful that can be tried instead?
Forum: Reviews
In reply to: [Simple Newsletter Plugin - Noptin] Yet another crappy plugin!- Please accept that there’s “0” aka “ZERO” value in testing/using the available plugin except to pay the amount and only then get pissed off from the purchase
- I always make sure to give 1 star to plugins that waste people’s time with their so-called “free” plugin to test functionalities that you only realize having spent an hour or so that you actually can’t test the features you need
- There was just nothing much to explore except browsing tabs with very limited basic functionality in the free plugin that I felt the need to open a support ticket. And, one cannot spend money just to “learn” that this plugin can do such and such
- Just check all the 1-star comments and one will understand the issue that 5-star reviews always miss out!!!
- btw already have an SMTP plugin installed that has been working perfectly fine
- other plugins delivering emails that are already within the hosting provider’s daily limit with no issue
May be instead of judging people, offer some real value for limited time so that potential buyers can “actually” see what this plugin can do.
Thank you for clarifying this, I’ll leave it as is then.
Hi Adam / @wpmudev-support8,
Well, this was rather straight forward – thank you very much!
Best Regards,
AsifForum: Plugins
In reply to: [MapPress Maps for WordPress] Route mapOk, I’ll check it out – thanks.