Forum Replies Created
-
AuthorPosts
-
May 29, 2013 at 11:21 pm in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #9626
Sakin
Keymaster@saadghauri: Yes, I am from Catch Themes. Thanks for your appreciation.
I see that you have added the Featured Header image instead of Header Image. If you add the header Image from “Appearance => Header”. Then the css that you have added will work fine. But you have added image from Featured Header Image so in this case, you have to hide the header area by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@13alaise: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#home-top-sidebar .textwidget img { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 2px 2px #717171; -moz-box-shadow: 0 2px 2px #717171; box-shadow: 0 2px 2px #717171; }Sakin
Keymaster@shirleyl: Ok great you have done it. For forum specific page, we need to copy the full width css with forum css.
Sakin
Keymaster@impresnet: That is because of margin in entry header. You have hidden the title and meta but you haven’t hide the main wrapper entry header. So, add the following css.
.page .entry-header, .single .entry-header { display: none; }Sakin
Keymaster@images98: Yes you can increase or decrease number of slides though “Appearance => Theme Options => Featured Post Slider => Slider Options”. There you can type in Number of Slides.
It will be Featured Post Slider in Free Theme and Featured Slider in Pro and Premium themes.
Sakin
Keymaster@queberican351: We all are learning. Learning never ends. Thanks a lot for your point. We appreciate your help.
Sakin
Keymaster@dt2791: You have to add these css in theme options, custom css box. So, login to your WordPress site and go to “Appearance => Theme Options => Custom CSS” and add there.
Sakin
Keymaster@Ashkanpasha: It looks like you haven’t added in the post ID. Can you send me the links to your posts that you want to add in the slider then I will tell you the ID that you need to add in “Appearance => Theme Options => Featured Post Slider”
Sakin
Keymaster@manuelkuhs: This looks like Jetpack issue. Not the theme issue.
Sakin
Keymaster@impresnet: just add the css as below then
.page #main, .single #main { padding-top: 50px; }Sakin
Keymaster@Ashkanpasha: You are doing good. I just check in your site and the slider is working fine. To make your clear, the slider only slides after loading the site content. This helps you to load the content faster.
Sakin
Keymaster@electricidee: Just add the image and don’t leave any space or enter after the image code.
May 29, 2013 at 12:34 am in reply to: Decrease slider size and remove white spaces in Catch Everest Pro #9576Sakin
Keymaster@saadghauri: You can 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@dt2791: I got your site link http://www.inhighdefinition.co.uk/what-do-i-like/. To correct that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content .bottomcontainerBox { height: auto; width: 100%; }Sakin
Keymaster@13alaise: I don’t see that widget in your site. Can you show me the page where you are using it.
Sakin
Keymaster@mintamim: It’s cool that you have restore. But to make you clear, please don’t edit the core theme files and functions. If you want to change any functions then please build child theme and edit it. Or if you just want to change few line of css then you can use Custom CSS box at “Appearance => Theme Options => Custom CSS” box.
-
AuthorPosts
