astima
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing API keyI tried that. No luck. I do use a security service for my website. I’m wondering if that is anything to do with it. I don’t use a security service for the platform I I built my site on, but I do on my active site.
Forum: Fixing WordPress
In reply to: Set featured item not showing after migrationI was able to disable my preferred scripts which corrected other errors, but then I was able to erase all instances where it used the Tim thumb script. And that fixed the problem. Hopefully this helps anyone else that may have this problem.
Forum: Fixing WordPress
In reply to: Set featured item not showing after migrationOkay, I was able to disable the pretty photos script. It corrected my other issues, but I still am not seeing any of my thumbnails that are set as featured items.
Forum: Fixing WordPress
In reply to: Set featured item not showing after migrationI think it’s an issue with the script pretty photos, but I’m not sure how to fix it.
Forum: Plugins
In reply to: [Redirect wordpress to welcome or landing page] Keep Redirecting usersHow often does the plug-in redirect you to the landing page? In the description it says it redirects each user only once, but here it sounds like it will redirect you once a day. I would like it to redirect once a day. So if you could clarify that for me I would appreciate it.
Thank you
Forum: Fixing WordPress
In reply to: If statement not working in category headerThank you I got it to work.I added the extra = and removed the parentheses
Forum: Themes and Templates
In reply to: RGB and RGBAThank you, that worked! I didn’t realize that the order affected how it was displayed. I would’ve never thought to move them around.
Forum: Fixing WordPress
In reply to: If statement not working in category headerDo I need the parentheses and quotes around the category name?
<div class="header"> <?php if ($cat_name == ('beyond-the-mash')) { echo '<img src="http://www.stimadesigns.com/hunterdonbrewing/wp-content/uploads/2016/02/BeyondtheMash.png" />' ; } elseif ($cat_name == ('drinks-and-drams')) { echo '<img src="http://www.stimadesigns.com/hunterdonbrewing/wp-content/uploads/2016/02/DrinksandDreams.png" />' ;} else { ?> <h1><a href="<?php echo $cat_link; ?>"><?php echo $cat_name; ?></a></h1> <?php ;} ?> </div><!-- #header -->Forum: Themes and Templates
In reply to: [GK Portfolio] Portfolio featured image issueWere you able to find a solution to the feature image also being posted at the top of your post? I am having the same issue.
Forum: Plugins
In reply to: [Postie] Changed password now Postie won't workWell, we are getting closer to a solution. Fixing the error message: cannot connect to host; cannot allocate memory fix my connection problems along with your suggestion to check the password.
Now it works, but only works manually. I do have Cron set up. I was using it prior to it not working. When I look in my error logs I get the following message:
PHP Fatal error: Call to undefined function http_response_code() in /home/hbco/pos/wp-content/plugins/postie/get_mail.php on line 2
Forum: Plugins
In reply to: [Postie] Changed password now Postie won't workI had been getting an error that said “fatal error could not connect to host could not allocate memory”. I have resolved the issue with my host hoping that that was what was causing the issue with the plug-in, but it’s still not working. My host says that the server can connect Gmail, so what are some other possibilities that could cause this problem?
Forum: Plugins
In reply to: [Postie] Changed password now Postie won't workI’ve gone through my error logs I realized that the plug-in stopped working on December 31 around 10:30 PM. I don’t know if this is a coincidence or not. But I tried your suggestion of connecting to the Gmail from my server, and that didn’t work. Any other suggestions?
Forum: Plugins
In reply to: [Postie] Authentication problemWhen I do what you suggested I get the following alert message:
[Mon Jan 27 17:40:01 2014] [alert] [client 204.186.82.50] /home/hbco/pos/.htaccess: Satisfy not allowed hereMy website was always password-protected and postie has been working for months. It was only when I changed the password that I now get this error message. I can’t figure out where it is trying to enter a username and password. Because it’s not my username and password for my email. It is the username and password needed to access my site that says it is mismatched.
Forum: Fixing WordPress
In reply to: Can't access the dashboard or websitekmessinger
Thank you for responding. I don’t post real URLs because the sales site is password protected. I didn’t know what to do so I thought I would just use an example. What should I post?
I was wondering could this be a HTaccess file issue? Because no matter what page I go to all my sales page I am redirected back to my main site.
Thank you
Forum: Fixing WordPress
In reply to: Can't access the dashboard or websiteI would love any advice or suggestions or help anyone could give. I would greatly appreciate it. I am not opposed to starting from scratch if necessary. I would just like advice as to how to go about that in the best way. I know I can back up my site from the FTP, what about my database? Thank you