carlsandburg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to List All Pages in Alphabetical Order (no indent)Hi- Thanks for the response! I’ll look into that, seems like it might do the trick. It is some work, but just a one-time thing.
thanks again.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] transfer to GoogleDrive failsThanks, I tried what you suggested, and it did help. This time it stopped after 57% complete. I guess I’ll try say, 15MB and see what happens.
Forum: Plugins
In reply to: [Contact Form 7] works IF I submit the form twicethe theme is 2014 (forgot that in list above)
Forum: Plugins
In reply to: [Contact Form 7] works IF I submit the form twicebtw – I’m going to reactive Wordfence and Akimet now.
Forum: Plugins
In reply to: [Contact Form 7] works IF I submit the form twiceI just disabled all the plugins except
CONTACT FORM 7
CONTRACT FORM 7 – PAYPAL and Stripe
CONTACT FORM DB
REALLY SIMPLE CATCHASame problem. I submit the form, it says “redirecting etc” – no error on console – but it never redirects to Paypal. If I submit the form again, without leaving the page, just enter the fields again and click “submit”. it works.
thanks
Forum: Plugins
In reply to: [Contact Form 7] works IF I submit the form twiceI tried disabling Really Simple CATCHA and removing that field from the form. Didn’t help. Same result.
Forum: Plugins
In reply to: [Contact Form 7] errorsok. is still not working, but the 409 is gone. so that’s progress I guess.
Forum: Plugins
In reply to: [Contact Form 7] errorsoh, and today, I no longer see errors in the console. After I submit the form, I see my message – ‘please wait you are being redirected etc…’ – but it never actually redirects to PayPal. (actually, it did – once – yesterday – but never again.)
Forum: Plugins
In reply to: [Contact Form 7] errorsThanks for the response. I’ve disabled most of the plugins. The only active ones left are:
Contact Form 7
Contact Form Paypal & Stripe
Contact Form DB
Custom Sidebars
Display Posts
Duplicator
Fourteen Colors
Google Analytics for WordPress
NextGen Gallery
PDF Embedder
Post in Page
Really Simple CAPTCHA2014 Theme
Forum: Plugins
In reply to: [Side by Side] Not working on my siteThanks! Working now. Thanks for the help.
Windows.
I also tried it on my phone (samsung), same thing. Maybe it’s because my PC/phone are slow. don’t know.
Thanks for responding.
I’m using Chrome. I just rechecked it. When it transitions to the next slide, I briefly see the first slide (yellow and red one). Weird. Not a big deal thou.
Speaking of browsers. If I view it in Firefox, the images don’t show up at all, just the captions.
for got the link. https://www.cchca.org/meta-slider/
Thanks for responding. I finally was able to get it to work thru trial and error.
this works.
div.metaslider .caption-wrap {
position: absolute;
bottom: 0;
left: 0;
background: black;
color: white;
opacity: 1.0;
margin: 0;
display: block;
width: 100%;
line-height: 1.4em;
}this doesn’t for some reason.
.caption-wrap {
position: absolute;
bottom: 0;
left: 0;
background: black;
color: white;
opacity: 1.0;
margin: 0;
display: block;
width: 100%;
line-height: 1.4em;
}Forum: Fixing WordPress
In reply to: Social media issues on website homepageA quick way would be to add this css:
.header_top .right {
display: none;
}Install a plugin like Custom CSS Manager if you’re new to CSS.
should do it.