Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alphaxyz: Look like bug. We will fix this in version 2.3 and will acknowledge you. If you want me to fix in your site before the release of new version then you can reply me in email. I will send it now. Sorry for the trouble.
Sakin
Keymaster@ottereli: For the header gap, I need to check in your site. So, please post in your site URL.
Sakin
Keymasterok thanks Andy
Sakin
Keymaster@Andybee: thanks we are looking at this issue with @notjustblack. If you want me to look at your site as well. I will email you directly and you can reply me there.
Sakin
Keymaster@rickm813 Ok then just add the following css:
#feature-slider .cycle-pager { display: none; }Sakin
Keymaster@theecodiaries: After changing the theme, have to regenerate the thumbnail. If not then you need to do that. You can simply install Regenerate Thumbnails Plugin. Then Regenerate Thumbnails through “Tools => Regen. Thumbnails” in your WordPress Dashboard. This will fix your issue.
Sakin
Keymaster@David: Yes, you cannot upload third party theme in WordPress.com. All WordPress.org theme can only to uploaded in Self Hosted site and not in WordPress.com
Sakin
Keymaster@Mike805: Just add the following css in “Appearance => Theme Options => Custom CSS” box:
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }Sakin
Keymaster@w1ck: You can check this and follow the steps http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
Sakin
Keymaster@Mike805: Yes, the easy was is to just upgrade to pro version and then you can add image to the Header Right Sidebar widget from “Appearance => Widgets”. You can just drag and drop “2. Catch Everest: Advertisement” widget to Header Right Sidebar and add in image URL.
But if you want to do in Free version then you need to build child theme and then copy file
sidebar-header-right.phpto your child theme and edit it.Sakin
Keymaster@Bert: You can try in Print Friendly and PDF Button plugin for this.
Sakin
Keymaster@ConAgraPilot: It depend on how you have added image in your post/page. Check this image settings https://en.support.wordpress.com/images/image-settings/. So, when you insert the image, check your Attachment link to. See this screenshot https://i0.wp.com/en.support.files.wordpress.com/2014/05/add_new_post_e280b9_the_daily_post_e28094_wordpress.png
Sakin
KeymasterI am not so sure what are you talking about. So in category page, you want all the image from left to be at the top of image with full size. Then for this, you need to build child theme. You can check this http://catchthemes.com/blog/create-child-theme-wordpress/ out for child theme.
Then you need to copycontent.phpfrom your parent theme to child theme and then replace the code<?php the_post_thumbnail( 'featured' ); ?>with<?php the_post_thumbnail( 'full' ); ?>or<?php the_post_thumbnail( 'large' ); ?>
