Forum Replies Created

Viewing 20 posts - 3,261 through 3,280 (of 14,509 total)
  • Author
    Posts
  • in reply to: traduction of Home in breadcrumb #60044
    Sakin
    Keymaster

    @Andreau: You need to install your WordPress in French language. and then it will automatically change home to Maison. For that go to “Settings => General” and change Site Language

    in reply to: Menu Bar on Mobile Site #60043
    Sakin
    Keymaster

    @bethsobi: Can you post in your site URL then I can check in your site issue.

    in reply to: "image a la une" #60042
    Sakin
    Keymaster

    @Andreau: Sorry I don’t understand it. Can you explain in reference with your site URL.

    in reply to: gallery image caption links #60036
    Sakin
    Keymaster

    @effess: Oh sorry, you mean caption in gallery to link individual image. Sorry there is no option to do that from theme in WordPress. You might want to search for plugin.

    in reply to: catch box free #60034
    Sakin
    Keymaster

    @texasman: : Then you can choose template layout as “No Sidebar” from “Appearance => Theme Options => Default Layouts” and then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .site {
        width: 96%;
    }
    .no-sidebar .entry-header, 
    .no-sidebar .entry-content, 
    .no-sidebar .entry-summary, 
    .no-sidebar .post footer, 
    .error404 .entry-header, 
    .error404 .entry-content {
        width: 100%;
    }
    in reply to: Sidebar Dropdown Menu #60032
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what you mean. I hope you meant that you want category select and view in same line. If so then you can add the following css in “Custom CSS” box:

    .DisplayCategoriesWidget select {
        height: 30px;
        width: 70%;
    }
    .DisplayCategoriesWidget input[type="submit"] {
        padding: 0;
        vertical-align: middle;
        width: 28%;
    }
    in reply to: Enter custom CSS #60031
    Sakin
    Keymaster

    @helpme: It’s same all the page/post title will have h1 tags.

    To change the text and remove the website line, you need to build child theme and edit the comment form.

    in reply to: Breadcrumbs, change the background colour #60030
    Sakin
    Keymaster

    @Bert: You can change the border color by adding in the following css in Custom CSS box:
    #breadcrumb-list span { border-color: #000; }

    in reply to: Logo/widgets in Header #60022
    Sakin
    Keymaster

    @Pius: For header right section after adding site logo, we will fix it in Full Frame Pro version 3.0. But dropdown on any where in menu is not possible as it will conflict with menu dropdown. We will release this version within this weekend.

    Sakin
    Keymaster

    @Pius: Sorry for the delay. It will be by this weekend. We are doing final testing.

    in reply to: Chicago Pro breadcrumb after header image #60018
    Sakin
    Keymaster

    @Vidal: Looks like you have downloaded Catch Box Pro sample theme. You need to download Chicago Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/, here is it http://catchthemes.com/wp-content/uploads/2014/05/chicago-pro.zip

    Then you can add the code that I have given above. Also in your child theme, your functions.php have code like ' '. It shouldn’t have any code like that. See the code I have given above. It should look exactly like that.

    in reply to: Frozen Slider on Iphone #60016
    Sakin
    Keymaster

    Also add the following css in “Appearance = Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .cycle-slideshow .hentry.displaynone { display: none; }

    in reply to: Frozen Slider on Iphone #60015
    Sakin
    Keymaster

    @Mark: Right now when I check in from my iPhone, it’s working fine just after 2 second of loading.

    in reply to: complete document #60012
    Sakin
    Keymaster

    @Andreau: Sorry let me know what type of documentation are you looking for. Catch Evolution Pro currently is prices at $44.99 and you have simple theme instructions http://catchthemes.com/theme-instructions/, change log http://catchthemes.com/changelogs/, fast support http://catchthemes.com/support-forum/ and blog http://catchthemes.com/blog/.

    in reply to: complete document #60004
    Sakin
    Keymaster

    @Andreau: I am not sure which document at you looking for. If you are looking for theme instructions then you can view at http://catchthemes.com/theme-instructions/catch-responsive-pro/ and if you are looking for change log then you can view at http://catchthemes.com/changelogs/catch-responsive-pro-theme/. We don’t have any other documents.

    in reply to: Frozen Slider on Iphone #60003
    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.

    in reply to: Menu Colours #60002
    Sakin
    Keymaster

    @beatmaniaNZ: If you are using Catch Responsive Pro theme, then you can customize your menu color from “Appearance => Customize => Color Options” and for “Primary Menu” color, go to “Primary Menu Color Options” and change the Menu background color as per your need. You can either choose from color picker or add color code.

    If you still cannot find in then post in your site URL, I can check that what’s missing.

    in reply to: Featured Image takes over the header in posts #60001
    Sakin
    Keymaster

    @kathiejs: that option is there only in Pro version where you will get “Header Featured Image Options”. But in free version, you need to build child. For child theme and sample child themes, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and the add the following code in your child theme functions.php file:

    /**
     * Header Image
     */
    function catchevolution_featured_header() { 
    
    	if ( get_header_image() ) : ?>
    		<div id="header-image">
    			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    		</div>
    	<?php endif;	
    	
    } // catchevolution_featured_header
    in reply to: Breadcrumbs, change the background colour #59998
    Sakin
    Keymaster

    @Bert: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to change the background and text color of current breadcrumb item in most right box:

    #breadcrumb-list .breadcrumb-current {
        background-color: #000;
        color: #ddd;
    }
    Sakin
    Keymaster

    @tunedinapps: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide slider navigation and controllers.

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next, 
    #feature-slider .cycle-pager { 
        display:none;
    }

    Further, if you want to hide slider content as well then add the following css instead:

    #feature-slider .entry-container,
    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next, 
    #feature-slider .cycle-pager { 
        display:none;
    }
Viewing 20 posts - 3,261 through 3,280 (of 14,509 total)