David_G
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.I am using BPS Pro for security. The plugin is whitelisted. hmm
One site is a development site with no security running.
Forum: Fixing WordPress
In reply to: Can I create posts that do this?You can use categories and subcategories for what you want, on the home page use a page to introduce your site and what you have to offer. Use tags to further segregate your recipes/crafts.
I suggest some reading to better understand WP and what you can do with it. https://codex.wordpress.org/New_To_WordPress_-_Where_to_StartForum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.Just a quick Question…is read access available to the testimonial-basics/includes folder?
Mine is 755. should it be something different?
Forum: Fixing WordPress
In reply to: Removing tile and description on posts on homepage?I think this is what you are looking for. Place in your custom css or better yet create a child theme. Don’t edit your style.css file in your theme as you will lose your customizations when you update.
.sticky-container .item .effect-julia figcaption {
display: none;
}Forum: Fixing WordPress
In reply to: Removing tile and description on posts on homepage?site link?
Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.Thanks for the explanation on GD. The captcha IS working on my contact forms on all sites, I am using Fast Secure Contact Form plugin for those so I don’t think I am having a GD issue. The one site that my testimonial captcha was working on now isn’t since the WP upgrade.
Forum: Fixing WordPress
In reply to: CSS for several thingsAs long as you have right clicks blocked, good luck.
function clickIE4(){ if (event.button==2){ return false; } }Forum: Plugins
In reply to: [Testimonial Basics] Captcha image not showing.I know this is my thread and I have been watching. Tried 4.1.8 and it still doesn’t work.
The captcha system uses the GD library in php, so it must be enabled (it usually is by default).
What is this? How do I activate?
Forum: Fixing WordPress
In reply to: How to remove empty space between top and middle widgets?Strongly suggest using a child theme for custom edits. I think this is what you are looking for however.
.home-top .wrap { padding: 5% 0 0; }Adjust the last zero for what the space you want. Currently it is set on your site as 25%
Forum: Themes and Templates
In reply to: [Customizr] IE problemcss
Forum: Fixing WordPress
In reply to: strangeFirst place I would look is in wp-config.php for define (‘WPLANG’, ”);
Nothing like that in the wp-config file. Any other ideas?
Forum: Fixing WordPress
In reply to: 4.1.2 issuesYou mis-understand,I am not having a problem, but that is because I do not auto-update EVER.
I am just commenting on the fact that there are more than the usual number of posts about major issues with this update, most are having the exact same problems and none are resolved yet.
As I see it there are problems with this update and if you look at the posts, the responses are to disable plugins and themes but that doesn’t seem to fix anything for those affected.
I personally might try the update on a dev site but will wait to see the outcome on other peoples issues before updating my live and working sites.
Hopefully WP will figure this out and fix whatever is wrong.
Forum: Fixing WordPress
In reply to: Image Left Align IssueDon’t really know why it insisted on overlapping but got that to work in my editor.
Forum: Fixing WordPress
In reply to: Image Left Align IssueThis should give you what you are looking for. You can copy this right to your text editor or add the nbsp; with the spaces.
<h3>Entertainment</h3> <img class=" alignleft" src="http://imagineeringparks.com/wp-content/uploads/2015/04/2015-04-18_13.22.10.png" alt="" width="250" height="175.5" /><strong>Celebrate The Magic</strong> Nighttime Spectaculars, Preschoolers, Kids, Tweens, Teens, Adults, All Ages Magic Kingdom Park, Main Street, U.S.A. <img class=" alignleft" src="http://imagineeringparks.com/wp-content/uploads/2015/04/2015-04-18_13.22.35.png" alt="" width="250" height="175.5" /><strong>Electrical Parade</strong> Parades, Preschoolers, Kids, Tweens, Teens, Adults, All Ages Magic Kingdom Park, Main Street, U.S.A.Forum: Fixing WordPress
In reply to: Image Left Align IssueHad to edit the previous post. Didn’t show right.