annaharper
Forum Replies Created
-
I tried mapping to featured image and it is the same problem. It doesn’t make any difference at all. The feed still sends out all the image links as if the image field isn’t doing anything.
I paid for the elite app. =(
I just figured out the ones with issues are all the ones with more than one image.
Your app isn’t working with products that have more than one image, and field mapping to the main image does not work at all.
How do you fix this?
Sincerely,
AnnaForum: Fixing WordPress
In reply to: Adding logo to header, twentytwelve themeHi lorro,
Thank you for your help. I will give it a try. 😉If having it on the left means it will overlap as the theme sizes down when on a mobile device, I don’t want that.
I may end up putting the logo in the nav bar later. If I can’t get it centered on top.
Kind Regards,
AnnaForum: Fixing WordPress
In reply to: Adding logo to header, twentytwelve themeI figured some of it out on my own. But now I can’t get the logo back up the to top.
.header-image { margin-left: auto; margin-right: auto; display: block; } img.header-image { border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); } .site-header h1, .site-header h2 { font-size: ; text-align: center; } .site-title { text-align: center; } .site-logo { max-width: 100%; height: auto; }Forum: Fixing WordPress
In reply to: Adding logo to header, twentytwelve themeI am having the same problem. Please help!
I am using Jetpack Custom CSS, no need for a child theme. And I am self hosting my site.
When you make the site window smaller it overlaps the header text.
I would like to Center the logo on the very top to avoid this, so that it moves with the header instead of overlapping it. The issue is that the header changes from left to center as you downscale the browser window.
Here is my code:
img.header-image { border-radius:0; box-shadow:0 0 0 rgba(0,0,0,0); position:absolute; top:80px; } .site-header { padding-top:3rem; } .site-title { text-align:center; } .site-logo { max-width: 100%; height:auto; }https://drive.google.com/file/d/0B5FBtSZSuLQXNGtEdVZFa2drekU/view?usp=sharing
href=”http://www.annaharper.com”>https://drive.google.com/file/d/0B5FBtSZSuLQXZ0xSOTV6QTBXQ0U/view?usp=sharing
https://drive.google.com/file/d/0B5FBtSZSuLQXcmxWV1UyLUtCTWs/view?usp=sharing