gafriedman
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Using Redirection Plugin to redirect a vanity URLSince we didn’t get any response, I had my network engineer fix it by .htaccess.
So, I just created:
SourceURL: /busorder
TargetURL: https://airebeam.com/?page_id=1207once again getting 404
Please advise
Forum: Plugins
In reply to: [Redirection] Using Redirection Plugin to redirect a vanity URL2nd Request. Can I get some help here?
Forum: Plugins
In reply to: [WP Image Borders] 404Yup. Fixed. Thanks for the fast turn around!
Forum: Plugins
In reply to: [WP Image Borders] 404Update. We took the web site down to make it accessible via the IP 199.66.168.237. Problem is still occurring. See below
Failed to load resource: the server responded with a status of 404 (Not Found) https://199.66.168.237/wp-content/plugins/wp-image-borders/wp-image-borders.css?ver=3.8.2
Forum: Plugins
In reply to: [Contact Form 7] Acceptance Box Alignment IssuesAfter a bunch more investigation, I have determined that CSS changes by someone else to format the forms into straight columns are the most likely cause of the problem. I have asked that someone to resolve it. Wrongly Accused… Sorry.
Forum: Plugins
In reply to: [Contact Form 7] Acceptance Box Alignment IssuesI appreciate that. I spent now 3 hours trying every conceivable css statement. The box will only move left or right by about 15px. I’m using a simple contact form, nothing fancy and the author’s examples don’t work. The plugin does work properly. May have to find another.
Forum: Plugins
In reply to: [Contact Form 7] Acceptance Box Alignment IssuesGood morning:
I have spent a couple of hours messing around with the CSS.
No matter what I try:
margin; float; right; the check box moves only right or left 20px.
Looks to me like the contact form text box left margin is interfering with the check box.
I got the text fixed using <h5></h5>. Tried including the accept inside the H5 and out, no change.Really need you to fix this.
GAFForum: Plugins
In reply to: [Contact Form 7] Acceptance Box Alignment IssuesThanks for your reply. I’m not an HTML coder. I am the owner of a company who is using a CMS with plugins so that I don’t have to know how to twiddle bits. Your simple example doesn’t work so, I asked for support and I expected an answer that I could apply to solve the problem. How about one?
GAFForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthSorry, When I didn’t hear back from you, I took it out and was experimenting with other options. I have put [table id=1 /] back into the page and now you can see how it simply expands to the full width of the page rather than tucking itself into the space to the right of the Slider and at the top below the Header image. I will await your guidance..
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table WidthI think I just fixed it so you can see what you need to see at AireBeam WP Site.
I just inserted your
.tablepress-id-1 {
width: 50%;
float: right;
}and it had no effect on the table but allowed text content that is supposed to be below the table to move above it and fill in the space where I want the table to be.