Forum Replies Created

Viewing 20 posts - 101 through 120 (of 306 total)
  • Author
    Posts
  • in reply to: Showing posts on static home page #297871
    Glen Pavelich
    Participant

    Have been unable to reply to this.  Just checking that it’s working.

    in reply to: Showing posts on static home page #297209
    Glen Pavelich
    Participant

    OK.  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/

     

     

    in reply to: More Posts Text #289317
    Glen Pavelich
    Participant

    Worked seamlessly. Thank you.

    G

    in reply to: Disable the Text over Feature Slider #289218
    Glen Pavelich
    Participant

    Fixed most of it with media queries.

    in reply to: Disable the Text over Feature Slider #289169
    Glen Pavelich
    Participant

    I readjusted without the overlay text. Added top padding 300px.
    However, the slider is not responsive to smaller devices. Can you advise please.

    Thanks

    in reply to: Disable the Text over Feature Slider #289030
    Glen Pavelich
    Participant

    Emailed 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;
    }

    in reply to: Posts Images #277196
    Glen Pavelich
    Participant

    Yes, that works thanks. How do I take the feature image off the post itself? (https://northvalleywaste.ca/haul-r-daze-may-2021/)

    in reply to: Posts Images #277121
    Glen Pavelich
    Participant

    Also, 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.

    in reply to: Home Label #277081
    Glen Pavelich
    Participant

    Done. 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;
    }

    in reply to: Logo size #275578
    Glen Pavelich
    Participant

    Thank you.

    in reply to: Header Media #271037
    Glen Pavelich
    Participant

    You are hours in time zone difference. Are you still there now. If so I can do this temporarily.

    G

    in reply to: Home Tab Doubled #271036
    Glen Pavelich
    Participant

    OK. Thanks. Done.

    G

    in reply to: First post per page not showing as excerpts #271034
    Glen Pavelich
    Participant

    Worked Perfect. Thank you very much.

    G

    in reply to: Can not set a sidebar on the Post Page #270909
    Glen Pavelich
    Participant

    Yes, now resolved thank you.

    in reply to: First post per page not showing as excerpts #270908
    Glen Pavelich
    Participant

    No, 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.jpg

    All 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.

    in reply to: Home Tab Doubled #270847
    Glen Pavelich
    Participant

    I didn’t receive the email for sending you the credentials to debug. Not in spam either.

    in reply to: Header Highlight Producing Page Content #270846
    Glen Pavelich
    Participant

    This 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.

    in reply to: Header Media #270845
    Glen Pavelich
    Participant

    To 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.

    in reply to: Home Tab Doubled #270414
    Glen Pavelich
    Participant

    When 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?

    in reply to: Header Media #270413
    Glen Pavelich
    Participant

    To accomplish this result using the logo position and Right Header Sidebar (see image)
    https://livingskywildliferehabilitation.org/wp-content/uploads/2021/01/LogoPositionAndHeaderRightSidebar.jpg

    I 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

Viewing 20 posts - 101 through 120 (of 306 total)