brian914
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Adding screen options columns for cpt ui pages?Thank you Michael!!!
Forum: Themes and Templates
In reply to: Custom Post Type iconjohnmcalester you can something like what I did up top:
‘menu_icon’ => admin_url() . ‘images/media-button-video.gif’
You can just look up the paths of images that are already being used in existing menus.Forum: Themes and Templates
In reply to: Home link doing weird thingsThank you Andrew! The simple forward slash did fix it!
Forum: Plugins
In reply to: [Plugin: PixoPoint Email Submit] php implode() errorHey Ryan,
I just made the changes and am now using the plugin unchanged with the from in my file, instead of the shortcode., but am still getting the same error. I downloaded the latest version.I am getting the error when I cut emails from the Settings > Email Submissions box and click the update button. Here is what I get:
Notice: Undefined variable: email_list in /home/content/70/9724470/html/wp-content/plugins/pixopoint-email-submit/admin_page.php on line 47 Warning: Cannot modify header information - headers already sent by (output started at /home/content/70/9724470/html/wp-content/plugins/pixopoint-email-submit/admin_page.php:47) in /home/content/70/9724470/html/wp-includes/pluggable.php on line 881
The url that shows where I get this is the options.php file.
Also, once i get back to that window, it now shows me the following:<br /> <b>Warning</b>: explode() expects parameter 2 to be string, array given in <b>/home/content/70/9724470/html/wp-content/plugins/pixopoint-email-submit/index.php</b> on line <b>120</b><br /> <br /> <b>Warning</b>: Invalid argument supplied for foreach() in <b>/home/content/70/9724470/html/wp-content/plugins/pixopoint-email-submit/index.php</b> on line <b>123</b><br />
Is this something I am doing wrong?
Thanks again for the help!
Forum: Plugins
In reply to: [Plugin: PixoPoint Email Submit] php implode() errorOkay, awesome!!! I will try that a little bit later!
Thank you so much!!!
Forum: Plugins
In reply to: [Plugin: PixoPoint Email Submit] php implode() errorHa, funny! No problem, I will check for the update in the next few days?
I am not completely sure I understand what you are saying in terms of the form. So I would add that form to my template, instead of the shortcode call I have now? Here is what I currently have:
do_shortcode( '[emailsubmit]' );
Thanks a bunch for the help!
Forum: Plugins
In reply to: [Plugin: PixoPoint Email Submit] php implode() errorHi Ryan,
thank you so much to respond to my issue. I will use the other forum next time!I had modified the version of your plugin I had, since I wanted the email field etc to look different. I had changed the form html in the index file starting at line 60.
I did deactivate my version and activate the latest version of the plugin and got the following error:
The plugin generated 356 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.Is there a way for me to use the plugin as is, so it can be updated regularly and maybe change the from html via my functions.php file?
Thanks a lor for the help!
Forum: Themes and Templates
In reply to: Theme is keeping pages from savingOkay, perfect! Thank you so much!
Forum: Themes and Templates
In reply to: Theme is keeping pages from savingAwesome, thank you very much. That helped me figure it out.
Do I have to turn that feature off before making the site live?
Forum: Themes and Templates
In reply to: Custom post type posts per page?Thank you very much, that was exactly it!
Forum: Plugins
In reply to: Other pages as taxonomy?That is awesome!!! Thank you so much. I am still in the research phase for what I was going to do, but I am excited to get to it and try it out!!!
Forum: Themes and Templates
In reply to: How to set the blog home pageYeah, that does make sense. I wish there was a way to set that. Anyway, great to know!
Thanks a lot!!!
Forum: Themes and Templates
In reply to: How to set the blog home pageHey esmi,
thank you for that. I guess unless I want to recreate the main nav, then this is what it is. That seems like kind of a bug? Or is there a reason to this?Forum: Themes and Templates
In reply to: How to set the blog home pageSorry, here are some links.
The “blog” page is here:
https://www.agilitygraphics.com/clients/chai/updateThen for example if I click on the first update:
https://www.agilitygraphics.com/clients/chai/2011/06/12/update-article-01-vivamus-risus-odio-bibendum-sed-aliquam-a-magna/The main nav no longer shows Update in the onstate.
Forum: Fixing WordPress
In reply to: Simple age verification?Hey Esmi,
thanks a lot! I will look into that plugin for sure. I also come to learn that I could just us a php session, like this:
https://www.php.net/manual/en/book.session.phpThanks a lot!
Brian