cookingwithlei
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Founder] page linkThanks for your wonderful support!
I added the link at the end the page in the child theme. It works very well.
As it setup as a page, it also appears next to “About” on the top of the webpage. How can I remove it there?
Thanks,
Lei
Forum: Themes and Templates
In reply to: [Founder] Width of the postHi, Ben:
It works this time. Thanks so much, Ben. ??
Lei
Forum: Themes and Templates
In reply to: [Founder] Width of the postHi, Ben:
just found that it screws up the thumbnail images under the text in the post. If I increase the width of the whole post, would that be alright? How shall I do that?
Thanks,
Lei
Forum: Themes and Templates
In reply to: [Founder] Width of the postHi, Ben:
It works like a charm! Thanks very much for your wonderful support!
Thanks,
Lei
Forum: Themes and Templates
In reply to: [Founder] remove "published by"I put this code to style.css and it works. Wonderful! thanks very much!
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsI figured out myself to edit style.css
change 1400px to 1950px
.max-width {
//max-width: 1400px;
max-width: 1950px;
margin: 0 auto;
}Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsThe code is:
img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
img.aligncenter {
width: 100%;
}but it doesn’t make a difference as the page is not wide enough, the images have reach the 100% width of the post.
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsSorry, one more question. how to make the images on the posts bigger?
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postssuper! I reloaded the theme and it works now.
Thanks so much for your time!!
Lei
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsYes, I still want the featured images on the front page, but not in the full single posts.
I removed // from content-archive.php, but still doesn’t work.
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsThanks, but the featured images on the main page disappear too.
Forum: Themes and Templates
In reply to: [Founder] remove featured image from postsyes, here is the link: cookingwithlei.com
Thanks