-
AuthorSearch Results
-
June 26, 2015 at 6:54 am #60151
In reply to: Call to action Button
Caitlin
MemberUpdate: I just needed to add a semicolon in there. Got the Call to Action changed. Still don’t know where to change the featured image slider background color.
June 26, 2015 at 1:22 am #60146In reply to: Call to action Button
Caitlin
MemberSakin, I have Catch Kathmandu Pro (http://www.BodySHopPT.com). I cannot find where to change the color of the Call to Action button and tried to copy and paste the code above with no success. Also, I cannot change the color behind my featured image slider.
Thanks!
June 25, 2015 at 10:31 am #60106Sakin
Keymaster@calchandoman: Ok you can add the following css in “Appearance => Theme options => Custom CSS” box:
#feature-slider, #header-featured-image { margin-top: 0; }June 23, 2015 at 11:36 pm #60003In reply to: Frozen Slider on Iphone
Sakin
Keymaster@Mark: I check in your site and see your slider settings for image loader as “Wait”. Which means that your slider will not slide until all the images in the slider get loaded. Go to “Appearance => Customize => Featured Slider => Featured Slider Options” and change that from Wait to true or false then it will show fast. It’s internet and hosting speed issue. You can try installing pluign like W3 Total Cache or WP Rocket to improve site loading.
June 19, 2015 at 8:10 pm #59811In reply to: Remove slider from Homepage
Sakin
Keymaster@Dennis: There is no option to to show only in you blog page. It have option to show in Entire Site or just Homepage. So, if you want to hide in your homepage, then you need to build child theme, copy function
catchevolution_slider_display()to your child themefunctions.phpfile and edit the condition as per your need. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/.But if just want to hide using Custom CSS. Then you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and select “Entire” in “Enable Sidebar” option and then add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #slider { display: none; }June 19, 2015 at 4:31 am #59788In reply to: Move Secondary Menu Above Featured Slider
Sakin
Keymaster@Kaydev: There is no option to move secondary menu above the Featured Slider. For that you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add the following code in your child theme
functions.phpfile.function fullframe_unhook_functions() { remove_action( 'fullframe_before_content', 'fullframe_secondary_menu', 20 ); } add_action( 'init', 'fullframe_unhook_functions' ); add_action( 'fullframe_before_content', 'fullframe_secondary_menu', 5 );June 18, 2015 at 10:19 am #59731In reply to: How to remove the slider from a static home page?
Sakin
Keymaster@Dennis: Thanks yes there is option in “Appearance => Theme Options => Featured Post Slider => Slider Options”
June 18, 2015 at 12:13 am #59706In reply to: Remove slider from Homepage
Dennis
MemberOk, I found the “Featured Post Slider” options.
Now, how do I put the slider on my blogs page only and stop it appearing on my home page?June 17, 2015 at 11:11 pm #59705In reply to: Remove slider from Homepage
Dennis
MemberHi, My version of Catch Evolution does not have a “Featured Post Slider” bar to click on.
Any other way to remove the slider?June 17, 2015 at 9:59 am #59668In reply to: Link Slider Image
Sakin
Keymaster@Sun2015: Catch Everest Free version only have option to use Featured Post slider, which is created to highlight your post as the slider. So, it will automatically link to your post. To remove that you need to build child theme and edit the post slider function
catcheverest_post_sliders().For easy, you can upgrade to Pro version and you will get option to select slider type as “Image Slider” where you can upload the image, title, content and link all options. So, just upload image and run the image slider. No need to add link. There are other additional featured too, for that check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/
June 17, 2015 at 9:21 am #59660In reply to: Using Demo Slider w/ More Than 2 Images
Sakin
Keymaster@James: That demo slider is just demo one. If you want to use Image Slider, then go to “Appearance => Customize => Featured Slider => Featured Slider Options”, change the “No of Slides” to 6 and choose “Select Slider Type” as “Featured Image Slider”. Then you can upload your slier image, link, title, content as per your need.
June 12, 2015 at 1:16 pm #59405In reply to: Slider image sizing
Crusoe
MemberAh, thanks for that but I seem to have sorted it out by just trying various options.
Anyway this is my website.
If you would have a look at it, in particular the image slider, I am now using the Featured Image slider which may have well fixed my earlier concern.
I’m interested to know how it handles over-sized and undersized images in the slider.
The best i can do is crop to 514 high and then the nearest I can to 1200 wide.
This irregular width shows up worse on some transition modes than other, the Flip Horizontal seems to hide it better than others.Anyway, please have a look and advise me how to better it if you may.
Still learning..
June 9, 2015 at 11:28 am #59189In reply to: Disable text on Post slider
Sakin
Keymaster@Irina: Ok then remove the following previous css that I gave you
#slider-wrap .featured-text { display: none; }And the add the following css:
#slider-wrap .featured-text span { display: none; } #slider-wrap .featured-text span.slider-title { display: block; }June 9, 2015 at 9:04 am #59179In reply to: Featured slider image customization
alphaxyz
ParticipantAhh… sorry I missed that. Yes, now I can move it.
As for the request…can you add another featured content so I can have 2 featured content – I will place the first one under the featured slider and the other one above the footer.
Having 2 featured content is an awesome thing for my type of website.
I hope you can look into this and materialize the request.
I’m looking forward to your consideration 🙂
June 9, 2015 at 8:29 am #59177In reply to: Home page settings
Sakin
Keymaster@salen555: Yes, in Pro version you can use Featured Image Slider and then don’t add in link. So, there will be slider image without link.
June 8, 2015 at 10:47 pm #59145In reply to: Customize Demo Slider
Sakin
Keymaster@Kavitha: Full Frame Free theme only supports “Featured Page Slider”, See this theme instructions at http://catchthemes.com/theme-instructions/full-frame/#featured-slider . So, you need to create page and add featured image on those pages. After that you can select page. But if you want to use Featured Post Slider then you need to upgrade to pro version.
June 8, 2015 at 10:42 pm #59144In reply to: Customize Demo Slider
Sakin
Keymaster@fumitoshi: Yes, you can add your own image and text without any page or post in Pro version. You will can use “Featured Image Slider” and “Featured Image Content”. For more details, check out theme instructions page of pro version at http://catchthemes.com/theme-instructions/full-frame-pro/
June 8, 2015 at 7:59 pm #59129In reply to: Customize Demo Slider
Kavitha
MemberHi,
I have just created my blog with full frame as theme and I really like its full frame feature. but I am not able to add featured slider with my posts. In my featured slide type, I can only see demo slider and featured page slider. But I am not able to see “featured post slider” to enable it and set my post ids as written in the instructions. i already have two posts with featured images in it.
Can you pls help?
June 7, 2015 at 6:32 pm #59097In reply to: Customize Demo Slider
fumitoshi
Participantif I buy the professional version of this theme will the slider and Featured Content optiosn change? I mean will I be able to set my text and images as in the demo mode without using featured page content?
June 6, 2015 at 6:36 pm #59058In reply to: Disable text on Post slider
-
AuthorSearch Results
