hellothereuk
Forum Replies Created
-
I don’t know what TSF is, would I have explicity have to have gone in and changed it? If so, no. I’ve not edited any of the SEO Framework settings for months as it does such a good job doing its thing in the background.
I’ll ask my hosting if they can try changing the php to 8.1 or 8.2
This led me down the right path. Basically to retain the new line <br>’s, I had to echo like this instead:
echo ( $inner[‘text-over-image’] );
echo nl2br( $inner[‘text-over-image’] )All working fine now, thanks!
Sorry doesn’t work for me, the code just errors Undefined Index instead of returning image URL:
echo wp_get_attachment_image( $attributes['team-image']['url'], 'medium');
or
echo wp_get_attachment_image( $attributes['team-image']['id'], 'large')
both return:
<b>Notice</b>: Undefined index: team-image in <b>#######/wp-content/plugins/lazy-blocks/classes/class-blocks.php(1192) : eval()’d code</b> on line <b>30</b><br />
if use the normal method on ‘team-image’
echo esc_url( $attributes['team-image']['url'] );
it returns the correct image URL, so ‘team-image’ is correct
- This reply was modified 4 years, 2 months ago by hellothereuk.
- This reply was modified 4 years, 2 months ago by hellothereuk.
- This reply was modified 4 years, 2 months ago by hellothereuk.
all good here now too!
Hi there, my cpanel gives me this info, if this is any help:
Apache Version 2.4.43
PHP Version PHP 7.2 (ea-php72)
MySQL Version 10.3.23-MariaDB
Architecture x86_64
Operating System linuxI’m not on localhost, this is a site being worked on with ‘discourage from search results’ turned on
- This reply was modified 4 years, 3 months ago by hellothereuk.
perfect, thanks for the great plugin!
Forum: Plugins
In reply to: [Video Thumbnails] Thumbnail Filenames confliciting??
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] smtp, php and sendmail all failNever did get it working, moved to a new host as I was having issues with their service anyway and now everything works. They had safe mode on and phpmail disabled, and at the same time advertising themselves as a good wordpress host *rolleyes*
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] smtp, php and sendmail all failyep, as shown above when php_mail is activated it returns
FAILED. Check your logs & settings ! the log then contains: “mail() has been disabled for security reasons in …./wp-content/plugins/mailpress/mp-includes/Swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php on line 49”
My hosting finally replied to my ticket and said they’ve disabled phpmail because its a shared server then said:
“
You need to use the SMTP authentication function instead of mail() function.
Scott U: Please refer how to enable smtp authentication function using URL
Scott U: https://4rapiddev.com/tips-and-tricks/sending-email-with-smtp-authentication-in-wordpress/
“I’ve installed that WP Mail SMTP plugin and configured it, and its test-page does say it works, but I guess as MailPress doesn’t use this plugin its just not going to work :/
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] smtp, php and sendmail all failWhat about the SMTP? I know the settings are correct, I even made a new email account just to test it with.
It doesn’t appear to even try to connect, just tells me “proc_open” php function is not available, you need to activate Connection_php_mail add-on.”
Is that required for SMTP too?
Forum: Plugins
In reply to: [ Plugin: Audiobar ] permission deniedI get the same SAFE MODE problem as this, my hosting won’t disable safe mode because its a shared server so I’ve never been able to activate and use this plugin.
getid3() seems to be causing all the problems by trying to write to /tmp – i’ve tried changing the folder location by editing the php files but it either ignores my changes and still tries to write to /tmp or it changes to a different error about a hash #0 or something.
real shame, i only installed wordpress after seeing someone elses site using audiobar, as its just what i wanted my artist page to be like, but it just doesnt work.