trevorwood
Forum Replies Created
-
this mat be related to the other thing I’ve logged to do with the return address not being set correctly. The authentication with Office365 needs to have the return address authorised to be able to send and if the return address isn’t the same as the sending address Office365 barfs
That’s great. Thanks
Forum: Plugins
In reply to: [Page/Post Specific Social Share Buttons] Facebook does not appearI’m having the same issue – code for Facebook appears to be
<iframe frameborder=”0″ scrolling=”no” style=”border:none; overflow:hidden; width:85px; height:21px;” allowtransparency=”true” src=”https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fn…nt=verdana&colorscheme=light&height=21&wmode=transparent”>
#document
<!DOCTYPE html>
<html id=”facebook” class=”no_js” lang=”en”></html></iframe>
which doesn’t look right to me
sorry – the initial = was a mis-type. I do have
$wp_session[‘test’] = ‘test’;on further investigation, it is nothing to do with the form, it is something to do with the session variable being set in a function.
I’ve got a work around by returning the value I want to put into the session variable from the function and then settign that into the session variable
e.g
$val = callfunction ();
$wp_session[‘test’] = $valfunction callfunction ()
{
some code that sets $val
return $val;
}It’s horrible, but at least I can carry the session variables around now
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] major problem with Zip backupThis was resolved. Apparently it was because I didn’t have the latest version of WordPress backup to dropbox installed. I had to delete the backup-to-dropbox directory and install the latest free version. I then contacted Michael and he reactivated the full version so I could install it. I’ve had no problems since
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 won't send to email address on office 365OK further to this – it’s working fine on the live server and failing on the test server so it’s not a problem with this plugin and I can live with it not working on the test server
Forum: Fixing WordPress
In reply to: Hide a page from top menuI believe so – when I compare the 2 themes – the one that works & the one that doesn’t – the menu screen looks the same (except for the page names and the menu name)
Are they tweets or @ replies?
Thanks
I understand about support
Get Link sort of works – however, it only takes a copy of the folder as it is at that time. If the contents of the folder are updated later – as all backups do, then the “Get Link” option has to be used again, so actually not a solution ??
Can a have the previous version please?
Thanks
It’ll do – I thought at first that I’d have to manually copy it somewhere, but I’ve just found that I can add it to my dropbox account. Thanks
I’ll give it a go and get back to you. If necessary, can I get the previous version from somewhere and use that for the time being?
Cheer
Forum: Themes and Templates
In reply to: Possible bug in v3.4.1 with template footer textOK – further investigation with the theme I’ve created
Under Theme options, there’s an area for footer content. Putting text in here does what I’ve been trying to do. This doesn’t – however – explain why, when I changed the text in Artisteer and uploaded the theme, the previous version of WordPress updated that text and the current version doesn’t
I don’t have time at the moment to install another Wrodpress blog using the previous version on WordPress to test this, but when time permits (perhaps next month) I’ll have another look at it
Forum: Themes and Templates
In reply to: Possible bug in v3.4.1 with template footer textI don’t think so – it was working fine yesterday with the previous version of WordPress.
I’ve got to do a clean install soon – I’ll try the previous version again and confirm that it is working and that it’s failed in the latest
Forum: Themes and Templates
In reply to: Possible bug in v3.4.1 with template footer textha_ is the prefix I’ve given to the WordPress tables – so it’s the wp_options table in a standard WP instalation