tomueberall
Forum Replies Created
-
Hi @bruna, thanks for the reply, and sorry for the confusion …
i am not sure i fully submitted the survey form after creating the account, as i didn’t realize this was mandatory to proceed (from what it reads and how it is positioned and presented, i misinterpreted that as a survey to find out more about your customers and needs).
So I have just now filled the survey and sent it for approval. After sending, the notification i need to send the survey still pops up in my mailpoet.com-Account, so i’m not sure it has been transmitted?
Thanks for your assistance!
Forum: Plugins
In reply to: [ProjectManager] [Plugin: ProjectManager] Bug with WordPress 3.4.1having the same problem, commenting out the line did the job for the moment, but i don’t like the “solution” …
thanks for the feedback – that would be great indeed ??
Forum: Plugins
In reply to: [Live Blogging] Auto-updating not occuringjust a short feedback: the modified version works for me.
– WordPress 3.2.1
– Twenty-Eleven theme (as a basis, but modified)what i did:
– edited comments.php so there is an <ol id=”commentlist” class=”commentlist”> (there was only a class of this name before, no ID)
– edited functions php with this:
add_filter('live_blogging_build_comments', 'twentyeleven_liveblogging_comments'); function twentyeleven_liveblogging_comments($a) { $a['callback'] = 'twentyeleven_comment'; return $a; }
though i’m not sure it is needed or works – will try to remove it again.
until this point, id did not work.
– I installed the version of buddybonesbones with no further modifications to the theme or plugin -> now it works.