caroline
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Image sizes refuse to changeOk, well I have a childtheme for TwentyEleven but I couldn’t manage it to make a new one under Twenty Fourteen.
I will give it a try soon.Forum: Fixing WordPress
In reply to: Permalink problemI just had the same problem. So I deactivated all plugins and then when I tried to reach a blogposts — I ended up at startpage every time I tried a new permalink!!
So.. I went back and activated all plugins again. Suddenly it worked.
(i’m not getting more wiser)
Forum: Themes and Templates
In reply to: Category, tag and page name shows above headerHow come the line above doesn’t fetch titles for the startpage? It works for all other pages, post etc.
Forum: Themes and Templates
In reply to: Category, tag and page name shows above headeralchymyth: and big thanks to you! Not sure how to fix the SEO though :S
Forum: Themes and Templates
In reply to: Category, tag and page name shows above headers3mw: I have a childtheme 🙁 but I haven’t managed to create a new header.php for my own theme, so it always get a bit messy when it’s time for updates.
alchymyth: Yes I removed <title> and replaced it with this line instead:
<?php wp_title('|',true,'right'); ?>
Because I wasn’t happy with the double titles and no space inbetween them etc etc.paulwpxp: thanks anyway! yes I validated 5 errors before, gotta do some fixing now!
Thanks for this =)
Forum: Reviews
In reply to: [Pinterest Pin It Button For Images] It's not workingI know, apologize for that.
When I first installed it — it kind of worked but the overflow never fitted correctly. Tried to change it but without luck. So I deleted the plugin.
Installed it a second time and saw that the setup were the same – my image size and my classes I do not wish to be pinned. But now the fading and button doesn’t show up at all.
Forum: Fixing WordPress
In reply to: WP 3.5.1 Can't add featured imageThis is strange because I can’t find the code in my functions.php anymore. I checked my childtheme and parent — but it’s GONE!
I seriously don’t know what happened here, because the featured image are working fine. If I found out, I’ll post here again.
So not sure where I added it, but don’t think it matters?
Forum: Fixing WordPress
In reply to: WP 3.5.1 Can't add featured image@cuts4th I’m glad to help =D
@nashua Thanks it worked very well!
Same problem here, I’ve been dealing with this before but my memory lacks 🙁
Forum: Fixing WordPress
In reply to: WP 3.5.1 Can't add featured image@hash.tag
I found out 🙂
Added this to my functions php and then it came back! =Dif ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped) // additional image sizes // delete the next line if you do not need additional image sizes add_image_size( 'category-thumb', 300, 9999 ); //300 pixels wide (and unlimited height) }Forum: Fixing WordPress
In reply to: WP 3.5.1 Can't add featured imageHi cjc1867,
It’s not even there! I don’t use english version though, but I can ensure it is not there.
Forum: Fixing WordPress
In reply to: WP 3.5.1 Can't add featured imageUpdated to 3.5.1.
I was just going to edit a post and the “featured image” option was gone. Is it suppose to be there now? I thought maybe that WP removed it for 3.5.1?
Forum: Fixing WordPress
In reply to: How to remove unwanted BR and P tags?I’m tired of those chunky text bits with spaces and invisible
‘s.
Tried with the white-space property, didn’t work!
How do I get rid of them since, some commenters refuse to leave the enter-key alone.I
Dont
Want
ThisI want this 🙂