freemason
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] PHP Version 8.0 and 8.1Hi,
I changed PHP to version 7.4 and activated the plugin without any problems. Then I changed back to 8.1 and have no error message anymore.
Will try to reverse all process and get back to you.
Regards
A JorgeForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Cron Job ErrorHi Elvira,
You solved it. Thanks for your help.
Regards
Antonio JorgeForum: Plugins
In reply to: [A-Z Listing] PHP 8.1Hi Dani,
Thanks for your prompt answer. Will try it and get back to you.
Regards
A JorgeForum: Plugins
In reply to: [Redirection] Remove Categories with Regular Expression (regex)Hi John,
Based on the regex you present in your website that removes date, name, and category in a permalink ^/\d{4}/\d{2}/\d{2}/.*?/(.*), I have been struggling with ^/.*?/(.*) to try to remove category and subcategory (if exists) from domain/category/subcategory (if exists)/postname.
I tryed with https://regex101.com, but couldnt find the solution. Can you please help on this?
Regards
Antonio JorgeForum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Redirect using RegexHI,
Thank you for your prompt answer. However, my problem is not on where to change the permalinks. My problem is on the proper Regex expression to turn the current permalink (domain/category/post) into the new permalink (domain/post). I need to find the proper Regex expression to remove the Category from the permalink.
I tryed teh follwing but it doesn work:
Source: ^/.*?/(.*)
Target: /$1/Can you help me on this?
Regards
A JorgeForum: Plugins
In reply to: [Post Date Time Change] Scheduled posts being publishedI already did that. Cleared all caches (website, cloudflare and browser). Keeps doing the same.
post, not pot…
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Widget titleHi,
I found a temporary solution. Create an HTML widget and place the Mailpoet form shortcode inside. I am still testing, but it seems to work.
Regards
A JorgeForum: Plugins
In reply to: [WP Popular Posts] Post Title alignmentHi, @hcabrera
My website lisk is http://www.freemason.pt. The widget is called “Artigos mais lidos (Últimos 30 dias)” and I would like tit to show as the widget below “Novos Artigos”
Regards
A JorgeHi,
I am not updating a post everytime.
Examples to resend:
– lets suppose a post that has a list of facts. I would love to be able to inform users, when that list is updated.
– An old post that for any reason becomes actual again.Regards
A JorgeHi,
Thank you for your answer. I understand your ideia, but couldn’t this be triggered manually? I am sure this is not only a issue I have.
Regards
A JorgeForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Cron Job ErrorHi,
Thanks for your help. I created teh following cron job:
/bin/sh -c “for i in {1..15}; do /usr/bin/php7-cli /home/freemaso/public_html/wp-content/plugins/mailpoet/mailpoet-cron.php; sleep 30; done;”
It generates the following error:
/bin/sh: /usr/bin/php7-cli: No such file or directory
I am using PHP 7.2.
Can you help me to correct this?
Regards
A JorgeForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Cron Job ErrorHi,
Thanks for your answer. My host is a2hosting
Regards
A JorgeHi,
Thankd for your prompt answer. Here it is:
Error (4) when trying to json_decode response
–Raw message follows–
Array
(
[from] => Freemason.pt <freemason.pt@gmail.com>
[to] => Array
(
[0] => freemason.pt@gmail.com
)[subject] => Postman SMTP Test (www.freemason.pt)
[h:X-Mailer] => //wordpress.org/plugins/post-smtp/)
[h:Content-Type] => multipart/alternative
[h:Sender] => freemason.pt@gmail.com
[cc] =>
[bcc] =>
[text] => Hello!Sent by Postman 1.9.8 – https://wordpress.org/plugins/post-smtp/
[html] => <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<style type=”text/css” media=”all”>
.wporg-notification .im {
color: #888;
} /* undo a GMail-inserted style */
</style>
</head>
<body class=”wporg-notification”>
<div style=”background: #e8f6fe; font-family: & quot; Helvetica Neue" , Helvetica ,Arial,sans-serif; font-size: 14px; color: #666; text-align: center; margin: 0; padding: 0″>
<table border=”0″ cellspacing=”0″ cellpadding=”0″ bgcolor=”#e8f6fe” style=”background: #e8f6fe; width: 100%;”>
<tbody>
<tr>
<td>
<table border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center” style=”padding: 0px; width: 100%;””>
<tbody>
<tr>
<td>
<div style=”max-width: 600px; height: 400px; margin: 0 auto; overflow: hidden;background-image:url(‘https://ps.w.org/postman-smtp/assets/email/poofytoo.png’);background-repeat: no-repeat;”>
<div style=”margin:50px 0 0 300px; width:300px; font-size:2em;”>Hello! – 你好 – Bonjour! – नमस्ते – ¡Hola! – Olá – Привет! – 今日は</div>
<div style=”text-align:right;font-size: 1.4em; color:black;margin:150px 0 0 200px;”>Sent by Postman 1.9.8
<br/><span style=”font-size: 0.8em”>https://wordpress.org/plugins/post-smtp/</span>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<br><span style=”font-size:0.9em;color:#94c0dc;”>Image source: poofytoo.com – Used with permission</span>
</td>
</tr>
</tbody>
</table>
</body>
</html>
)Hi,
See how it was made in version 3.5.18. We had four fields that could be adjusted when editing an user:
Subscriber’s Full Name
Subscriber’s Email Address
Update Subscriber’s Status
Update Subscriber’s GroupNow, the Update subscriber’s Status is not there.
Regards
A Jorge