Red Deer Web Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Videos in WPI always recommend using youtube, and adding privacy if it’s needed. Youtube was made for it, and it’s really easy to upload and manage videos. It will be faster streaming from their servers instead of putting the load on yours.
Forum: Fixing WordPress
In reply to: I want to unlink site name for specific pages<a href=""> </a>Forum: Fixing WordPress
In reply to: Page for specific Category doesn't display all postsYou can display more if you change your setting in reading (I think it’s at) from 10 to 20… but then you’re making a longer page. I await another answer!
Sad thing is that if I look up some old documentation I can probably find it… just takes a lot of effort as I’m not 100% sure. lol. It’s simple to add, so someone should help! lol
Forum: Fixing WordPress
In reply to: Facebook to Homepage (Themia Lite)Where do you want these links to display?
Forum: Fixing WordPress
In reply to: stretched image (Themia Lite)Hello beem,
I will try my best to help…
First, your website could use some readability / legibility help. The second column is way to long and really could benefit from some paragraph breaks.
<p></p> or <br />Second, the image container size is 928px by 355px, while your image that you are using is only 900px by 220px – causing distortion.
Lastly, if you can navigate to your theme files, find the style.css and add the following:
.logo { display: none; }Forum: Fixing WordPress
In reply to: Page for specific Category doesn't display all postsYes, I believe that is his intent. He may have 100 posts under those two categories and wants to display only 10 at a time….
Forum: Fixing WordPress
In reply to: How do I set up FileZilla so that I can edit my theme?I wouldn’t say .org has more problems and requires more… it is the same cms running in both. lol. Just more flexibility and customization often meaning more plugins – which may cause problems. This is however not [directly] caused by wordpress.
Forum: Fixing WordPress
In reply to: Page for specific Category doesn't display all postsI’d love to know the <php> for this also…
…but in the mean time, I know there are plugins that add those…
Forum: Fixing WordPress
In reply to: How to autoplay a song on home pageDO NOT FOR THE LOVE OF GOD ADD THIS!
I am listening to music right now, and if I visited your site I would immediately leave because it would play at the same time.
If you can’t get the “feeling” or “mood” across visually then you are already failing – fix that first.
lol, I get angry when music and websites come together. 😛 glhf
Forum: Themes and Templates
In reply to: drop down menu disappearedWhat did you edit when changing the font size? Because it must be more than css as the html code for the drop down menus don’t display either.
Forum: Plugins
In reply to: Contact Form 7 supportI looked into the exact same thing before and found this! http://wordpress.org/extend/plugins/jazzy-forms/
Should work perfectly for what you are using it for. It is the “new” or replaced version of a different plugin from an old author (which is irrelevant) but in case you stumble across the old one – this is the new one. lol
Forum: Themes and Templates
In reply to: Stylesheet wiped out after upgradeIt probably wasn’t the WP upgrade – it would be the theme upgrade which you probably also upgraded at the same time.
If it upgraded the theme, and you didn’t backup – you’re hooped. Some hosts will have backups (telus hosting)… other wise have fun coding again unfortunately.
Perhaps create a new stylesheet and call it so that it doesn’t get overridden next time you update your themes.
Forum: Fixing WordPress
In reply to: Displaying posts of one child in a categoryHey bdellarosa,
I’m not 100% sure where you’re going with this… but here are some starting ideas….
From what I get, you have multiple partner pages (which anyone can access?) and they all use the same single.php – calling the category/children for the videos…
You could define in your loop something that only calls the 1st child, or one child category deep? Perhaps look at the codex for some ideas here:
http://codex.wordpress.org/Template_Tags/wp_list_categoriesCould you give us some code to look at?
1. Try adding this in the “from” field:
[your-name] <[your-email]>
…although I’m not totally sure on this one.2. Add this to the “additional settings” at the bottom of the Contact Form 7 setting page in wordpress. It’s worked great for me in the past.
on_sent_ok: "location.replace('http://www.YOURSITE.com');"Forum: Fixing WordPress
In reply to: I want to unlink site name for specific pages