-
AuthorSearch Results
-
June 10, 2013 at 5:58 pm #10286
In reply to: Featured Slider Questions
striderbl
Member*sorry, under the header
June 10, 2013 at 5:54 pm #10285In reply to: Featured Slider Questions
striderbl
Memberseems like content goes under the footer
<?php /** * The template for displaying the footer. * * @package Catch Themes * @subpackage Simple_Catch * @since Simple Catch 1.0 */ ?> <div id="footer"> <div class="layout-978"> <?php //Displaying footer logo ?> <div class="col7 copyright no-margin-left"> <?php if( function_exists( 'simplecatch_footerlogo' ) ) : simplecatch_footerlogo(); endif; ?><?php _e( 'Copyright', 'simplecatch' ); ?> © <?php echo date("Y"); ?> <span><?php bloginfo('name')?></span>. <?php _e( 'All Rights Reserved.', 'simplecatch' ); ?> </div><!-- .col7 --> <?php do_action( 'simplecatch_credits' ); ?> </div><!-- .layout-978 --> </div><!-- #footer --> <?php wp_footer(); ?> </body> </html>this is my footer.php code
June 10, 2013 at 5:52 pm #10284In reply to: Featured Slider Questions
striderbl
Memberno, it’s still not working, and it didn’t work after i removed credits, meybe somewhere something was written in other directories, but still not working. i use this theme for my company and maybe i will buy pro version, but i must be sure that free is working correctly, so, where can be the problem?
June 10, 2013 at 10:04 am #10261In reply to: Header and Writing on Featured Post Slider
Sakin
Keymaster@Raminder: Just upload the larger header image. Your header image width is 900px whereas the website width is 1140px. So, just upload the image with the width 1140px.
June 10, 2013 at 1:21 am #10243In reply to: Header and Writing on Featured Post Slider
Raminder
Member@Sakin Thank you! I am starting to understand more about how the CSS works!
I have another question I am afraid 🙁
On my website now, the logo at the top has white space to the right. How do I make the logo/banner go all across the top?
June 9, 2013 at 11:40 pm #10228In reply to: Header and Writing on Featured Post Slider
Sakin
Keymaster@Raminder: Just add the following css at “Appearance => Theme Options => Custom CSS” box to hide the page title home in homepage.
.home #main .entry-header { display: none; }About the Featured Post Slider. The first image is small that is why it is showing small. You have to change the featured image of this post http://soton-fifc.co.uk/register-2 . It need to be at least 1140px width and 450px height.
to change the background color of Speaker page only. You can add the following css at “Appearance => Theme Options => Custom CSS”. Change the color code as per you need.
body.custom-background.page-id-25 { background: none #000; }June 9, 2013 at 9:31 pm #10220In reply to: Image Slider in CatchBox Pro?
GranPaSmurf
MemberYes, I followed the instructions before posting. “Featured Slider” is not an option shown under Theme Options. There is, however, a tab called “FEATURED SLIDER” under which I have set options I prefer.
I have solved the problem in this way. Before, I was inserting the URL from my WordPress media library in the URL box. The only way I was able to get the Slider to work was to Upload the picture again and select “Insert into Post” option at the bottom.
I hope this helps others who struggle with this feature.
Cheers!June 9, 2013 at 6:17 pm #10217In reply to: Header and Writing on Featured Post Slider
Raminder
Member@Sakin: The URL is as follows http://soton-fifc.co.uk/
I want the writing on the featured image slider, however I do not want the ‘Home’ title on the writing bit below.
While I am at it, I have a few more questions. Is there a way to make the featured slide the same size, as you can see the first image is a different size to the other two.
Secondly if I wanted to change one page, e.g. the ‘speakers’ page to a different background colour, but no other page. How would I do this?
Thank you!
June 9, 2013 at 3:39 pm #10199In reply to: Image Slider in CatchBox Pro?
Sakin
Keymaster@GranPaSmurf: Did you look through theme instruction at http://catchthemes.com/theme-instructions/catch-box-pro/.
To setup featured slider do the following steps:
1. Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
2. Click on Slider Options, then click on Featured Image Slider
3. Click on Featured Image Slider Options and add in the Image, Link, Title and Content in Featured Slide Post#1, #2 respectively
4. Click on Save buttonJune 9, 2013 at 3:32 pm #10197In reply to: Header and Writing on Featured Post Slider
June 9, 2013 at 1:58 pm #10182In reply to: Help with Images In Catch Everest
Sakin
Keymaster@bobnolley: Sorry I don’t get it what you mean. This is about setting up featured post slider.
June 8, 2013 at 9:38 am #10137In reply to: Featured post slider not working
Elisabetta
MemberThank you Sakin, you were great as always!
June 8, 2013 at 9:00 am #10136In reply to: Featured post slider not working
Sakin
Keymaster@Elisabetta: The issue has been fixed. I just updated to latest version 2.4.3
June 8, 2013 at 1:16 am #10118In reply to: remove featured slider from posts
dbentzen
MemberDude, you’re awesome. It’s now the first line of my custom CSS and it’s working great.
Thanks!
– DB
June 8, 2013 at 12:53 am #10116In reply to: Featured Slider Questions
Sakin
Keymaster@striderbl: Thanks for putting back the footer. I see that there is some issue with the slider with the version. So, I have just push the update, but it will be only release once the WordPress theme review team makes it live. For now you have to manually update the theme. You can download theme from http://wordpress.org/themes/download/simple-catch.2.4.3.zip
June 8, 2013 at 12:31 am #10114In reply to: remove featured slider from posts
Sakin
Keymaster@dbentzen: Can you replace that with the following
.single-post #main-slider { display: none; }But at this in the top section of Custom CSS box.
June 8, 2013 at 12:26 am #10111In reply to: remove featured slider from posts
dbentzen
MemberHere’s a couple examples of single posts:
http://jchighcountry.com/fishing/
June 8, 2013 at 12:23 am #10109In reply to: remove featured slider from posts
dbentzen
MemberHi Sakin,
Added the custom CSS:
.single-post #main-slider { display: none; }
but the slider still shows on posts…
June 8, 2013 at 12:14 am #10108In reply to: Featured post slider not working
Sakin
Keymaster@Elisabetta: It looks like there is some issue with the slider script. Do debug, I need to check in your site. So, I will contact you through email.
June 7, 2013 at 10:14 pm #10093In reply to: Featured Slider Questions
striderbl
Memberi put back the initial footer.php file but this problem is still appears. I have an other problem, when i install theme i cant see my recent post and after this i need to set a static front page for displaying my post, when in options is mentioned to show recent posts the slider works correctly with more than one featured post, but posts are not seen. When i make to show concrete categories on the front page, i see posts, but now i have problems with slider. i dont know what to do
-
AuthorSearch Results
