johnhorning-1
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] youtube embed in xprofile fieldsFYI, I had trouble with the quotation marks. This worked for me:
https://codeshare.io/aVZ1yzForum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Video embedsWould you mind giving us the entire php function that we should place in the functions.php file?
Okay thanks. I’ll try it!
Forum: Plugins
In reply to: [Democracy Poll] display a link above the poll?A custom link, but frankly, I don’t need this anymore.
Forum: Themes and Templates
In reply to: [SuperNews] Missing page builder widgetsSomehow I found the documentation here:
https://docs.theme-junkie.com/supernews/
Sorry I guess that’s not you.Forum: Themes and Templates
In reply to: [SuperNews] Missing Layout meta boxSomehow I found the documentation here:
https://docs.theme-junkie.com/supernews/
Sorry I guess that’s not you.Forum: Themes and Templates
In reply to: [SuperNews] How to import demo dataSomehow I found the documentation here:
https://docs.theme-junkie.com/supernews/
Sorry I guess that’s not you.Forum: Plugins
In reply to: [Custom Login Page by SeedProd] customize the registration page?That was quick:) I don’t need much – just want to change the logo to something different than what’s on the login page and/or place some text on the page.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
Forum: Plugins
In reply to: [Form to Post] post forms to a custom post type?Thanks for the suggestion. That’s the plugin I’m using, but I didn’t see mention of custom post type.
But never mind anyway. I have decided to just use post category to separate form posts from others.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
Forum: Plugins
In reply to: [Contact Form 7] Can I ignore this syntax error?Okay thanks.
Forum: Plugins
In reply to: [Contact Form 7] Can I ignore this syntax error?Ignore the first link in the previous post. Should be this:
https://www.screencast.com/t/tO7Uc3rNrI was trying to see if requiring the field helped, but it doesn’t.
Still having a problem.
Does this still work? I’m having trouble.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
Forum: Plugins
In reply to: [Contact Form 7] Can I ignore this syntax error?Thanks. I read the FAQ and still see no reason for the error message. The error is in the “To” field. I am simply sending a message to the user that filled out a form. The field is hidden on the form.
https://www.screencast.com/t/6Rh76exugvA
https://www.screencast.com/t/NsWTidRmRrHow would you suggest I correct this?
John
- This reply was modified 8 years, 2 months ago by johnhorning-1.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
Forum: Plugins
In reply to: [Contact Form 7] How to edit size and width of the form fieldsAfter much digging, I finally figured this out.
Field width is not only dependent on the CSS width attribute, but also the “size” which is an attribute of the HTML “input” element.So the problem is that no matter what you do with the width in your CSS, you’re also restricted by size. The size is set to 40 by default in the plugin code. You can delete that line, as is suggested above, but it will be right back the next time you update.
It turns out that size can be changed easily in the short code like this:
[text* your-name size:80 ]
Simple and very handy, but the documentation on this could be better, IMHO.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
- This reply was modified 8 years, 2 months ago by johnhorning-1.
Forum: Plugins
In reply to: [Contact Form] Size of the text areaOn a related note, there’s a field for number of rows, but when I set it and save the form, the field is blank.