testerdahl
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Button Plugin MaxButtons] Upgraded Plugin – Fatal ErrorHello,
Found the updated plugin today and this fixed the issue.
FYI – yes a framework. Options Framework specifically. PHP – 5.3.29.
Good point on upgrading the PHP. I’ll do that today.
The other box was a plugin box for, I guess, another plugin. It kept crashing, so I assumed it was for your plugin. The box is gone and now there are no issues.
Forum: Plugins
In reply to: [WP Featured Content Slider] Possible to move image to the left?I just figured this out and thought I would share.
Open up the file wp-featured-content-slider/content-slider.php
Find the code “#featured_slider .content_left {.” Right below this line, it says “float: left;”. Change this to “float: right:”
It basically flips the order on how they are displayed.
Now, it could get “goofy” if someone stretches out the page. Yet, I figure that oddity doesn’t both me much.
The reason is that both the text and image are floated left. Without switching the order they are introduced in the script (I can’t find it), this just moves the text right and the image left. If the box they are in gets expanded somehow, their could be a gap between the text and image since they are floated in separate directions, not back to back.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Page Redirect Link Not AccurateNOPE. I finally had to contact my provider and then also hire a WordPress person. I STILL don’t know exactly what the problem is/was. It just works now.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Page Redirect Link Not AccurateUpdate: the site redirects correctly in Firefox, does not redirect correctly using Chrome or Safari and I can’t get IE to pull up the HTTP page at all.
Forum: Fixing WordPress
In reply to: Moving site access issueSite still not working even after re-uploading files. I have given up and posted a job opening.
Forum: Fixing WordPress
In reply to: Moving site access issueOk, I have redone all my work under the “If You Want Your Old Blog To Still Work” section Part A. Also, I deactivated all my old plugins and switched theme to Twentyeleven. I did that prior to downloading the old WP site. The new upload has no plugins activate, up to date WP and the basic theme.
I am now getting an “[an error occurred while processing this directive]” message with WP_Debug on. I am currently deleted all my files and re-installing. Any additional insight into what I should be looking for?
Forum: Fixing WordPress
In reply to: Moving site access issueThat’s a good idea. I’ll take a look and redo everything from scratch. Is there anything else I might be needing to look at?