Forum Replies Created
-
AuthorPosts
-
April 12, 2019 at 12:58 am in reply to: Essence Pro – featured image not appearing as Post header #490620mtibesarParticipant
You are correct Brad. I inadvertently caused this problem.
I discovered that when I added css to the Custom CSS to lighten the opacity of the homepage header (which is very dark) this code then apparently overrides all the featured images on the posts and pages. When I remove this code all the featured images now appear.
/* Lighten the opacity of the header */ .header-hero { background-image: linear-gradient(0deg, rgba(0,0,0,0.25) 100%, rgba(0,0,0,0.85) 100%), url(https://www.veteransstatebenefits.com/wp-content/uploads/2019/04/cropped-bigstock-Touching-Us-Army-Soldier-Reuni-237306892-3.jpg); }
So the real problem now is,, how do I significantly lighten the opacity that is applied to the homepage's hero image only?
mtibesarParticipant@ChristieHoy - how did you resolve these 2 issues please?
April 11, 2019 at 10:43 am in reply to: Essence Pro – featured image not appearing as Post header #490611mtibesarParticipantYes please Brad. Thank you very much!
mtibesarParticipantYour welcome Gene. Sometimes you just have to go directly to StudioPress for the answer 😉
April 11, 2019 at 8:25 am in reply to: Essence Pro – featured image not appearing as Post header #490606mtibesarParticipantApril 11, 2019 at 8:23 am in reply to: Essence Pro – featured image not appearing as Post header #490605mtibesarParticipantHi Brad and thank you for trying.
The code worked, however, it's not what is needed. Please refer to this URL to see the results:
The code does place the featured image just above the content however, Essence Pro has this large hero image at the very top of the Post. The featured image should go to the very top of the Post.
I don't understand the StudioPress theme developer's logic here. Why can't you set a featured image on a Post or a Page and have it override the homepage image that is being forced upon all the Posts and Pages? Are you listening StudioPress?
The Essence Pro behavior is such that whatever image is placed on the homepage it is repeated on ALL pages and ALL posts. Great! But what if you need to have different images on some of the pages and posts???
mtibesarParticipantHere is the answer just in case anyone else has the same issue:
"You are using the off-screen menu and the header navigation with the same menu items. These two menus combine on smaller screen sizes. You do not need to use the off-screen menu if you are using the header navigation with the same menu items.
You will still get the hamburger menu on mobile if you do not use the off-screen navigation."
mtibesarParticipantI have encountered the same error (two menus on the iPhone).
mtibesarParticipantWhat theme did you use?
I think the font size is a little small for my old eyes.
Very colorful (fun-loving) design which is appropriate for the area.
Logo is top-notch and appears to be a svg - nice!
Home page has a lot of text (reading). Perhaps I would relocate this further down the menu tree and simplify the home page a bit.
Photos of the area seem to be pretty good quality. Don't settle for anything less than outstanding.
The header with a jagged bottom is a nice touch - how did you do this?
All in all I like the site and you have obviously worked very hard on the content which is the main draw of the site. Good job!
mtibesarParticipantWe've been using Gutenberg for months now and the update to WordPress 5.0 was uneventful. Creating new pages in the new WordPress Editor is a joy, and the posts are looking really nice.
Some of my favorite blocks are Caxton (cover image with button) and Cover Image. Blocks will be a game changer.
I'm almost 70 years old so age has nothing to do with learning new things. It's all in your attitude.
Great job Gutenberg developers! It's fun again to use a visual editor (instead of writing Posts in Text all the time)...
mtibesarParticipantThey have gutenbergized 6 of the current StudioPress themes, so they will probably be focusing on gutenberging the remaining themes in the coming months.
mtibesarParticipantAn alternate solution I used was to add full-width cover image blocks just under the Title of each Page.
Of course, you must be using Gutenberg and your theme must be Gutenbergized...
This is better than nothing but the resultant Pages don't look as nice as the Posts and it presents an inconsistent view between Pages and Posts.
mtibesarParticipantThank you very much Victor.
This also removed the rogue dashes sitting under the Page titles as well.
Cleaned blog and Page title areas up nicely!
Good job and most appreciative...
mtibesarParticipantHow about those using Monochrome Pro?
Does anyone know the answer to Jason's original question please?
Thank you very much...
mtibesarParticipantHi Brad,
I'm referring to single pages please.
Here is a comparison example:
The monochrome pro single page using your code:
https://www.sierravistawebsites.com/services/branding/
Here is a default monochrome pro post (blog):
https://www.sierravistawebsites.com/schedule-sierra-vista-website/
Although your code displays featured images at the top of single pages,, the default monochrome pro POST is much nicer.
Can you tell us the code that mimics the look of the default POST please?
Thank you very much!
November 10, 2018 at 12:41 am in reply to: Outreach Pro Sub Footer left & right widgets are now not responsive #224264mtibesarParticipantHi Brad,
After studying some examples, I placed this code into the Customizer's Custom CSS:
/* Make Sub Footer Left & Right widgets responsive */ @media only screen and (max-width: 320px) { .sub-footer-left, .sub-footer-right { margin: 0; width: 100%; } }
These two homepage widgets now appear correctly on my iPhone.
Thank you very much!
Marcus
tibesar.comNovember 9, 2018 at 10:07 am in reply to: Change Outreach Left & Right Sub Footer widget spans from 3/4 + 1/4 to 1/2 + 1/2 #224256mtibesarParticipantThank you very much Brad!
I changed the widths to 510px.
That worked perfectly.
mtibesarParticipantThanks Brad!
I used your code (step 2) using the Code Snippets plugin.
By the way, I like your website WPsites.net!
-
AuthorPosts