Forum Replies Created
-
AuthorPosts
-
Glen Pavelich
ParticipantHave been unable to reply to this. Just checking that it’s working.
Glen Pavelich
ParticipantOK. I chose this theme too quickly – it was my client’s pick. Hmmm. Should have advised for another one. Is it refundable for another.
Can you tell me how to remove the feature image from on top of a post, but have it remain as a feature image otherwise.
I have added a ‘page builder’ post loop widget on the home page to get posts to appear there for now. https://rmofbattleriver.ca/
But I don’t want that image to appear on the top of the post: https://rmofbattleriver.ca/2022/01/07/placeholder-4/
Glen Pavelich
ParticipantWorked seamlessly. Thank you.
G
Glen Pavelich
ParticipantFixed most of it with media queries.
Glen Pavelich
ParticipantI readjusted without the overlay text. Added top padding 300px.
However, the slider is not responsive to smaller devices. Can you advise please.Thanks
Glen Pavelich
ParticipantEmailed 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 Pavelich
ParticipantYes, that works thanks. How do I take the feature image off the post itself? (https://northvalleywaste.ca/haul-r-daze-may-2021/)
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
-
AuthorPosts
