youngfam
Forum Replies Created
-
Forum: Plugins
In reply to: [Email posts to subscribers] mail subject ###POSTTITLE###Actually installed 4.9 with the edits. Working great thanks!
Forum: Plugins
In reply to: [Email posts to subscribers] mail subject ###POSTTITLE###I’m using 4.4 so I’ll grab 4.8 & try it.
Forum: Plugins
In reply to: [Email posts to subscribers] mail subject ###POSTTITLE###Nope, I just changed :
$subject = substr_count($subject,”###POSTTITLEONLY###”)?$first_post_title:str_replace(“###POSTTITLE###”, $first_post_title, $subject);
To:
$subject = $first_post_title;
And I’m still getting the variable not the title.Forum: Plugins
In reply to: [Email posts to subscribers] mail subject ###POSTTITLE###I added the above code but only getting ###POSTTITLEONLY### in the subject not the
actual title. Not getting any errors, just not replacing the variable with actual title.Well, today all is working after sending diagnostics e-mail…
So all good.Having same issue…
Wordfence could not register with the Wordfence scanning servers when it activated.
Will send diagnostic e-mail. Showing curl ssl issues so I updated curl & openssl on server (centos) still same issues.
Tables also created.Thanks.
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downJust realized works in firefox & chrome as of the jquery update.
Just not in IE so getting closer.
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downI upgraded jquery to 1.11.0 and removed the responsive=”desktop”
Still behaving the same, works outside theme not inside.
Use links in previous post to see.What am I missing?
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downStill no go on this:
I set up a static page that calls the quiform iframe and shows the issue
Here is the form (iframe) it is calling which works fine:
Something is goofing the iframe of the form, any ideas appreciated.
ThanksForum: Plugins
In reply to: [GuiForm] Drop down options outside drop downFix no good drop down value does not get sent, also gets overwritten
with edit or auto-save in editor.It appears an issue with the theme conflicting with the form, when viewing outside theme works fine.
The theme uses jquery 1.7.2 link above uses 1.9.2 I’ll try to update the theme and see if the works. Long as that does not screw the theme.
Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downI think I found a fix did not try a submit yet (still working on form).
I opened the html field ion the guiform table in wordpress database.
It showed <guiform name=”field_3458″></guiform>
wrapping the options but no select. So I put <select></select>
outside the guiform tags.It now displays correctly, this may effect the post of the form I’ll
follow up when done with the form. Any further ideas welcome.Forum: Plugins
In reply to: [GuiForm] Drop down options outside drop downSorry should have mentioned.
guiform version 1.5.4
WordPress version 3.8.1