toddleweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Update unticked all categories & lost iconsCareful – full of bugs in the migration as well
Lost everything – shortcodes all changed, links and categoriesForum: Plugins
In reply to: [Email Users] No Line Breaks in EmailHi Mike
WP 4.1 doesn’t show any p tags in a post anymore – view in text editor mode – there is nothing – and it also strips out p tags if u put them in.… when u are desperate u will try anything, LOL.
Will see if I can find time to pinpoint what is causing it.
Forum: Plugins
In reply to: [Email Users] No Line Breaks in EmailHi
In the Default Notification Body where you set up the wording for the email, you typically use the %EXCERPT% or %CONTENT% variables.
Just highlight the variable name from the % to the closing % sign and use the Format (paragraph) dropdown in the visual editor to select “pre”.
Seems to make the content of the post behave properly – dont ask why!
Good luck
Forum: Plugins
In reply to: [Email Users] No Line Breaks in EmailHI Mike
Thanks for the super fast response!H1 – h6 work fine with line breaks. Anything typed directly into your Default Notification Body works fine with line breaks.
It seems only the unmarked p paragraphs from the body of a post concatenate into one long stream of text.
I “fixed” the problem by setting the format for the actual variables “%excerpt%” or “%content%” as pre formatted.
Everything worked fine after that.
Hope this helps others.Forum: Plugins
In reply to: [Email Users] No Line Breaks in EmailExactly the same problem! Fine in preview, no line breaks in any mail client.
No reported conflicts with filters.
Is there a fix for this please?
HI There
Any news about multisite compatibility? Would be so awesome!
ThanksForum: Fixing WordPress
In reply to: Suspicious redirects in requests done to load my siteThanks a million for finding the solution – Been going around the bend with this – Shareaholic could at least be upfront and tell us about the redirect and cookies – bad form!
Any solution to this problem – a very real requirement for one event with different types of tickets within the event e.g. pensioners, adult, children.
EM version 5.5.3.1
Using Pro version 2.3.8.1Anybody got a solution please?
Forum: Plugins
In reply to: [Advanced Browser Check] Not working (have checked footer & header)Hi – downloaded and installed today 6thJune.
Using WP 3.9.1Checked head() and footer()
Had got style sheet and cookie.js and script.js files in the source of a page. Has Advanced div as well.Not showing up in any browser.
What happened? Used to work perfectly.
Thanks
Okay – solved the problem as follows:
Definitely did not have a check in the Enter my own Acces Token box BUT … decided to check it to see the field that you were talking about i.e. Facebook Access Token field.
Found an invalid id code in that field (probably leftover from all my attempts).
So even if the “Enter my own Access Token” box is not ticked, still check to see if there is anything in the hidden field.
All seems to be working fine now. Thanks for your guidance!
HI John
I am NOT using any ID token and the field is blank. Made sure to save blank. Cleared all cache before trying again.
Also tested a number of times on your own demo site without Access Token
Tested with a number of other Facebook pages as well and get the same error.
Thanks
We have identical problem listed above. Using 1.5.1, WordPress 3.6.1 and multisite. Individual sending via smtp works perfectly. Have even tried server cron(but no luck).
Config set to WP-Cron but still get message to say that cron is not set.
I submit the newsletter, but in the submit window, the progress bar stay 0% – Ongoing and doesn’t change. Then i click the Run JS-Cron now button, another window opens and a number 0 appears. I waited for 30 minutes. Nada!
This is happening on 3 different installations and 3 different clients – ony commonality is the multisite! Different plugins, etc.
Urgent help please!
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] BUG – Create a subscriber manuallyThe problem is not the auto increment, the problem is where you specify a column as not null and you do no provide a default value. The insert statement does not provide a value for the column ip, MySQL then has to fill the column with a default value, which in this instance does not exist, which in turn causes the INSERT to fail.
A more correct syntax for the columns which are not null would be
[column name] NOT NULL DEFAULT ” – now when you do not specify a value for this column in the INSERT statement MySQL will know what to do.BTW It is also good SQL practise to create a PRIMARY KEY for every table, instead of using only a UNIQUE KEY, a table can have multiple UNIQUE KEYs but only one PRIMARY KEY.
Hope that helps
Regards
DirkForum: Plugins
In reply to: [Knews Multilingual Newsletters] BUG – Create a subscriber manuallyHere’s a fix
Change the structure of the table wp_knewsusers to specify a default value for all the varchar columns that are set to not null – especial the field IP.
Watch out for next upgrade of plugin – might get overriden?????
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] BUG – Create a subscriber manuallyAny response to this please – becoming most urgent.
Thanks