Forum Replies Created
-
AuthorPosts
-
Glen PavelichParticipant
I readjusted without the overlay text. Added top padding 300px.
However, the slider is not responsive to smaller devices. Can you advise please.Thanks
Glen PavelichParticipantEmailed this as well so it might come up here twice:
It’s
http://imvotingforabby.ca/I added temporarily (So my client could see the full slide)
.slider-content-wrapper .hentry {
padding-top: 100px;
padding-bottom: 30px;
}Glen PavelichParticipantYes, that works thanks. How do I take the feature image off the post itself? (https://northvalleywaste.ca/haul-r-daze-may-2021/)
Glen PavelichParticipantAlso, 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 PavelichParticipantDone. 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 PavelichParticipantThank you.
Glen PavelichParticipantYou are hours in time zone difference. Are you still there now. If so I can do this temporarily.
G
Glen PavelichParticipantOK. Thanks. Done.
G
Glen PavelichParticipantWorked Perfect. Thank you very much.
G
Glen PavelichParticipantYes, now resolved thank you.
Glen PavelichParticipantNo, 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 PavelichParticipantI didn’t receive the email for sending you the credentials to debug. Not in spam either.
Glen PavelichParticipantThis 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 PavelichParticipantTo 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 PavelichParticipantWhen 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 PavelichParticipantTo 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 PavelichParticipantI 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 PavelichParticipantYes, 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 PavelichParticipantYes 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 PavelichParticipantSeems 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
-
AuthorPosts