IT4Worship
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Username requirements/restrictionsHi Colin, I did and it works for “regular” email addresses (simple English ones), what I’m wondering is if there are any restricted characters that can’t be used.
Also the site I’m working on has a lot of users with similar first and last names so the classic alpha username approach will create duplications (i.e. john smith and joanne smith both choose jsmith).
If I had some documentation that said, email addresses are fine unless they contain character x, y, or z, I’d have a bit more confidence taking this approach.
Hope that was clear.
Forum: Plugins
In reply to: [Plugin: Yoast WordPress SEO] ERROR: This is not a valid feed template.That worked like a charm, thank you both!
Forum: Plugins
In reply to: [Plugin: Yoast WordPress SEO] ERROR: This is not a valid feed template.I just installed SEO by Yoast on a Sermon Manager site. Mugwampman’s steps worked until I re-enabled Sermon Manager for WordPress. As soon as I did that the sitemap stopped working.
Any ideas?
Forum: Fixing WordPress
In reply to: How to arrange two text boxes alongside each otherI’m glad it worked out for you, Shortcodes Ultimate is really a great tool!
Forum: Fixing WordPress
In reply to: How to arrange two text boxes alongside each otherThe fastest and easiest way that I’ve found to set up columns (essentially two text boxes beside each other) is the excellent plugin Shortcodes Ultimate There’s a slight learning curve but for what it can do its well worth it.
If you don’t want to go that route, then post a link to your site at that will give folks a way to visualize what you’re saying and doing.
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenSure, when I look at the banner top banner in firebug, I click on the inspect element and then highlight the area above the title graphic. When I do that I can see that there are two areas above the graphic. One for site-title and one for site-description. When I set the padding to 0 they both disappear. Now that I’m thinking about it, add display:none to the code I just sent and see if that works.
I think its “safe” to do this since your site title is in the graphic already.
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenFrom what I can see in Firebug the following should work to remove the spacing. Let me know
#site-title { padding: 0; } #site-description { padding: 0; }Forum: Fixing WordPress
In reply to: misalignment of text in pageHi Yogasource, try the following in your child theme style.css file
.main-content img { float: left; }Also, the upper images on this page are a different size than the lower images which makes the spacing between the text and the images look closer on the bottom of the page than on the top. The best fix for that if it bothers you is to crop all the images to the same size.
Hope the above helps!
Forum: Fixing WordPress
In reply to: Removing space above title using twentyelevenGive this a shot in your child theme style.css
#branding hgroup { display: none; }Forum: Themes and Templates
In reply to: Colorway displays url at the top of pages Need to REMOVENow I understand, those are called breadcrumbs (because they show you how you got to the page you are on). Try this code in your child theme style.css file
#crumbs { display:none; }Forum: Themes and Templates
In reply to: Colorway displays url at the top of pages Need to REMOVENot exactly sure what you mean. I do see Coppell Outdoor Living in browser tab. Is that what you mean? I don’t see the URL except where its supposed to be in the browser address bar.
Could you state what the URL is that you want removed? Then things would be clearer.
Forum: Themes and Templates
In reply to: [Customizr] create a slider in customizrNo troubles, good luck with the project!
Forum: Themes and Templates
In reply to: [Customizr] create a slider in customizrAccording to this Nikeo had said about a year ago that 1170 x 500 were the best widths for the images in the sliders. I’ve found though that using the image editing functions built into WordPress gets inconsistent results. Better to crop and size with an external program then upload the correctly sized image. Hope that helps and isn’t repetitive to what you’ve already done/discovered.
Forum: Fixing WordPress
In reply to: Child Pages Not working – Displaying BlankOk, good luck!
Forum: Fixing WordPress
In reply to: Child Pages Not working – Displaying BlankI’m afraid I can’t shed any light on this. Sorry.