3200creative
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress theme issueI recommend downloading Firebug and using it through the firefox browser. This free utility will better illustrate the CSS problem you are having.
[sig moderated as per the Forum Rules]
Forum: Themes and Templates
In reply to: Emptiness theme helpI recommend finding the logo in the header.php section of your theme.
Once you find it there you can add an
<a>
link to it.So before the image or div shown in your header.php add
<a href="yourwebsite.com">
and after the image or dive add</a>
[sig moderated as per the Forum Rules]
Forum: Themes and Templates
In reply to: DIsplay some widgets in two columnsI don’t understand what you mean? Are you trying to feature a widget in two columns at the same time or trying to split a widget into two columns?
[sig moderated as per the Forum Rules]
Forum: Themes and Templates
In reply to: Help identifying a themeThat would be the Big Feature theme and it’s sold for $30 on the Theme Forest website. Here’s a quicklink to it.
Forum: Themes and Templates
In reply to: New starter – hel much appreciated for charity blog siteYour welcome,
1. I don’t get what you mean by package. If you want to resize a picture prior to uploading it to facebook you could use this
2. Use the plugin ‘wordbooker’ for auto posts to FB. It’s a pretty nice pluginForum: Themes and Templates
In reply to: premium, clean, minimal grid themesI think you’d be really impressed with this theme. It rocks!
make sure to have a look at the live preview. It’s pretty smooth.
Forum: Themes and Templates
In reply to: Displaying socail icons links in navigation barYou may want to try the plugin ‘social media widget’. It’s an easy widget to use if you new to wordpress. It’s also pretty modifiable and has an extensive list of social links to pick from.
The only drawback in your case is that it would be above the search box in your sidebar rather than directly in your navigation bar.
Here’s an example of what it looks like in use
(we created custom icons for it)Forum: Themes and Templates
In reply to: New starter – hel much appreciated for charity blog siteGood Questions,
Here’s some possible solutions:
1. How can I upload a banner with a logo in it:
currently your logo is in: https://www.ontheup.org.uk/wp-content/uploads/2011/02/idea1small1.jpgThe easiest way to get that image into your site without using any HTML would be uploading it to your .com using an FTP client.
If you create a jpeg image with the same name as the one that is currently in your header (idea1small.jpg) and replace it on your site using FTP it’ll change on the frontend.
If your a mac user and you need an FTP tutorial I have one at:
3200creative.com Fetch FTP tutorial2. I want to have a tab on my menu for ‘Home’
If you are using wordpress 3.0 the menu system allows a custom menu item. Basically you make a menu item named ‘home’ and direct it to the main page of your website.
If you need a tutorial on how to set this up I have one on my site here:
tutorial for wordpress 3.0 menu3. The images are vertically distorted what is the ideal size.
I took a look at your CSS and the correct size for your images are 250px x 640px.4. how do i add a link to facebook & twitter.
standard linking is using<a href="facebook.com/3200creative">Click here to become a fan of 3200creative on facebook</a>
that will look like this:
Click here to become a fan of 3200creative on facebook
Same rule applies to twitter. Hopefully some of this helps you out a little bit:)
[sig moderated as per the Forum Rules]
Forum: Fixing WordPress
In reply to: Password protect a single pageHello-
I think I am trying to do the same thing. I want to password protect only a single page on the site (blog page) for visitors. Preferably, I would like it so when the visitor clicks on the page “blog” some sort of prompt asks them to enter a password (user name if I have to).
The site is for a daycare, so I want all visitors to be able to view all the information to learn about the daycare, except not be able to view the blog (which may have kids names, trip schedules, etc) unless they enter a simple password.
Please help if you can, I’m spinning in circles and the visibility password protect is not working for me. Or maybe I have to fix something else to make the visibility password protect work.
Thanks, your help is appreciated.