r.sumerall
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter Sign-Up] Define "value" for email text box?I put that response in the wrong support thread. The Newsletter Sign Up plugin was actually the one that I switched to; I was initially using another one whose coding was a little convoluted. I posted a thread to their plugin days ago and still have not received a response.
I apologize for the confusion and for my comments being hurtful, though not intended for you.
Forum: Plugins
In reply to: [Newsletter Sign-Up] Define "value" for email text box?I’ve found another plugin that works better (inho) and has better response times.
Thanks.
Forum: Plugins
In reply to: [MailChimp Widget] How to add text inside email box?Thanks! I feel a little uhh silly. Your answer kinda sparked a “duh” moment for me. I was just about to start working out some jquery, but it was a simple fix with the plugin!
Thanks!!
Forum: Plugins
In reply to: [MailChimp Widget] How to add text inside email box?So I’ve just realized there is no way to change the value with CSS (duh :/).
If anyone knows how to address this, please let me know!
Forum: Plugins
In reply to: [Newsletter Sign-Up] Define "value" for email text box?So I’ve just realized there is no way to change the value with CSS (duh :/).
If anyone knows how to address this, please let me know!
Disregard!
I jumped the gun with this forum post.
For anyone interested, CF 7 does not appear to be compatible with some SEO plugins.
Forum: Fixing WordPress
In reply to: current_page_item tag not populatingWoops, looks like it was a query problem. I needed to reset the query.
Thanks so much! I’ll look over the rest of my templates to make sure I didn’t forget this anywhere else!
Forum: Fixing WordPress
In reply to: current_page_item tag not populatingAlright, I’ll read through those. From what I can see on my template file the query is properly closed out, and there is only one of them.
Forum: Fixing WordPress
In reply to: current_page_item tag not populatingYes and yes. So the query before the sidebar is causing this problem?
Forum: Fixing WordPress
In reply to: Click links to extract posts based on child category.Hello Again,
I think I know how to do this, but I’m stuck at a few crucial points and any guidance would help.
I’m guessing that i can write an if…else if… else statement that will query the posts based on the navigation link you select. I don’t know what to use as an identifier for the if statements (do I reference the page, and how if the child categories seem to be creating new pages?).
Please, if anyone can help me I would really appreciate it.
Thanks,
RebeccaForum: Plugins
In reply to: Best plugin for popup to house login?Nevermind, I would recommend using jquery for something like this. Much simpler and easier to customize.
Forum: Themes and Templates
In reply to: Custom Theme breaking dashboard?Never mind, I realize that last request is unrelated to the forum.
Thanks for all the help!!
Forum: Themes and Templates
In reply to: Custom Theme breaking dashboard?Thanks that did it!
Now I’ve run into an issue. For some reason a plugin that I need is interacting with this “header already sent” issue. I can’t exactly edit the code of the plugin because that would make updates a pain, so what do I do?
Thanks
Forum: Themes and Templates
In reply to: Custom Theme breaking dashboard?Alright, I’ve turned on debug and enabled error logging.
The first notice is about changing get_current_theme to wp_get_theme(), but this notice went away when I deactivated the only plugin that was bringing up notices.
The other notices have to do with my templates. Nearly every template I’ve made is being flagged at the line where it calls the sidebar. They all say:
Use of undefined constant ______ – assumed ‘_____’ where the blanks are the names of the various templates.
In my dashboard, this is the notice that appears when I try to submit something and get a blank page:
wp_get_theme()
Warning: Cannot modify header information – headers already sent by (output started at /home4/gandypri/public_html/wordpress/wp-includes/functions.php:1) in /home4/gandypri/public_html/wordpress/wp-includes/pluggable.php on line 881Basically, I don’t know what to do now.
Forum: Themes and Templates
In reply to: Custom Theme breaking dashboard?Thanks for the quick response! I’ll give those a try.