hmistler
Forum Replies Created
-
Is your license for the premium version a one-time fee or is it yearly?
Forum: Fixing WordPress
In reply to: Create full-width sections on pages within the "wrap"I put in a work-around, probably not correct but getting the job done
Forum: Fixing WordPress
In reply to: What kind of menu is this?Thanks for the reply but that’s not the menu I mean, I’m talking about the vertical-style menu in the “Our Approah” section, not the main nav menu
Forum: Plugins
In reply to: [Contact Form 7] error message/orange border after updating to 4.4.1Update: just turned off the integration reCaptcha with CF7, and switched to BWP recaptcha plugin, and now it is working. I agree with @dawnrae, seems there is definitely a problem with the integration CF7 recaptcha.
Forum: Plugins
In reply to: [Contact Form 7] error message/orange border after updating to 4.4.1I have the same exact problem with mine – when CF7 recaptcha is on, I get the orange border “spam” error message. When it’s turned off, no issues sending mail. Will try another plugin for recaptcha in the mean time and see if that works.
Forum: Plugins
In reply to: [Contact Form 7] Some of my fields aren't sendingI am having the exact same issue! Thanks in advance to anyone who can solve this…
Forum: Fixing WordPress
In reply to: SQL Database upload errorI’ve never done this before so this is all new! I did install wordpress on the site & started fooling around with some posts; that’s when I decided to just upload the old version. So would I have to remove WordPress from the site & try this again? Or just remove the content I have (like posts, images, etc.) but keep the theme? I’m not sure what I would need to get rid of in order for the restoration to work…thanks so much
Forum: Fixing WordPress
In reply to: Create a login pageThank you SO much, this is really helpful
I just tried to log into my site and I can’t even do that, I get this error message:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/69/10921769/html/wp-content/themes/Avada-Child-Theme/functions.php:17) in /home/content/69/10921769/html/wp-includes/pluggable.php on line 896Forum: Plugins
In reply to: [Alligator Popup] Scrollbars not workingPerfect, thank you!!
Forum: Fixing WordPress
In reply to: Entry title & info missing from my postsoh! Makes sense. I just changed the CSS and now it’s back. Thank you for taking the time to look into this for me; I’ve learned a bit more about this now! Thanks!
Forum: Fixing WordPress
In reply to: Entry title & info missing from my postsAh I see what you mean – thanks, that worked! I have the titles of the posts, the only thing now is that the entry meta is still not showing up on the posts. My code is this:
//* Customize the entry meta in the entry header add_filter( 'genesis_post_info', 'sp_post_info_filter' ); function sp_post_info_filter($post_info) { $post_info = '[post_date] by [post_author_posts_link] [post_categories] [post_comments]'; return $post_info; }
Forum: Fixing WordPress
In reply to: Entry title & info missing from my postsYes, it is the exact code. I followed these instructions:
https://wpsites.net/web-design/remove-titles-specific-conditions/
and the code does remove the titles where I wanted it to, so I think it’s working correctly I just want to be able to see my post titles and info on the actual post pages themselves.
Forum: Themes and Templates
In reply to: "Please Try Again" theme install failureI fixed it – I uploaded an old file I had used for a different site. Must have been an issue with the new one I had downloaded
Forum: Themes and Templates
In reply to: "Please Try Again" theme install failureI should note that I have already unzipped the downloaded file and installed just the theme .zip – still not working.