Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Threemorebites: I just check in your site and the slider code looks fine. Have you added any new plugin or updated your plugin. I doubt there is conflict with your ‘tooltipster’ plugin. Can you deactivate that plugin and check in.
Sakin
Keymaster@Kim: This is strange looks like regenerate is not working in your site. Did you activate any new plugin or update plugin recently. As I tested in my server and it’s working fine. I have just tested in new demo server as well. It’s working fine.
Also when I check in your source of your image in the site, it’s
<img width="644" height="312" alt="laser-hair-removal" class="attachment-featured-slider wp-post-image" src="http://hidemyage.com/wp-content/uploads/laser-hair-removal1.jpg">You can see the image tag is taking width and height properly but the in src it is taking full image. So, it’s issue with the image crop.
I will also email you, if you want to talk in detail.
Sakin
Keymaster@Kim: As there is lot of empty paragraph code
<p></p>. When you edit the post, check in with text mode and you will see all the codes. See this screenshot which shows how to go to text mode http://www.pinterest.com/pin/548594798332210926/.Note. When ever you press enter from your keyboard, WordPress adds in paragraph.
Sakin
Keymaster@Kim: I check in the theme update and it’s nothing to do with image size. I see in the code it is still set to
add_image_size( 'featured-slider', 644, 320, true );Check that regenerate thumbnail plugin and clear your cache. I am sure it’s not related to theme update.
Sakin
Keymaster@rgamlam: You can change the padding-bottom and padding-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { padding-bottom: 30px; padding-top: 30px; }Sakin
Keymaster@matteo: Upgrading to Pro version is pretty simple. Catch Everest Pro theme is the advance version of Catch Everest Free theme and it has lot of additional features. You can check at http://catchthemes.com/theme-instructions/catch-everest-pro/.
So, all your work on free theme will be safe. You custom css and theme options settings will be there when you upgrade to pro version. But there are few settings that WordPress changes when upgrade. This has been explained in http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Note: I hope you haven’t edit/added any core theme files inside ‘catch-everest’ theme directory. As all files inside ‘catch-everest’ theme directory will be reverted back to original when you update or upgrade your theme.
Sakin
Keymaster@rojtalbot: If you want that for all pages, then remove .home from yoru css. So, replace your css
.home #main { padding-top: 0; }
With the following css
#main { padding-top: 0; }Sakin
Keymaster@Kim: Hum that’s strange. Can you regenerate thumbnail with this plugin https://wordpress.org/plugins/regenerate-thumbnails/.
I hope you haven’t change any core theme files.October 2, 2014 at 12:39 pm in reply to: Possible to change the height of the featured slider? #45192Sakin
Keymaster@MFerg: The height depend on the featured image that you have added in your posts. Our recommended featured image size for the slider is Width: 1280px and Height: 550px. So, all the image uploaded in this size or greater then this will automatically crop into this size and will be used in slider.
Now, if you want to reduce the height of the slider. Then you can upload the image with smaller height then 550px. In this case our slider code will not crop the image and will show the original image size you have uploaded. This will reduce your slider height.
Sakin
Keymaster@Kim: Catch Box Pro featured image recommended size is Width: 644px and Height: 320px. This will make it look like our demo site http://catchthemes.com/demo/catchbox-pro/. If you upload the image size as per the size or greater then that then it will show all image at exact size. But if you upload image size smaller then that then it will show the original image that you have uploaded. In you site, the image are showing as you have uploaded.
Sakin
Keymaster@Katha: Not sure what you mean. But that area is only for Site title, tagline and header image.
Sakin
Keymaster@Fede1583: Replace your current custom css
#header-content { padding: 0; }
with the following css
#header-content { display: none; }Sakin
Keymaster@Kim: Sorry this option in no there in Catch Box Pro theme and this cannot be achieve by simple css. So, I suggest you to hire customizer.
Sakin
Keymaster@Katha: Sorry there is no option to do that. I suggest you to add in image then, just go to “Appearance => Header” and then upload your image with full color text to replace this text. Then you can remove that text by un-checking in “Show header text with your image”
Sakin
Keymaster@Michaela: Catch Everest theme doesn’t use
the_author_posts_link(), instead it usesget_author_posts_url(). If you want to edit that then you need to build child theme and then copycatchkathmandu_header_meta()andcatchkathmandu_post_format_meta()functions fromtemplate-tags.phpto your child themefunctions.phpfile.Note: For Child theme and sample child theme file, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@rojtalbot: Try replacing previous css with the following:
.header-sidebar .widget ul.menu ul { width: 200px; } .header-sidebar .widget ul.menu ul a { font-size: 13px; line-height: 1.4; margin: 0; padding: 6px 10px; width: 180px; }This is maximum that I can reduce.
Sakin
Keymaster@rojtalbot: First, remove the following css from your “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { height: 35px; } #header-menu ul.menu ul a { height: 35px; }Then add the following css in “Appearance => Theme Options => Custom CSS” box.
.header-sidebar .widget ul.menu ul { width: 195px; } .header-sidebar .widget ul.menu ul a { font-size: 13px; line-height: 1.4; padding: 7px 15px; width: 165px; } -
AuthorPosts
