- This topic has 13 replies, 2 voices, and was last updated 9 years, 1 month ago by
Tom.
-
AuthorPosts
-
August 29, 2014 at 11:40 am #21128
Mizanur
Hi Tom,
I am trying to add a picture in a page using ‘Page Header Image’ feature with Hard Crop enabled.But I am unable to do that!
After adding a picture from Media library and updating, the Page Header Image’ link becomes empty! What I am doing wrong?
Thanks in advance.
MizanurAugust 29, 2014 at 11:42 am #21131Tom
Lead DeveloperLead DeveloperHi Mizanur,
Most likely, the page template for the page you’re saving is set to a template that doesn’t exist.
Try creating a new page and selecting the option. If it works, then it’s the page template issue.
This could happen if you have a theme installed before GeneratePress and had a page template set. Then you switched to GeneratePress, and the page template no longer exists.
Let me know.
August 29, 2014 at 2:12 pm #21201Mizanur
Hi Tom,
You are super genius. 🙂
It is the second issue. I made new page/post and it is working.Question: Do I have to re-create all the pages to post pictues? I can do that but it’s a hassle. Any way to make it easy?
Thanks.
MizanurAugust 29, 2014 at 2:48 pm #21202Tom
Lead DeveloperLead DeveloperDid every page/post used to have a page template that doesn’t exist anymore?
August 29, 2014 at 3:00 pm #21203Mizanur
To answer your question, page template does not exist anymore.
Anyway, it was a very small website of a client (very static). I created all the pages and now all are working fine.Thanks God it was not a huge website!
Thanks for your help.
Regards,
MizanAugust 29, 2014 at 3:02 pm #21204Tom
Lead DeveloperLead DeveloperThere is a function I can write up if you ever encounter this with a big website.
Glad it’s working now 🙂
October 16, 2014 at 10:20 pm #39698Mizanur
Hi Tom,
Remember this?Now, trying to add a picture in a post using ‘Page Header Image’ feature with Hard Crop enabled.
I can see the picture at the back-end but can not see in the preview or after publish.I changed the theme from studiopress genesis to yours.
What can I do?
Thanks
MizanOctober 17, 2014 at 9:48 am #39779Tom
Lead DeveloperLead DeveloperHi Mizan,
When you save the page, does the URL disappear from the image field? Like nothing is saving?
Let me know 🙂
October 17, 2014 at 10:10 am #39795Mizanur
Hi Tom,
No, URL does not disappear from the field. It saves.
I am using this for post.Thanks.
MizanOctober 17, 2014 at 10:12 am #39799Tom
Lead DeveloperLead DeveloperHmm, can you link me to the page where the image isn’t showing up? Either in here or via email?
Thanks 🙂
October 17, 2014 at 10:20 am #39803Mizanur
Here is the link:
http://www.bangladeshcircle.com/bangladesh-embassies-and-consulates-online-presence-of-a-nation/Let me know if you want admin access to see further. 🙂
ThanksOctober 17, 2014 at 10:22 am #39805Tom
Lead DeveloperLead DeveloperYou have this CSS set:
.page-header-image-single { display: none; }
You can target that specific page to show it with this:
.postid-6317 .page-header-image-single { display: block; }
October 17, 2014 at 10:33 am #39809Mizanur
Stupid me. I did not notice that.
Too much coffee!
Thanks Tom. Have a great weekend. 🙂October 17, 2014 at 10:53 am #39814Tom
Lead DeveloperLead DeveloperYou too!
-
AuthorPosts
- You must be logged in to reply to this topic.