Forum Replies Created
-
AuthorPosts
-
Glen Pavelich
ParticipantAlso, I would like the layout to show the feature image on the home page plus excerpt, but not a featured image on the individual posts.
If I change the setting to ‘no featured image’ for the posts then it doesn’t display on the home page either.ALSO if I set it to ‘show full content’ (in order to get rid of the featured image on the posts) then it shows full content on the home page instead of the excerpt version.
But as stated above in the previous comment I would like to set the site as static home page…. but haven’t been able to make the posts appear.
Glen Pavelich
ParticipantDone. I see you took off the .home from what I received in my email. Obviously that took out the entry title as well.
Thank you.
.home #post-171 .entry-header .entry-title {
display: none;
}Glen Pavelich
ParticipantThank you.
Glen Pavelich
ParticipantYou are hours in time zone difference. Are you still there now. If so I can do this temporarily.
G
Glen Pavelich
ParticipantOK. Thanks. Done.
G
Glen Pavelich
ParticipantWorked Perfect. Thank you very much.
G
Glen Pavelich
ParticipantYes, now resolved thank you.
Glen Pavelich
ParticipantNo, I am not using a plug in for posts. I have page builder installed and this is not causing any issues with anything else on the site, nor with ANY other theme or site I maintain…. about 20 of them…. all using Catch Themes.
This is the first time I have encountered this and it’s with this theme.
See screen shot from ‘web developer’
What is this?
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/classBlog.jpgAll the coding you see wrapped around the posts (so-widget etc) is just from page builder. If this theme is conflicting with page builder it shouldn’t be. Please look at this again.
Older posts (pg 8, 9, 10, which are not using page builder are still showing the ‘blog’ title, but are in excerpt format.The other issue (sidebar on blog pages) did resolve with the theme options layout change. So that is good. Thank you. But the above is definitely a bug.
Glen Pavelich
ParticipantI didn’t receive the email for sending you the credentials to debug. Not in spam either.
Glen Pavelich
ParticipantThis issue seems to have resolved itself now that I am on the live server. Likely a php problem since my wamp has an older version.
This one can be closed.Glen Pavelich
ParticipantTo summarize here
Looks like we are going to need to us the header media
so
can you tell me please how to resize it. It defaults to full size on the front end no matter how narrow I make the banner image, or how I crop it.Glen Pavelich
ParticipantWhen I installed the updated template on my wamp I had to set things up again (didn’t use a child theme, not expecting to need one until I put this live) and the same thing happened with the doubled home tab. I wouldn’t need to add a home to the menu if I could see the default one there, but it doesn’t appear. I need a home tab because I have other sub tabs to put below it.
Is there a way to make it come into view on the menu?Glen Pavelich
ParticipantTo accomplish this result using the logo position and Right Header Sidebar (see image)
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/LogoPositionAndHeaderRightSidebar.jpgI used
.sidebar-header-right {
margin-left: 20px;
margin-right: 40px;
}
.site-branding {
width: auto;
}
.custom-logo {
max-width: 100%;
}But this won’t do when it comes to smaller screens.
So did some media queries.
/** media queries
***********************/
@media only screen and (max-width: 1680px) {
.site-branding {margin: 14px 40px 14px 20px;
}
.custom-logo {width: 100%;
}
.sidebar-header-right {
max-width: 20%;
padding: 0px;
margin: 14px 20px;
}
******************
}
@media only screen and (max-width: 1366px) {
.site-branding {
margin: 14px 0px 14px 10px;
}
}
*************************
@media only screen and (max-width: 1280px) {
.custom-logo {
width: 100%;
}
.sidebar-header-right {
max-width: 20%;
padding: 0px;
margin: 14px 20px;
}
}Still need your help with the header media in case we decide to use that instead. That is, making it not default to full size. (See previously on this ticket)
G
Glen Pavelich
ParticipantI realize now that the right header sidebar is in the logo row and not in the header media row.
However, #1) if you can provide css for the above question about header media size that would be very helpful.
But now there is a second question.
#2) Is there a way to maximize the width of the logo position? I could us this space perhaps for a smaller version of what I have in mind.Glen Pavelich
ParticipantYes, it resolved, but can you tell me please how to resize the header media.
It defaults to full size no matter how narrow I make the banner image, or how I crop it.
This is still on my wamp server so I can’t give you the url.
I would like the header only 210px tall.
The recommended dimensions is 1920 × 822 pixels
I would like mine approx 814 by 207 pixels (so that I may be able to use the right header sidebar.) At this point at any width (see below) the right header sidebar appears above it, even if I add additional CSS.header-media .wrapper {
width: 70%;
}OR
.fluid-layout .header-media .wrapper {
max-width: 70%;
}G
Glen Pavelich
ParticipantYes it is there. See screen shots. I even removed the Header Right Sidebar widget, but no header appears.
I also disabled the feature slider to see if that would allow it to show, but it didn’tI’m pretty sure the default header was there when I began the new site, but I have no idea what caused it to dysfunction.
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/HeaderMediaEnabled.jpg
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/HeaderMediaEnabled2.jpgGlen Pavelich
ParticipantSeems to have. I decided against having home text on my main page, but I added the css to the additional css and it did not remove the headings from the other pages.
Thanks
Glen Pavelich
ParticipantSame with this one. Site still on my local Wamp. Anything I can try? since I don’t really want to go live with 2 home buttons.
G
Glen Pavelich
ParticipantThank you. The site is still on my local wamp. When it goes live (soon) I will post here and then send you the credentials.
Glen Pavelich
ParticipantFor both the Header Highlight and Promo Headline unwanted text appears in the module space IF there is any content in the content or subheading box. See screenshots below.
In the past I have had conflict with unwanted texts jumping into features because of a conflict with page builder turned on say for home page text, but in this case I do not have posts or page content enabled for the homepage/frontpage.https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/PromoHeadline.jpg
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/PromoHeadlineWithoutContent.jpghttps://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/headerhighlight.jpg
https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/headerhighlightWithoutSubheadading.jpghttps://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/Homepage-frontpage.jpg
-
AuthorPosts