Forum Replies Created

Viewing 20 posts - 81 through 100 (of 4,903 total)
  • Author
    Posts
  • in reply to: Button Placement on Promotion Headline #125198
    Mahesh
    Participant

    @friarpaul: Please add the following CSS:

    @media screen and (max-width: 767px) {
        #promotion-message .section.left,
        #promotion-message .section.right {
            max-width: 100%;
        }
    }
      
    #promotion-message .section.right {
        padding-top: 20px;
    }

    Regards,
    Mahesh

    in reply to: Center Responsive Logo & Post Information #125195
    Mahesh
    Participant

    @contentchampion: Please hire a customizer for this.

    Regards,
    Mahesh

    in reply to: removing the entry header "home" only on front page #125181
    Mahesh
    Participant

    @eddron: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

    in reply to: removing the entry header "home" only on front page #125115
    Mahesh
    Participant

    @eddron: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .page #main .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: removing the entry header "home" only on front page #125094
    Mahesh
    Participant

    @eddron: Please add in your site url.

    Regards,
    Mahesh

    in reply to: Button Placement on Promotion Headline #125093
    Mahesh
    Participant

    @friarpaul: Please add the following CSS:

    #promotion-message .wrapper {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }
    
    #promotion-message .right {
        float: right;
        max-width: 20%;
        text-align: center;
    }
    
    #promotion-message .left {
        max-width: 80%;
        float: left;
        width: auto;
    }

    Regards,
    Mahesh

    in reply to: Cropping of photos in Header Highlight section #125092
    Mahesh
    Participant

    @banno2000: The problem you are facing is featured image size is 16:9 and post thumbnail is 4:3. To overcome this issue you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s functions.php add the following code:

    function helena_archive_content_image() {
        $featured_image = apply_filters( 'helena_get_option', 'content_layout' );
    
        if ( has_post_thumbnail() && 'full-content' != $featured_image ) { ?>
            <a class="post-thumbnail" aria-hidden="true" href="<?php echo esc_url( get_permalink() ); ?>">
                <?php
                    the_post_thumbnail( 'full', array( 'alt' => get_the_title() ) );
                ?>
            </a>
        <?php
        }
    }

    Regards,
    Mahesh

    in reply to: Post Thumbnail 100% #125039
    Mahesh
    Participant

    @pex81: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Fatal error #125038
    Mahesh
    Participant

    @tcairus: Which theme are you using? Please let us know the theme you are using and its version.

    Regards,
    Mahesh

    in reply to: Infinite scroll does not work #125037
    Mahesh
    Participant

    @whysee: Please post in your site url.

    Regards,
    Mahesh

    in reply to: How can I add filter to footer-content? #125036
    Mahesh
    Participant

    @3punkt5: Could you please clarify more. I don’t understand what your problem is.

    Regards
    Mahesh

    in reply to: Cropping of photos in Header Highlight section #124971
    Mahesh
    Participant

    @banno2000: Sorry for the late reply. You don’t need to upload it twice. You can crop image to 1170×658 and upload it. Theme will automatically generate another image size by cropping the same image. Have you tried that? If not, please try and let me know if any issue.

    Regards,
    Mahesh

    in reply to: Front Page most recent posts too narrow #124951
    Mahesh
    Participant

    @friarpaul: Please use the following CSS instead for second issue:

    .catchadaptive-masonry #infinite-handle {
        bottom: 15px;
        position: absolute;
        text-align: center;
        top: auto;
        width: 100%;
    }
    
    .catchadaptive-masonry #main {
        position: relative;
    }
    
    #infinite-handle {
        text-align: center;
        position: unset;
    }

    Regards,
    Mahesh

    in reply to: Front Page most recent posts too narrow #124894
    Mahesh
    Participant

    @friarpaul: Add the following CSS:

    #masthead {
        padding-bottom: 0;
        padding-top: 44px;
    }
    
    #masthead .wrapper {
        width: 100%;
    }
      
    @media screen and (min-width: 991px) {
        #masthead .wrapper {
            height: 214px;
        }
    }

    Pagination navigation option

    .catchadaptive-masonry #infinite-handle {
        bottom: 15px;
        position: absolute;
        text-align: center;
        top: auto;
        width: 100%;
    }
    
    #infinite-handle {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: Header Image #124752
    Mahesh
    Participant

    @bjbarker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Fotografie Free – copyright #124751
    Mahesh
    Participant

    @michelg: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

    in reply to: Fotografie Free – copyright #124738
    Mahesh
    Participant

    @michelg: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 767px) {
        .site-info {
            font-size: 10px;
        }
    }

    Note: You can adjust the font size as desired in the above code.

    Regards,
    Mahesh

    in reply to: Header text that can be read on any random header image #124732
    Mahesh
    Participant

    @friarpaul: You’ve post this same question on you other thread and I’ve replied it there. Please check.
    https://catchthemes.com/support-forum/topic/front-page-most-recent-posts-too-narrow/#post-124729

    Please do not post same thing twice thanks.

    Regards,
    Mahesh

    in reply to: Button Placement on Promotion Headline #124731
    Mahesh
    Participant

    @friarpaul: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #promotion-message .left, 
    #promotion-message .right {
    	width: 50%;	
    	float: left;
    }
      
    #promotion-message .left {
    	text-align: left;
    }
    
    #promotion-message .right {
      margin-top: 25px;
      text-align: right;
    }

    Regards,
    Mahesh

    in reply to: Front Page most recent posts too narrow #124729
    Mahesh
    Participant

    @friarpaul: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Show Excerpt(Image Top) in Archive Content Layout option.

    And for semi-transparent background in Site branding section, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-branding {
        background-color: rgba(0, 0, 0, 0.5);
    }

    Note: You can change the color and opacity of the background as desired.

    Regards,
    Mahesh

Viewing 20 posts - 81 through 100 (of 4,903 total)