Forum Replies Created

Viewing 20 posts - 3,221 through 3,240 (of 14,507 total)
  • Author
    Posts
  • in reply to: How to load a featured image in slider position #60182
    Sakin
    Keymaster

    @oleymedia:
    1. In Catch Responsive Pro theme, you can enable Slide only in Homepage.
    — Go to “Appearance => Customize => Featured Slider => Featured Slider Options” and select “Homepage / Frontpage” from “Enable Slider on” options
    2. Then you can enable header image excluding homepage
    — Go to “Appearance => Customize => Header Image” and select “Excluding Homepage, Page/Post Featured Image” from “Enable Featured Header Image on” options
    3. Now, add featured image in your page/posts. See this for adding featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ . As these featured image will be displayed in that page/post display. If those post don’t have featured image then it will load default image set in “Appearance => Customize => Header Image”
    4. Now to move header image below menu, go to “Appearance => Customize => Header Image” and select “After Menu” from “Featured Header Image Position” options

    in reply to: Remove header search box #60181
    Sakin
    Keymaster

    @Maverick87Shaka: The easy way to remove those search will be to upgrade to pro version. If you upgrade to pro version, you will get header right sidebar option which will allow you to remove or add any other widgets in that section. Also, you have option to remove search in primary menu.

    But in Free version, this option in not there. So, first you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    Then copy catchresponsive_header_right() from catchresponsive-structure.php file and then remove the whole search search. Then to remove search from primary menu, you can copy catchresponsive_primary_menu() from catchresponsive-menus.php file and the remove the search.

    in reply to: Disable and Remove Search Function #60162
    Sakin
    Keymaster

    @kimakaze: Which search you want to remove it? Please post in your site URL and Explain. To remove it you need to create child theme and edit code directly. For child theme and sample child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Scroll problem and Mobile menu #60161
    Sakin
    Keymaster

    @Les: Sorry you site needs to be live for me to check in then only I can provide you support.

    in reply to: Archive and Calendar widget appearance #60160
    Sakin
    Keymaster

    @Michaela: First, add the following css in “Appearance => Theme Options => Custom CSS” box and it will look better.

    .screen-reader-text {
    	clip: rect(1px, 1px, 1px, 1px);
    	position: absolute !important;
    	height: 1px;
    	width: 1px;
    	overflow: hidden;
    }

    If you want to create link then you can add in “Text Widget” to your Footer Area and then add HTML link. See this http://www.w3schools.com/html/html_links.asp

    in reply to: How to create a distraction free landing page? #60159
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page-id-5384 #masthead,
    .page-id-5384 #colophon { display: none; }
    in reply to: "Home" at the bottom of homepage #60158
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .home .content-sidebar-wrap { display: none; }

    in reply to: Catch – Base : Mobile Menu when using Polylang #60156
    Sakin
    Keymaster

    @Paltorn: Looks like you have customize the theme and change the footer.php file and that is why it is creating problem.

    in reply to: Call to action Button #60155
    Sakin
    Keymaster

    @Caitlin For slider background and border color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main-slider {
        background-color: #21759b;
        border-color: #1b5f7d;
    }
    in reply to: Gallery images – increase number #60154
    Sakin
    Keymaster

    @Cybersnaby: For gallery, you can go to “Galleries => Add New”. If you are talking about Gallery Archive, then number of post is controlled from “Settings => Readings”. But for single post, it will show all the images uploaded.

    Sakin
    Keymaster

    @Pius: String translation will show the items that you have entered. It will not show the demo. So, make sure you add in the text first from “Appearance => Customize” and then only check string translation.

    in reply to: fixed header top #60120
    Sakin
    Keymaster

    @aparente001: It’s not possible with your child theme as I will not have same settings. Can you create test site or let me know once your site is live. Then I can check in.

    in reply to: Error 404-Page NOT Found #60119
    Sakin
    Keymaster

    @directorG: For this, I need to check your settings. So, I will email you directly and you can reply me there.

    in reply to: Linked text doesn't show on the Featured Page #60118
    Sakin
    Keymaster

    @alexch: Ok I think I understand your question. You mean that the link in “Featured Page Content” is not being displayed. For that, go to “Appearance => Customize => Featured Content”, then in “Display Content”, you need to select the option “Show Full Content”. This will show your page whole page as it is in single page. Now, you can edit those page and split content using more tag <!--more-->. For more about more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

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

    @Andreau: For that you can just go to “Appearance => Customize => Theme Options => Layout Options” and in “Single Page/Post Image Layout”, you need to select “Disabled”

    in reply to: traduction of Home in breadcrumb #60116
    Sakin
    Keymaster

    @Andreau: Oh that is mistake from our user translation. For now, you can go to you languages folder inside catch-responsive-pro folder. Then open file language file fr_FR.po with free software http://poedit.net/ and change text for home. We will update this in new version update.

    Sakin
    Keymaster

    @calchandoman: Ok you can add the following css in “Appearance => Theme options => Custom CSS” box:

    #feature-slider, #header-featured-image {
        margin-top: 0;
    }
    in reply to: How to remove custom color settings #60105
    Sakin
    Keymaster

    @oleymedia: Hum for that I need to check in your color setting in your server. So, I will email you and then you can reply me there.

    in reply to: "Featured Image Content" are under "featured slider" #60104
    Sakin
    Keymaster

    @Mark: Yes, Catch Kathmandu Pro is WPML. It was checked by WPML plugin team and assured WPML ready https://wpml.org/theme/catch-kathmandu-pro/. Can you ask in WPML plugin support forum. I cannot find this issue.

    Sakin
    Keymaster

    @claudiac7:
    1. We have designed like that. But if you want full width then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    @media screen and (max-width: 768px) {
    	.site,
    	.no-sidebar.one-column .site {
    		width: 100%;
    	}
    }

    2. This option is there only in pro version.

Viewing 20 posts - 3,221 through 3,240 (of 14,507 total)