themetutorials
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t find my API key for stats packageAssuming you are talking about the WordPress stats package the API key is available in your WordPress.com account profile, which is different then your WordPress.org profile.
Sign up or login to your WordPress.com account (again, different then your support forums account) and click on the profile link (located on the far right) there. You will see a section near the top that says:
Your Profile and Personal Options
Your WordPress.com API key is: xxxxxxxxxxx. Don’t share your API key, it’s like a password.Forum: Fixing WordPress
In reply to: Sidebar issue in different browsers!IE is interpreting the combined width of your content area and sidebar area as too big for the parent container. When this happens the browser (in this case IE) causes the element on the right (in this case the sidebar) to appear below other elements.
There are lots of ways to fix this but in the end you’ll most likely need to decrease the width of your content area or sidebar. Alternatively you can increase the width of the parent container (usually called wrap, wrapper, content or something like that).
How you do this is the real question. You may want to make sure you code is standards compliant first, you may want to include an IE only style sheet, or if the content areas are only off by 4-5 pixels you may just want to make the changes in the themes style.css.
Hope the helps.
Forum: Fixing WordPress
In reply to: logging in problemForum: Fixing WordPress
In reply to: Twitter Feed like this… how do I do it?I haven’t used that plugin but I assume it’s a matter of styling the output generated by the plugin. Additionally, you should be able to add the little twitter icon by creating the icon (or grabbing it from another source) and applying it as a non-repating background to the <div> that contains your tweets. Post a link to your site and we’ll get you headed in the right direction.
Forum: Fixing WordPress
In reply to: Twitter Feed like this… how do I do it?Take a look at the twitter for wordpress plugin.
Forum: Fixing WordPress
In reply to: How can I have a www. before my domain name in my wordpress site?Login to wordpress and select the Settings link.
Change the setting for Blog address (URL) from http://youdomain.com to http://www.yourdomain.com scroll down and select save changes.
Forum: Fixing WordPress
In reply to: Comments and rss not working.Your feed link is displaying as a “friendly” url http://hookedblog.com/feed/ but your blog’s permalinks have not been setup to reflect this style of linking. You can change the url of your feed link to:
http://hookedblog.com/?feed=rss2
or access the settings >> permalinks section of your wordpress backend and update the permalink structure.
Forum: Fixing WordPress
In reply to: New Post – Default Text?Check out the Post Template plugin which, pretty much, does exactly what you are looking for.