-
AuthorSearch Results
-
August 24, 2013 at 6:04 pm #13621
In reply to: Slider malfunction?
Sakin
Keymaster@fractalhealth: You don’t need to create child theme do build Featured Post Slider. Just follow the instruction as below.
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You can also check our the Post ID in your ALL Posts section in WordPress Dashboard. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id. See the screenshot on how to add Post ID http://pinterest.com/pin/548594798329984427/
August 24, 2013 at 9:39 am #13611In reply to: Latest Post Image Sizing Issue
Sakin
Keymaster@mlw5137: You can choose the image size from “Appearance => Theme Options => Layout Options”. Then from “Content Featured Image Size” you can choose “Slider Image”.
August 24, 2013 at 12:14 am #13604In reply to: slider problems
Sakin
Keymaster@alin.stafie: Can you send me your site URL?
You can use Feature Image Slider and leave empty in the description field.
You can remove featured image in the post page from “Appearance => Theme Options => Header Featured Image Options”. From there you can change the settings for Enable Featured Header Image.August 23, 2013 at 2:24 pm #13576In reply to: Slider malfunction?
Sakin
Keymaster@fractalhealth: You are not recommended to change any core theme files, like replacing the image and code. This will be overwritten when you update your theme. So, all your customization will be lost. If you want to change any core theme files then you need to build child theme and edit it.
I see that you are using Catch Everest Free theme and in this theme you only have option to add Featured Post Slider. Follow the instruction as below.
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You can also check our the Post ID in your ALL Posts section in WordPress Dashboard. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id. See the screenshot on how to add Post ID http://pinterest.com/pin/548594798329984427/
August 23, 2013 at 1:12 am #13557In reply to: Changing site description
Sakin
Keymaster@rcbharp: I just check in your site and found that you just replaces the images in the Featured Slider and hide the slider title and description.
So, instead of replacing the slider image in the theme directory. Add the image from “Appearance => Theme Options => Featured Slider” then choose Image Slider and add the image there. See this screenshot http://pinterest.com/pin/548594798329509357/
August 22, 2013 at 12:12 pm #13525In reply to: Titles in Slider
Sakin
Keymaster@ajamison: I just check in your site and see both title and excerpt in the Featured Slider.
August 22, 2013 at 7:47 am #13519In reply to: Featured Slider Text– Only Looking to Display Title
JayCeeEm
MemberWorked perfectly. Thanks!!
August 21, 2013 at 11:03 pm #13510In reply to: Featured Slider Text– Only Looking to Display Title
Sakin
Keymaster@JayCeeEm: If you have change that file, then you can just change any setting in your Theme Options panel to clear the cache setup in Slider.
August 21, 2013 at 6:32 am #13499In reply to: Featured Slider Text– Only Looking to Display Title
JayCeeEm
MemberHi Sakin,
I tried replacing this, but it didn’t remove the excerpt from the slider. Is there another .php file that needs to be edited as well? Or something else in the function itself?
August 20, 2013 at 8:56 pm #13475In reply to: Featured Slider Text– Only Looking to Display Title
Sakin
Keymaster@JayCeeEm: Sorry in this version we cannot do that with simple css changes. It’s bit technical. You need to build child theme and create new functions.php file in your child and then copy the function
catchbox_sliders()
in your child theme functions.php file. Where you have to edit the code<div class="featured-text">' .the_title( '<span>','</span>', false ).' : '.get_the_excerpt().' </div><!-- .featured-text -->
To
<div class="featured-text">' .the_title( '<span class="slider-title">','</span>', false ).' </div><!-- .featured-text -->
Yes, we will update in New version to control through Custom CSS.
August 20, 2013 at 8:39 pm #13474In reply to: Change 'continue reading' text in featured slider
Sakin
Keymaster@Sebastiaan.Horn: You can change it from More Tag Text at “Appearance => Theme Options => Excerpt / More Tag Settings”.
August 20, 2013 at 1:21 am #13418In reply to: Featured slider images sideways
Sakin
Keymaster@crono: About your slider, you just have single post. Add more post and it will slide. See the screenshot of how you should add the post ID http://pinterest.com/pin/548594798329984427/
August 19, 2013 at 10:04 am #13399In reply to: Featured slider images sideways
crono
MemberDisregard background color issue.
August 19, 2013 at 9:54 am #13398In reply to: Featured slider images sideways
crono
MemberAlso, I believe I changed the site’s background color but it doesn’t seem to have applied. Tried this multiple times. I’m missing something simple, aren’t I?
August 18, 2013 at 11:56 pm #13384In reply to: Thumbnail/Word Wrap on Homepage
JayCeeEm
MemberThanks! Now, is there any way to do this without effecting the featured slider? I’d prefer the slider to remain as it was and only impact the other posts on the homepage, if possible.
August 18, 2013 at 11:54 pm #13382In reply to: Unactive image
Sakin
Keymaster@ashrafashraf: Feature Image slider in there in “Appearance => Theme Options => Featured Slider” in all our pro version. See the screenshot of slider at http://pinterest.com/pin/548594798329509357/
August 18, 2013 at 11:52 pm #13381In reply to: Unactive image
ashrafashraf
MemberThanks for answering. Please how can i use Featured Image Slider ?
August 18, 2013 at 10:14 pm #13375In reply to: Unactive image
Sakin
Keymaster@ashrafashraf: You mean that there should be no link in the slider. So, when you click on the image, it stays the same. For that you need to use Featured Image Slider. When you use Featured Post Slider, it will link to respective post.
August 18, 2013 at 8:08 pm #13371In reply to: Remove colon from slider
Sakin
Keymaster@ashrafashraf: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider-wrap .featured-text .sep { display: none; }
August 18, 2013 at 1:55 am #13354In reply to: featuredslider
ashrafashraf
MemberYou can also read my text on each slider without at move the site by mouse!
-
AuthorSearch Results