acrofford
Forum Replies Created
-
Yes, the Stack Overflow fix works. Please reply to this thread if you try it and it does not work.
Forum: Themes and Templates
In reply to: Change Font Size – that is allIn your CSS file you should see something that says “Font-size: 100%” change that to read “Font-size: 14px” or something like that, it depends on how big you want to have the fonts.
Also, you do not need to purchase cPanel, that is usually provided by the web host. Who is hosting your site?
Please respond if you need additional help.
Forum: Fixing WordPress
In reply to: Replace Title with ImageHere is a example on how to do that from another thread here.
‘/* logo over title */
#logo a {
background: url(‘http://link to image’) left top;
background-repeat: no-repeat;
display:block;
text-indent:-9999px;
height:200px; width:900px;
}’Forum: Fixing WordPress
In reply to: Site title LOGO not resizing on mobileYou have the logo set to be 200px x 900px so it will be that size on whatever device it is displayed on.
You either need to make the logo responsive or have a different sized image for mobile devices.
Forum: Installing WordPress
In reply to: WordPress is not installing on softaculousDo you get any errors when trying to access the admin page?
Forum: Meetups
In reply to: Kansas CityThere is a WordPress meetup group in KC. I know the organizers and would highly recommend you check it out.
Forum: Installing WordPress
In reply to: A Newbie – Help with installYour host should have provided you with an IP address when you signed up for their services. You can use this but in order to do so you will have to update the site URL in the database.
See ‘Changing the URL directly in the Database’ here: http://codex.ww.wp.xz.cn/Changing_The_Site_URL
Forum: Fixing WordPress
In reply to: Use a custom field for a different post title in an excerpt.I figured it out right after I posted this. (How it always works)
Create the custom field and call it with this:
<?php $key=”mykey”; echo get_post_meta($post->ID, $key, true); ?>
Forum: Fixing WordPress
In reply to: Getting Plugin upgrade Failed when trying to update pluginsI also get this error when trying to upgrade to 2.8.
Looks like No Follow Free works great. Thanks
That is a good point on using a plug in. The only problem I am having is that I have installed the Dofollow plugin but the comments still have the nofollow attribute.
What is the best plugin for 2.7.1?
Thanks,
AndyForum: Fixing WordPress
In reply to: How to make a child list the same size as the parent.Thanks a lot, it worked! Just for my info why does it have to be at the bottom? (Not questioning that it does, just wondering why for my knowledge.)
Thanks again,
Andy
Forum: Fixing WordPress
In reply to: Comment Author links not working.greenshady,
Thanks for the advice. It looks like it is the Google Analyticator plugin causing the problem.
There was a new version so I re-installed it and all seems to be working now.
Thanks again,
AndyForum: Fixing WordPress
In reply to: Comment Author links not working.Same thing happens with the default theme.
I have tried re-installing 2.7 but that did not fix it. Not sure what else to try.
Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Can’t get text to wrapThank you very much.