Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@real_makkoy: Can you try adding the following css in “Appearance => Additional CSS” box:
#hgroup { padding-top: 0; }Sakin
Keymaster@dotcalm: Yes, you can mode position with CSS from “Appearance => Additional CSS”. Let me know where you want to move it?
Sakin
Keymaster@vessy: Nothing I can do more. As it can either stretch or cover. There is no other option as the screen sizes keeps on changing. You can try object fit to different. Check out https://css-tricks.com/almanac/properties/o/object-fit/ for more details.
Sakin
Keymaster@vessy: Tee image is both the pages are different. One it 1024px by 55px and another one is 1680px by 720px. But if you want full width and height then css will be:
#header-featured-image img { width: 100%; height: 100vh; object-fit: cover; }Sakin
Keymaster@skynet: Thanks for the images, we will update it. About the screenshot, we only use screenshot.png and not screenshot.jpg. Check your theme file and delete old screenshot.jpg.
Sakin
Keymaster@rflores: It’s depends on your subscription. So, I recommend you to check in with out sales team directly at https://catchthemes.com/contact-us/ and ask about your your subscription and order.
Sakin
KeymasterYes, sure. Just add the following css:
#masthead { background: rgba(17, 17, 17, 0.7); }Sakin
Keymaster@vessy: Rock Star theme only have Primary menu and since this theme is designed to only have menu at top. So, that’s not going to work in this theme. But I see that you site title is large in reference with menu. So, you can add the following css to adjust it.
@media screen and (min-width: 910px) { .site-title { font-size: 30px; } }Sakin
Keymaster@marlo: Thanks for reporting and we haven fixed this issue in version 3.5.1 which just got live. Please update.
Sakin
Keymaster@vessy: You can add the following css in “Appearance => customize => Additional CSS”
.slider-contents { background: rgba(17, 17, 17, 0.7); border-radius: 15px; -webkit-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); -moz-box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); box-shadow: 0px 5px 15px 10px rgba(0,0,0,0.7); }Sakin
Keymaster@jitendra-vaishnav: Sorry I don’t understand your question. Can you explain in detail in reference with your site URL.
Sakin
Keymaster@valisann: Full Content display layout doesn’t show featured image in blog. As this option is used to show the content as it is in the single post. So, you can just add image at the top of post and it will show image in blog.
So, if you are trying to show featured image in your archive/category/blog page, then you can just just copy
content.phpfile to your child theme, then just add the following code, just below<div class="entry-content"><?php if ( has_post_thumbnail() ):?> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"> <?php the_post_thumbnail( $imagesize ); ?> </a> <?php endif; ?>January 30, 2017 at 10:49 pm in reply to: After the update to 4.6, there is no possibility to change the color #108383Sakin
Keymaster@baneff: Thanks for posting your site link and now I found that it’s the issue only in Child Theme. I have fixed this issue and update in version 4.6.2
Sakin
Keymaster@candice: Can you post in Create theme support forum at https://catchthemes.com/support-forum/forum/create-free/ and also post in your site URL there. Then I can check in. This is Catch Everest Pro theme support forum. So, if I give you answer there, others will be confused. Sorry for this.
January 30, 2017 at 9:41 pm in reply to: After the update to 4.6, there is no possibility to change the color #108372Sakin
KeymasterSakin
Keymaster@adobosm: Please refresh your browser and check in. It’s looks like Cache issue after the theme update. As when I check in your site. Menu is loading fine.
Sakin
Keymaster@michaelking: Thanks for working out to solve the issue and posting the the name of conflicting plugin. This will really help other users.
Sakin
Keymaster@michaelking: It’s something on your site as demo is working fine. Now, I guess some plugin conflict or settings. I will send you email to check in your site directly. Thanks.
Sakin
Keymaster@michaelking: I just tested your site in details with various phone. Yes, there is issue in iPhone IOS devices where as no issue in Android phone. Then I check in our demo URL https://catchthemes.com/demo/catch-everest/ and it’s working perfectly in all devices.
So, the problem seems to be only with your site URL. The problem seems to be coming from your customization. Can you remove the Custom CSS that you have added in and test it?
Sakin
Keymaster@michaelking: In which device are you checking in? I just check in my iPhone and it’s working fine. Check out this screenshot of your site https://dl.dropboxusercontent.com/u/81234910/michaelking.PNG
-
AuthorPosts
