Dustin Hartzler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal server errorand you tried with a standard theme, like twentytwelve?
If so, I’d recommend working with your host, or move your site to another server.
Forum: Fixing WordPress
In reply to: Single post headline right font wrong sizeIf you change the font-size: 52px to something smaller (like 28px), the links will get smaller. This is in the style.css file as well.
Forum: Fixing WordPress
In reply to: Internal server errorGood point. Have you tried turning the plugins on one at a time and make sure that it’s just not a single plugin causing the issue?
Forum: Fixing WordPress
In reply to: Internal server errorI’m guessing that you’ll need to increase your memory size to 128MB in PHP.
I’ve alway had the best luck doing this asking my host to do this for me.
Forum: Fixing WordPress
In reply to: Internal server errorWho is your hosting company?
Forum: Fixing WordPress
In reply to: Single post headline right font wrong sizeLooks like that’s in the class
#content nav a { }
Forum: Fixing WordPress
In reply to: Single post headline right font wrong sizeIn your style.css file, you need to remove the ‘font-size: 36px’ from the following code on line 1137
.singular .entry-title { color: #000; font-size: 36px; font-weight: bold; line-height: 48px; }
Forum: Fixing WordPress
In reply to: Moved my blog to a new domain and now comments do not workCan you provide a link to your site so we can take a look at the issue?
Forum: Fixing WordPress
In reply to: How do I stop google fonts looking pixelated?It looks good on my computer too. Mac Chrome: https://goo.gl/VWly4Y
Forum: Fixing WordPress
In reply to: HTML structure inside head tagThat information can be found in your header.php file for your theme.
Forum: Fixing WordPress
In reply to: How to Import Blog Content?Were the posts in the post section at wordpress.com?
If so, I’d recommend removing all posts and pages and try again. Since you just started with your self hosted site, it couldn’t hurt.
Forum: Fixing WordPress
In reply to: Internal server errorWho is your hosting company?
Have you tried running P3 Profiler to see which plugin might be using too many resources?
Forum: Installing WordPress
In reply to: bought domain, bought hosting, help!!Follow the directions here:
https://support.godaddy.com/help/article/834/installing-wordpress-on-your-hosting-account?pc_split_value=2Steps you through all the details of installing WordPress on GoDaddy. Also, you won’t need the files that you downloaded to your computer.
Forum: Fixing WordPress
In reply to: White page is it includes www normal withoutIs your main A record and www CNAME pointing to the same IP address?
Forum: Fixing WordPress
In reply to: Issues with Twitter embeds in a widgetFor security reasons, WordPress does not allow <script> tags inside a post or page. Take a look at this page for ways to load Javascript on individual pages: