caroline
Forum Replies Created
-
So is it impossible to fix this by using Yoast?
Forum: Themes and Templates
In reply to: Threaded comments change font-sizeYes I have done changes in several files, but last time I tried to use a childtheme — the stylesheet didn’t read for some reason. I might have forgot to link the new css-file, but I don’t know if it supposed to be needed if I use all codes in the childs css?
I’m familiar with W3 validators since years back! I don’t pay much attention to it, neither Google does I suppose?! I just thought that those errors had an impact of using em as you mentioned it 🙂
For now I just want to stuck with themes like Twenty Ten or Eleven, since I find them to be most compatible with many plugins I use etc.Forum: Themes and Templates
In reply to: Threaded comments change font-sizeYes I really need a childtheme, not sure yet how it works though. I tried it but didn’t work very well! I assume I need copies of all files and not just functions.php, and style.css, right?
Most of my errors are from plugins, but is there any chance em will ever work for me if I fix those? Or should I be happy with px?
Forum: Themes and Templates
In reply to: Threaded comments change font-sizeForgot to mention that I’ m not interested in using px, only em!
Forum: Fixing WordPress
In reply to: Error – More Than One OG URL Specified: Object at URLI use thumbnails in my “related posts” and those are working, except from the thumbnails that comes from my newest posts (the new posts since I disabled the facebook open graph in YOAST).
So it must be something wrong with my meta but I cant figure it out.
This is what I got in header.php:
<?php if (is_single()) { ?> <meta property="og:image" content="<?php if (function_exists('wp_get_attachment_thumb_url')) {echo wp_get_attachment_thumb_url(get_post_thumbnail_id($post->ID)); }?>" /> <!– if page is others –> <?php } else { ?> <meta property="og:image" content="<?php bloginfo('template_url'); ?>/images/gravatar.png" /> <?php } ?>Forum: Fixing WordPress
In reply to: Error – More Than One OG URL Specified: Object at URL@prabukrishna I’m glad it helped! I had a featured image before, but I guess it got lost somewhere 🙂
I shouldn’t have to choose featured image manually in each post, right?
Forum: Fixing WordPress
In reply to: Error – More Than One OG URL Specified: Object at URLWhen I disabled my facebook open graph in Yoast SEO-plugin this “more than one og:url” disappeard from facebook debugger.
Somehow, I still can’t make my thumbnails to appear in the facebook recommendations bar 🙁
When I disabled my facebook open graph in Yoast SEO-plugin this “more than one og:url” disappeard.
Somehow, I still can’t make my thumbnails to appear in the facebook recommendations bar 🙁
Forum: Fixing WordPress
In reply to: Exclude home ID from wp_list_catsThank you so much alvaw!!
Forum: Fixing WordPress
In reply to: Exclude home ID from wp_list_catsSorry I sorted it out, most embarrassing.
Forum: Fixing WordPress
In reply to: Exclude home ID from wp_list_catsI don’t use those menus at all. My navigationmenu are the first depth categories, including “Home” which I would like to be excluded in the php-code above!
Forum: Themes and Templates
In reply to: Facebook Like Box suddenly invisibleI had the same problem and it was the language code that messed it up. I changed it back to en_US and the like box went back. Pretty annoying.
Forum: Fixing WordPress
In reply to: Enabling XML-RPCOk, thanks for answer!
I can’t see my pingbacks/trackbacks in the comments field, so apparently this was not the problem!Forum: Fixing WordPress
In reply to: Comments won't appearKind of same problem here, my trackbacks/pingbacks won’t appear in the comments field — but they are still counted.
Since I can only find 5-10 years old posts about this issue, I tried to figure it out myself, but no luck so far :/
Forum: Fixing WordPress
In reply to: Trackbacks/Pingbacks has disappearedThe old ones are now back — but I’m still unable to add and see the new ones 🙁