Viewing 20 results - 841 through 860 (of 2,392 total)
  • Author
    Search Results
  • #82819
    Paul
    Participant

    I tried that but it didn’t work. Perhaps I’m using the wrong terminology. I have a featured slider as the main image at the top of the page, the primary menu is positioned above this featured image. I wish to move the menu below the image just above the words of the web page

    #82682
    NickBallDesign
    Participant

    Hello, I am also using “Featured Page Slider” in Catch Base Free theme – everything works fine but the slider stops at final slide rather than looping back to the beginning. I can’t find any control for this – is there some code I can add in?

    #82287
    Mahesh
    Participant

    Hi @rickm813,

    Yes, there is an inbuilt setting for this feature in both themes.
    You’ve already set the slider for the homepage only, so I’ll skip this one. The next in to enable Header Featured Image in all other pages excluding Homepage.
    1. Go to “Dashboard=> Appearance=> Customize=> Header Image”.
    2. Add an image you want as Header Featured Image or select any image from suggested if you’ve already uploaded.
    3. Select “Excluding Homepage” option from “Enable Featured Header Image on” dropdown.
    4. Click “Save & Publish” button and check.

    Regards,
    Mahesh

    #81975

    In reply to: Slider Image Content

    Sakin
    Keymaster

    @snouks: Hi Andrea,

    Oh you are using Gernman Language. Sorry, I don’t understand it and I am using Google translate to understand your support request.

    I see that you are tying to add in Featured Slider. For this you can refer to theme instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider . First, you need to select slider type. Catch Responsive Pro supports 4 featured slider types to choose from: Featured Post Slider, Featured Page Slider, Featured Category Slider and Featured Image Slider.

    For Featured Slider Options, go to “Appearance => Customize => Featured Slider => Featured Slider Options”. Then use it as per your need.

    #81972

    In reply to: Feature Content

    Sakin
    Keymaster

    @joein610:
    1. Feature Slider
    You can change the Demo Slider image to any image you like. First you need to select the slider type. Catch Responsive Pro supports 4 featured slider types to choose from: Featured Post Slider, Featured Page Slider, Featured Category Slider and Featured Image Slider. For more check it out at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider

    You image cycling though image is not happening. First, can you update theme to latest version 3.5.1 as you are using old version 3.0 where you have fixed so many issues. For change log refer to http://catchthemes.com/changelogs/catch-responsive-pro-theme/

    2. Featured Content
    It’s same. You can check out instructions at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-content

    Then I can check in why it’s not sliding. It might be plugin conflict issue as well. For this, you need to deactivate plugin one by one and check in.

    #81966
    Sakin
    Keymaster

    @treboroom: Hi Robert,

    The site you are referring to uses Full Width like our theme Clean Journal Pro, Full Frame Pro, Catch Flames Pro and Adventurous Pro. Check out at http://catchthemes.com/themes/category/premium/. But Catch Responsive Pro uses maximum fixed width. So, changing to this theme will be little difficult and you need lot of custom css. Best is to change the theme. Otherwise, try the following css:

    .site {
        width: 100%;
    }
    #feature-slider .cycle-slideshow {
        max-width: 100%;
    }
    #feature-slider .cycle-slideshow img {
        width: 100%;
        height: auto;
    }
    /* 460px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        margin: 0 auto;
        width: 460px;
    }
    /* 520px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 520px;
    }
    /* 560px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 560px;
    }
    /* 660px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 660px;
    }
    /* 740px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 740px;
    }
    /* 960px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 960px;
    }
    /* 1040px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1040px;
    }
    /* 1100px; */
    @media screen and (min-width: 1100px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1100px;
    }
    /* 1200px; */
    @media screen and (min-width: 1200px) {
    #header-featured-image,
    #masthead,
    #promotion-message,
    #featured-content, 
    .site-content,
    #colophon {
        width: 1200px;
    }

    Sorry, I cannot make 100% sure about this css. It’s advance.

    #81893
    Mahesh
    Participant

    Hi @rflores,

    The image displayed in the slider and the blog post is the same image i.e. Featured Image. The image used inside the post content has nothing to do with it. The image selected as featured image is automatically cropped to 210*210 image to be displayed in the post list as thumbnail.

    Let me know if any problem.

    Regards,
    Mahesh

    #81891
    Mahesh
    Participant

    Hi @Robert,

    For removing space between featured slider and featured content, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS.

    #feature-slider{
        padding-bottom: 0;
    }

    For full-width slider, Sakin will answer it, its a bit complicated.

    Regards,
    Mahesh

    #81876
    Sakin
    Keymaster

    @adunning: You can add any number of posts in featured post slider. You can refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    #81863
    rflores
    Participant

    Thanks Mahesh. A little more help please, so I understand the process for using images in a post and in an image slider. Currently, I have the “post slider” option selected. I use an image 210 x 210 and insert into post, and update. I’ll then select an image for slider that is 976 x 312 and select this image as a featured image into the slider. Is this correct? Sorry for the beginner questions, but I am very close to creating a good url for a beginner to this process.

    Again, thank you very much for your assistance.

    rflores

    #81843
    Robert
    Participant

    Thank @Mahesh. So I’m hoping to get the featured slider to look something like this ******* or ******. Also wondering about removing space between featured slider and featured content. My site is: http://www.theshokoshow.com/

    #81811
    Mahesh
    Participant

    Hi @Frank,

    For that, first disable the slider. Go to “Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options” and select “Disable” option in “Enable Slider” dropdown. Then go back to “Customize=> Header Image” and select “Entire Site, Page/Post Featured Image” option from “Enable Featured Header Image” dropdown. Click “Save & Publish” and check the front page.

    Regards,
    Mahesh

    #81759
    Meunier
    Participant

    Hi
    Thank you for your reply
    Yes I’m admin. The problem is that when I modify an option in Dashboard=>Appearance=>Theme Options (with the “sliding panes”), nothing stay saved when the page reloads itself. In the same time when I look at the database there is an entry in wp_options called catchbox_options (in option_name column) with some datas stored serialized :
    a:143:{s:18:”disable_responsive”;s:1:”0″;s:12:”enable_menus”;s:1:”0″;s:8:”fav_icon”;s:68:”http://mryome.com/wp-content/themes/catch-box-pro/images/favicon.ico&#8221;;s:14:”remove_favicon”;s:1:”0″;s:8:”web_clip”;s:77:”http://mryome.com/wp-content/themes/catch-box-pro/images/apple-touch-icon.png&#8221;;s:15:”remove_web_clip”;s:1:”0″;s:16:”site_title_above”;s:1:”0″;s:19:”search_display_text”;s:9:”Recherche”;s:21:”disable_header_search”;s:1:”0″;s:18:”reset_header_space”;s:1:”0″;s:15:”header_top_size”;s:5:”30.00″;s:20:”header_top_size_unit”;s:2:”px”;s:17:”header_right_size”;s:5:”30.00″;s:22:”header_right_size_unit”;s:2:”px”;s:18:”header_bottom_size”;s:5:”30.00″;s:23:”header_bottom_size_unit”;s:2:”px”;s:16:”header_left_size”;s:5:”30.00″;s:21:”header_left_size_unit”;s:2:”px”;s:25:”primary_mobile_menu_label”;s:4:”Menu”;s:27:”secondary_mobile_menu_label”;s:15:”Menu secondaire”;s:24:”footer_mobile_menu_label”;s:19:”Menu de bas de page”;s:23:”hide_mobile_menu_labels”;s:1:”0″;s:12:”color_scheme”;s:5:”light”;s:17:”header_background”;s:4:”#fff”;s:17:”slider_background”;s:4:”#555″;s:18:”content_background”;s:4:”#eee”;s:18:”article_background”;s:4:”#fff”;s:17:”footer_background”;s:4:”#fff”;s:25:”footer_sidebar_background”;s:4:”#eee”;s:17:”widget_background”;s:4:”#fff”;s:11:”slider_text”;s:4:”#fff”;s:17:”title_hover_color”;s:7:”#1982d1″;s:13:”heading_color”;s:4:”#222″;s:19:”heading_hover_color”;s:7:”#1982d1″;s:10:”meta_color”;s:4:”#666″;s:10:”text_color”;s:7:”#373737″;s:10:”link_color”;s:7:”#1982d1″;s:20:”widget_heading_color”;s:4:”#222″;s:17:”widget_text_color”;s:7:”#373737″;s:15:”menu_background”;s:7:”#3d3d3d”;s:10:”menu_color”;s:4:”#eee”;s:22:”hover_background_color”;s:7:”#e5e5e5″;s:16:”hover_text_color”;s:7:”#373737″;s:23:”active_background_color”;s:11:”transparent”;s:17:”active_text_color”;s:4:”#eee”;s:17:”sub_menu_bg_color”;s:7:”#f9f9f9″;s:19:”sub_menu_text_color”;s:4:”#444″;s:17:”scrollup_bg_color”;s:4:”#000″;s:19:”scrollup_text_color”;s:4:”#fff”;s:11:”reset_color”;s:1:”0″;s:9:”body_font”;s:9:”helvetica”;s:10:”title_font”;s:9:”helvetica”;s:13:”headings_font”;s:9:”helvetica”;s:12:”content_font”;s:9:”helvetica”;s:16:”reset_typography”;s:1:”0″;s:14:”body_font_size”;s:5:”15.00″;s:19:”body_font_size_unit”;s:2:”px”;s:16:”body_line_height”;s:4:”1.62″;s:21:”body_line_height_unit”;s:2:”em”;s:20:”site_title_font_size”;s:5:”36.00″;s:25:”site_title_font_size_unit”;s:2:”px”;s:22:”site_title_line_height”;s:5:”46.00″;s:27:”site_title_line_height_unit”;s:2:”px”;s:26:”site_description_font_size”;s:5:”14.00″;s:31:”site_description_font_size_unit”;s:2:”px”;s:28:”site_description_line_height”;s:4:”1.62″;s:33:”site_description_line_height_unit”;s:2:”em”;s:15:”title_font_size”;s:5:”26.00″;s:20:”title_font_size_unit”;s:2:”px”;s:12:”h1_font_size”;s:5:”26.00″;s:17:”h1_font_size_unit”;s:2:”px”;s:12:”h2_font_size”;s:5:”24.00″;s:17:”h2_font_size_unit”;s:2:”px”;s:12:”h3_font_size”;s:5:”22.00″;s:17:”h3_font_size_unit”;s:2:”px”;s:12:”h4_font_size”;s:5:”20.00″;s:17:”h4_font_size_unit”;s:2:”px”;s:20:”headings_line_height”;s:4:”1.62″;s:25:”headings_line_height_unit”;s:2:”em”;s:17:”content_font_size”;s:5:”15.00″;s:22:”content_font_size_unit”;s:2:”px”;s:19:”content_line_height”;s:4:”1.62″;s:24:”content_line_height_unit”;s:2:”em”;s:26:”reset_typography_font_size”;s:1:”0″;s:14:”sidebar_layout”;s:13:”right-sidebar”;s:20:”reset_sidebar_layout”;s:1:”0″;s:14:”content_layout”;s:7:”excerpt”;s:19:”front_page_category”;a:1:{i:0;s:1:”0″;}s:19:”exclude_slider_post”;s:1:”0″;s:10:”slider_qty”;s:1:”4″;s:18:”select_slider_type”;s:11:”post-slider”;s:20:”select_slider_layout”;s:6:”normal”;s:13:”enable_slider”;s:22:”enable-slider-homepage”;s:15:”slider_category”;a:1:{i:0;s:1:”0″;}s:15:”featured_slider”;a:0:{}s:20:”featured_slider_page”;a:0:{}s:27:”featured_image_slider_image”;a:0:{}s:26:”featured_image_slider_link”;a:0:{}s:26:”featured_image_slider_base”;a:0:{}s:27:”featured_image_slider_title”;a:0:{}s:29:”featured_image_slider_content”;a:0:{}s:17:”transition_effect”;s:4:”fade”;s:16:”transition_delay”;s:1:”4″;s:19:”transition_duration”;s:1:”1″;s:21:”disable_footer_social”;s:1:”0″;s:15:”social_facebook”;s:0:””;s:14:”social_twitter”;s:0:””;s:17:”social_googleplus”;s:0:””;s:16:”social_pinterest”;s:0:””;s:14:”social_youtube”;s:0:””;s:12:”social_vimeo”;s:0:””;s:15:”social_linkedin”;s:0:””;s:10:”social_aim”;s:0:””;s:14:”social_myspace”;s:0:””;s:13:”social_flickr”;s:0:””;s:13:”social_tumblr”;s:0:””;s:17:”social_deviantart”;s:0:””;s:15:”social_dribbble”;s:0:””;s:16:”social_wordpress”;s:0:””;s:10:”social_rss”;s:0:””;s:17:”social_slideshare”;s:0:””;s:16:”social_instagram”;s:0:””;s:12:”social_skype”;s:0:””;s:17:”social_soundcloud”;s:0:””;s:12:”social_email”;s:0:””;s:11:”social_xing”;s:0:””;s:20:”enable_specificfeeds”;s:1:”0″;s:10:”custom_css”;s:9:”ECHO ECHO”;s:16:”disable_notifier”;s:1:”0″;s:16:”disable_scrollup”;s:1:”0″;s:19:”google_verification”;s:0:””;s:18:”yahoo_verification”;s:0:””;s:17:”bing_verification”;s:0:””;s:15:”analytic_header”;s:0:””;s:15:”analytic_footer”;s:0:””;s:13:”more_tag_text”;s:24:”Continuer la lecture ?”;s:14:”excerpt_length”;s:2:”30″;s:8:”feed_url”;s:0:””;s:18:”commenting_setting”;s:7:”default”;s:22:”commenting_disable_url”;s:1:”0″;s:11:”footer_code”;s:149:”<div class=”copyright”>Copyright © [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class=”powered”>Theme: [theme-link]</div>”;s:12:”reset_footer”;s:1:”0″;i:0;b:0;}

    So I wondered if this was a problem of saving datas, or a problem of reading the datas stored once saved…
    If I enter some CSS in the box “custom css”, nothing is saved either…

    #81732
    Sakin
    Keymaster

    @adunning: Fist, can you explain in reference to your site URl what are you trying to do it. If you are using Catch Everest Free theme, then it only have post slider for that you can check out at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    #81664
    Pratik
    Participant

    Hi @Julie,

    Thanks for using Catch Everest Pro. The mountain image you are referring to must be from the slider. So to change that, you can follow the instructions here and look at Featured Slider section (Just do a Ctrl + F search with Featured Slider on that page). The instructions should be clear but if you still have problems, please let me know and I will assist you further.

    #81615
    Mahesh
    Participant

    Hi @rflores,

    You have used the image for post’s featured image to fit in image slider. It will be automatically cropped to width 210px height 210px. Similarly, the image in the examples you’ve mentioned is cropped to 210px that is why only the center portion of image is shown.

    I hope you understand.

    Regards,
    Mahesh

    #81325

    In reply to: Working with Polylang

    Mahesh
    Participant

    Hi @ABS,

    For this, you have to create a child theme. You can find the details on how to create a child them here

    Then in child theme’s functions.php file add the following function.

    function fullframe_delete_slider_cache() {
        delete_transient( 'fullframe_featured_slider' );
    }
    
    add_action( 'after_setup_theme', 'fullframe_delete_slider_cache' );
    

    Let me know if this solved your issue or not and please post your site url.

    Regards,
    Mahesh

    #80845
    Pratik
    Participant

    Hi @Gavin Lewis,

    For this, you will need to do a bit of customization using child theme. Please follow following steps:
    1. Create A Child Theme for Catch Evolution. Details for child theme is here

    2. Then in your child theme, make a blank file content.php and add in following code:

    
    <?php
    /**
     * The child template for displaying content overriding parent theme
     *
     * @package Catch Themes
     * @subpackage Catch_Evolution_Child
     */
    ?>
    <?php
    	// get data value from theme options
    	global $catchevolution_options_settings;
        $options = $catchevolution_options_settings;
    	$layout = $options[ 'sidebar_layout' ];
    	if ( $layout == 'no-sidebar-full-width' ) { 
    		$imagesize = "featured-slider-larger";
    	} 
    	else { 
    		$imagesize = "featured-slider";
    	}
    ?>
    
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    		<header class="entry-header">
    			<?php if ( is_sticky() ) : ?>
    				<hgroup>
    					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    					<h3 class="entry-format"><?php _e( 'Featured', 'catch-evolution' ); ?></h3>
    				</hgroup>
    			<?php else : ?>
    			<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    			<?php endif; ?>
    
    			<?php if ( 'post' == get_post_type() ) : ?>
                    <div class="entry-meta">
                        <?php catchevolution_posted_on(); ?>
                        <?php if ( comments_open() && ! post_password_required() ) : ?>
                        	<span class="sep"> &mdash; </span>
                            <span class="comments-link">
                             	<?php comments_popup_link(__('Leave a reply', 'catch-evolution'), __('1 Comment &darr;', 'catch-evolution'), __('% Comments &darr;', 'catch-evolution')); ?>
                            </span>
                        <?php endif; ?>
                    </div><!-- .entry-meta -->
    			<?php endif; ?>
    		</header><!-- .entry-header -->
            	
    		 <?php 
    			global $catchevolution_options_settings;
        		$options = $catchevolution_options_settings;
    			$current_content_layout = $options['content_layout'];
    			$catchevolution_excerpt = get_the_excerpt();
    		if ( is_search() ) : // Only display Excerpts for Search ?>
                <div class="entry-summary">
                    <?php the_excerpt(); ?>
                </div><!-- .entry-summary -->
            <?php elseif ( post_password_required() ) : // Password Protected Post ?>
                <div class="entry-content">
                    <?php the_content(); ?>
                </div><!-- .entry-summary -->    
            <?php elseif ( $current_content_layout=='excerpt' && !empty( $catchevolution_excerpt ) ) : // Only display Featured Image and Excerpts if checked in Theme Option ?>
                <div class="entry-summary">
                    <?php if( has_post_thumbnail() ):?>
                   		<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
    						<?php the_post_thumbnail( $imagesize ); ?>
                       	</a>
                    <?php endif; ?>
                    <?php the_excerpt(); ?>
                </div><!-- .entry-summary -->
    		<?php else : ?>
    		<div class="entry-content">
    			<?php if( has_post_thumbnail() ):?>
               		<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catch-evolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
    					<?php the_post_thumbnail( $imagesize ); ?>
                   	</a>
                <?php endif; ?>
    			<?php 
    			global $catchevolution_options_settings;
    			$options = $catchevolution_options_settings;
    			$more_tag_text = $options[ 'more_tag_text' ];
    			the_content( sprintf( __( '%s', 'catch-evolution' ), esc_attr( $more_tag_text ) ) ); ?>
    			<?php wp_link_pages( array( 
                    'before'		=> '<div class="page-link"><span class="pages">' . __( 'Pages:', 'catch-evolution' ) . '</span>',
                    'after'			=> '</div>',
                    'link_before' 	=> '<span>',
                    'link_after'   	=> '</span>',
                ) ); 
                ?>
    		</div><!-- .entry-content -->
    		<?php endif; ?>
    
    		<footer class="entry-meta">
    			<?php $show_sep = false; ?>
    			<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
    			<?php
    				/* translators: used between list items, there is a space after the comma */
    				$categories_list = get_the_category_list( __( ', ', 'catch-evolution' ) );
    				if ( $categories_list ):
    			?>
    			<span class="cat-links">
    				<?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'catch-evolution' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
    				$show_sep = true; ?>
    			</span>
    			<?php endif; // End if categories ?>
    			<?php
    				/* translators: used between list items, there is a space after the comma */
    				$tags_list = get_the_tag_list( '', __( ', ', 'catch-evolution' ) );
    				if ( $tags_list ):
    				if ( $show_sep ) : ?>
    			<span class="sep"> | </span>
    				<?php endif; // End if $show_sep ?>
    			<span class="tag-links">
    				<?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'catch-evolution' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
    				$show_sep = true; ?>
    			</span>
    			<?php endif; // End if $tags_list ?>
    			<?php endif; // End if 'post' == get_post_type() ?>
    
    			<?php if ( comments_open() ) : ?>
    			<?php if ( $show_sep ) : ?>
    			<span class="sep"> | </span>
    			<?php endif; // End if $show_sep ?>
    			<span class="comments-link"><?php comments_popup_link(__('Leave a reply', 'catch-evolution'), __('1 Comment &darr;', 'catch-evolution'), __('% Comments &darr;', 'catch-evolution')); ?></span>
    			<?php endif; // End if comments_open() ?>
    
    			<?php edit_post_link( __( 'Edit', 'catch-evolution' ), '<span class="edit-link">', '</span>' ); ?>
    		</footer><!-- #entry-meta -->
    	</article><!-- #post-<?php the_ID(); ?> -->
    

    This will add the featured image in the full content. Let me know if this solves your issue or not.

    #80829
    alan
    Member

    I have the same problem with incompatibility between the sticky widget plug-in and the catch theme featured slider. Do you remember what you did to the sticky widget settings to make the featured slider work?

    #80808
    alan
    Member

    Several days ago I installed Catch Themes Pro to my website. The featured slider enabled on my homepage was working fine with 3 uploaded images. This morning the slider stopped working altogether. I’ve tried

    disabling/then re-enabling;
    disabling/then re-enabling the demo
    deleting the images and then re-loading the images

    but nothing works.
    The only thing that displays on my homepage is the first (of three) image with arrows to the left and right of the image. The little circles on the lower center of the image no longer appear (along with the loss of function). Can anyone help?

Viewing 20 results - 841 through 860 (of 2,392 total)