woodson1975
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share Buttons by Supsystic] WordPress database table errorYup, that worked. Thanks for the speedy reply and fix.
Forum: Fixing WordPress
In reply to: banner effectYes, there’s a plugin called Slider Revolution that does it. They call the effect, rather randomly, the “Ken Burns Pan/Zoom”.
Just tried to uninstall and re-install the plugin to no avail. Still not working.
Are the devs reading this, I hope?!
Thanks JuanMariaG – I see now how to get ReCaptcha.
Hi…I have no option in Form Maker to add ReCaptcha as a new field, only Captcha
I’ve had a similar issue for a few days too. The captcha “code” on my form has been replaced with a broken image icon.
Any ideas?
Just found a solution that worked for me on the developer’s forum.
Even better. Just found a solution that worked for me on the developer’s forum.
I’m having the same issue. Have just contacted the developers to find out what the problem is.
I’m having the same issue. Have just contacted the developers to find out what the problem is.
Forum: Fixing WordPress
In reply to: [page-title] Adjusting left and right margin of a pageHi…you should create a child theme firstly. Read this if you don’t know how Child Themes.
Then in your child themes’s css file, to change the header font size and colour:
.site-title {
font-size: 100px;
color: red;
}Use whatever font size and colour you like, obviously.
For the body margin changes amend your css like this:
body {
margin:10px 5px 15px 20px !important;
}Use whatever margins you like, obviously.
Hope this helps. ??
Forum: Everything else WordPress
In reply to: How to speed up wordpress websiteYou could try this WP cache plugin tool, it might help – Total Cache
Hi….access the php.ini file (via xammp, or whatever you are using) and search for upload_max_filesize – the upload limit is set to “2M” (2 Mb). Simply change it to “200M”, save the file and re-start the service.
Forum: Themes and Templates
In reply to: .png images in media library on white backgroundWhat is your site’s url? What theme are you using?
Forum: Themes and Templates
In reply to: [Vantage] White space around image headerHi…do you mean the white space above the elephant logo (i.e. do you want the logo to be nearer the top of the screen)? What theme are you using?