getik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Child Theme twenty twelve is not working.I’ve made a child theme in Twenty Eleven with the same changes as mentioned above. I’m not sure why, but this works, so I’ll use Twenty Eleven. Thanks for helping out!
Forum: Fixing WordPress
In reply to: Child Theme twenty twelve is not working.Thanks for the advice! Unfortunately this has only helped a little bit. The right font is showing, but the rest of the stylesheet still seems gone on the frontend.
If you have any extra ideas, this would be great.
Forum: Fixing WordPress
In reply to: Child Theme twenty twelve is not working.Thanks for your reply. Maybe I’m in over my head, but in the past it worked on another site. I’ve switched off the maintenance-mode, it’s http://www.gitaarlesindepijp.nl.
In the childtheme-folder there’s now just this:
1. style.css:/*
Theme Name: Maarten Gitaar
Theme URI: http://www.gitaarlesindepijp.nl/
Description: Child theme for the Twenty Twelve theme
Author: Heleen Ronner
Author URI: http://www.getik.nl
Template: twentytwelve
Version: 0.1.0
*/@import url(“../twentytwelve/style.css”);
blockquote {font-family:’p22-franklin-caslon’ !important;}
body {font-family:’soleil’, helvetica, arial}
entry-meta {display: none;}2. A header file, where I’ve added the Typekit script.
<script type="text/javascript" src="//use.typekit.net/vnr0rbz.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script>Just before </head>
3. A footer file, where I’ve deleted this from the original:
<?php do_action( ‘twentytwelve_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentytwelve’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentytwelve’ ), ‘WordPress’ ); ?>I’ve activated the child theme.
Thanks in advance.
Forum: Plugins
In reply to: [Twitter Tracker] Remove List/Bullets and IndentHave you been able to solve this issue? I have the same problem. Thanks in advance.