hoffmaao
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Author and style pages showing even-though blockedThanks @devnihil
It’s been a couple of months since I modified those settings.
Also, if I go to the page source code it shows <meta name=”robots” content=”noindex,follow”/>
The cache on server and cloudflare has also been cleared…
Just does not make sense to me why it still appears
Hi, I seem to have the same issue you had but I see it’s now working on your site. Can you let me know what you did to resolve the issue?
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Cookie banner doens’t shownHow did you get it to show on the initial page? It’s not even loading for me there…
Hi Cais,
Sorry but you didn’t answer which one? How do I get to that accordion when it’s already setup? Or must I create brand new gallery from scratch?Thanks for the quick reply.
When I go into the Page, I can see the thumbnails (as one “image”) when I click there’s the pencil icon so I can edit it. Is it possible to change it’s “Sort or Exclude” option from here? Or must I add a brand new Gallery to the page?
Thanks,
AaronHaving same issue here. I updated folder and file permissions and had same result. I’d prefer to not have people logging into the server to update the WordPress version each time would be much better through the WP-Admin.
Is it safe for us to update the owner under the document root of the site?
chown -R www-data:www-data .Once this was done it seems the update is working…just concerned about security.
Forum: Fixing WordPress
In reply to: Updating theme without FTPThanks, just wanted to update.
I’ve fixed the issue by reverting the ownership to www-data:ubuntu and adding the following line of code into the wp-config.php:
define('FS_METHOD', 'direct');
Now BOTH the plugin automatic update AND theme update are working and it’s allowing us to modify files via the sftp client.
Forum: Fixing WordPress
In reply to: Updating theme without FTPI can understand having to do the theme manually however now it’s happening on the plugins too. It was working previously…
The only change made was chown -R the web directory to ubuntu:www-data, I did this so we could modify files from client. But seems it’s not allowing us to update the plugins now too. Must I change the owner permissions back? What else can I do to get this working?
ThanksForum: Fixing WordPress
In reply to: Updating theme without FTPHi thanks for quick reply, the file permissions and ownership are set to those recommended. I am discussing in regards to updating the theme (it’s a paid theme)…so without FTP there’s no way to have it done automatically is what I understand?
In that case we must revert to do the theme update manually?Forum: Plugins
In reply to: [Contact Form 7] Issue with border around Thank messageThanks, I will try to check with the theme author and see if they can add permanent fix.
Thanks again!Forum: Plugins
In reply to: [Contact Form 7] Issue with border around Thank messageGood idea! I guess at this point the band-aid fix will do.
I just added that CSS and appears to be working for now.Thanks for your help!
AaronForum: Plugins
In reply to: [WooCommerce Hide Checkout Shipping Address] Support for free downloadsHi Ronald,
Ok, get on that! ??
I guess in the meantime I’ll just have to do a hack.
Regards,
AaronYes, the host is AWS SES (Send Email Service) and they support html emails. Reason for using WP Mail is to use the SMTP settings that have been configured for SES.
Unfortunately we’re not at the luxury of being able to upgrade due to all the custom changes. Does anyone know if simply changing extension of email templates to be html extension is enough to force emails to use HTML format?
I checked and the templates that are connected to the Events Manager are all .php extension. Do I need to change those to HTML in order for them to be sent out as HTML format?