Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@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,
MaheshMahesh
Member@contentchampion: Please hire a customizer for this.
Regards,
MaheshOctober 31, 2017 at 12:08 am in reply to: removing the entry header "home" only on front page #125181Mahesh
Member@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,
MaheshOctober 30, 2017 at 6:25 am in reply to: removing the entry header "home" only on front page #125115Mahesh
Member@eddron: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.page #main .entry-header { display: none; }Regards,
MaheshOctober 30, 2017 at 12:10 am in reply to: removing the entry header "home" only on front page #125094Mahesh
Member@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,
MaheshMahesh
Member@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.phpadd 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,
MaheshMahesh
Member@tcairus: Which theme are you using? Please let us know the theme you are using and its version.
Regards,
MaheshMahesh
Member@3punkt5: Could you please clarify more. I don’t understand what your problem is.
Regards
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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,
MaheshOctober 23, 2017 at 12:53 am in reply to: Header text that can be read on any random header image #124732Mahesh
Member@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-124729Please do not post same thing twice thanks.
Regards,
MaheshMahesh
Member@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,
MaheshMahesh
Member@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 -
AuthorPosts
