-
AuthorSearch Results
-
September 3, 2013 at 11:09 pm #14077
In reply to: Extra image slider with tumbnails
Sakin
Keymaster@Frans: You can use the same slider to all page from “Appearance => Theme Options => Featured Slider => Slider Options”
September 3, 2013 at 8:43 pm #14068In reply to: Disable featured post slider at some pages
Teedok
Memberwebsite: http://www.jezevecrace.com
September 3, 2013 at 3:37 am #14050In reply to: Ev Pro – featured slider title & content position
simon olley
Participantsweet 🙂
September 3, 2013 at 2:19 am #14043In reply to: Ev Pro – featured slider title & content position
Sakin
Keymaster@oly: You can just change the top position. For now i have change that to 10%. So, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { top: 10%; }
September 2, 2013 at 3:43 pm #14025In reply to: Strange behaviour of widgets
Frank-Oliver
Memberok, here is the link to my clean reinstall: http://www.digitalzimmer.de
1. On Home you can see the widgets “Search” and “Archives” on the sidebar – although there is no widget assigned in the backend (neither to “Main Sidebar” nor to “Optional Homepage Sidebar”)
2. On the 2 Posts you can see a completely blank sidebar – altough there is a “Kalender”-widget assigned to (to the “Optional Post Sidebar”).
I’m using use the blog page from “Settings => Reading” for my Homepage, all other Everest Pro functions such as “Homepage Headlines”, “Featured Content” and “Featured Slider” are disabled in Theme Options.
August 30, 2013 at 1:55 am #13912In reply to: Featured Slider
Sakin
Keymaster@javieraldape97: Sorry this option is only available in Catch Box Pro theme, where you have option to use “Featured Category Slider”. See more features about Catch Box pro at http://catchthemes.com/theme-instructions/catch-box-pro/
August 29, 2013 at 1:10 am #13833In reply to: Click on Slider
Sakin
Keymaster@richemont: If you have Catch Everest Pro theme installed and want to link slider image to custom url then you have to use “Featured Image Slider”, where you can add your own image, title, description and links all optional.
Go to “Appearance => Theme Options => Featured Slider => Slider Options”, click on “Image Slider” and then add the images and links in “Featured Image Slider Options”. See this screenshot http://pinterest.com/pin/548594798329509357/ and for more instruction, you can check our theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/
August 28, 2013 at 12:43 am #13806In reply to: Click on Slider
Sakin
Keymaster@lwatts: For that you need to use Featured Image Slider, where you can leave the link to empty. See this screenshot http://pinterest.com/pin/548594798329509357/ . This option is only available in Pro or Premium themes.
Sakin
Keymaster@omgstyle: To make the slider area complete black you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.featured-slider .slides { background-color: #000; }
For detail color options, please upgrade to Catch Everest Pro theme, where you have color options in your Theme Options panel. See details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/.
For free theme you have to manually change it.
For Footer Background Color, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator { background-color: #e5e4e2; }
For Menu Background Color, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu { background-color: #e5e4e2; }
August 27, 2013 at 7:52 pm #13767In reply to: Slider images
Sakin
Keymaster@EPICPROJECT: I see that you are using Featured Page Slider. But the features image on that page in not of proper size. You need to upload the image of minimum width 1140px.
August 27, 2013 at 12:30 am #13741In reply to: Remove page titles from body of page
Sakin
Keymaster@ajamison: Just use the following CSS:
.page .entry-title { display: none; } .page .featured-slider .entry-title { display: block; }
August 26, 2013 at 11:52 pm #13739In reply to: Remove page titles from body of page
ajamison
MemberBoth my page titles and my featured post titles are missing when I use the following in custom CSS:
.page .entry-title { display: none; }
.featured-slider .page .entry-title { display: block; }website:
http://homebirthcesarean.org/?c=nI want to hide the page title and display the featured post title
August 26, 2013 at 10:33 pm #13732In reply to: Click on Slider
Sakin
Keymaster@offirkeren: Sorry there is not option to change that in Catch Everest Free theme as it only have Featured Post slider. So, it only accepts post. But if you upgrade to Catch Everest Pro version then you have option to use Featured Page Slider, if you want to link to page. Or if you want to link to different links then you can use Featured Image Slider. For more details about Catch Everest Pro, see this http://catchthemes.com/theme-instructions/catch-everest-pro/
August 26, 2013 at 10:31 pm #13731In reply to: Featured image gets cropped
Sakin
Keymaster@kapo_e: Sorry there is no option to control image in Catch Everest Free theme, you need to upgrade to pro version where you have option to choose the image sizes. Also you have option to user Featured Image Slider, where you have upload any image as per you need.
For Catch Everest Free then you need to build child theme and copy
content.php
file to your child theme. Then in your child themecontent.php
file replace<?php the_post_thumbnail( 'featured' ); ?>
with<?php the_post_thumbnail( 'slider' ); ?>
August 26, 2013 at 12:10 am #13695Sakin
Keymaster@jason: Yes you can have full width slider. You can do that from “Appearance => Theme Options => Featured Slider => Slider Options”. There is slider type choose “Feature Image Slider” and in Slider Layout choose “Full Width Slider”.
August 25, 2013 at 10:22 am #13658In reply to: Layout-Remove slider on individual posts
Sakin
Keymaster@Ian Sanchez: Please share your site url so that I know which theme are you using it. There is option in “Appearance => Theme Options => Featured Slider” you can choose to use only in homepage.
August 24, 2013 at 9:36 pm #13635In reply to: Latest Post Image Sizing Issue
Sakin
Keymaster@mlw5137: I don’t get it what you mean. If you want to use different image and size for Featured Slider, then there is one option that you can choose. That is using Featured Image Slider. For that.
1. Go to “Appearance => Theme Options => Featured Slider”
2. Then Click on “Slider Options” and choose “Image Slider” from Select slider Type
3. Then Click on “Featured Image Slider Options” and upload the image, title, description and link of your choice.
See this screenshot http://pinterest.com/pin/548594798329874581/August 24, 2013 at 9:10 pm #13634In reply to: slider problems
Sakin
Keymaster@alin.stafie: Oh sorry, so you are using Featured Post Slider, for that you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-content { display: none; }
August 24, 2013 at 8:11 pm #13631In reply to: Latest Post Image Sizing Issue
mlw5137
MemberThanks @Sakin Works perfectly.
Did you have an idea on how to change the size of the featured slider image though?
August 24, 2013 at 7:32 pm #13630In reply to: slider problems
alin.stafie
Memberme site URL is http://www.blogcalatorii.com
I removed the featured image in the post page but still i can’t empty the description field. Can you give me more details in how can i do that.
Regards,
Alin Stafie
-
AuthorSearch Results