Forum Replies Created

Viewing 20 posts - 2,961 through 2,980 (of 14,509 total)
  • Author
    Posts
  • in reply to: How to increase content area width? #61439
    Sakin
    Keymaster

    @SeekingEscape:
    1. Your post width is already 860px so what to you mean by increase to 550-600px
    2. You sidebar width is actually 360px with 30px padding left and 30px padding right.

    So, I am still confused. I think you should just use percentage that I have posted in above.

    in reply to: Featured Image Slider Stopped Working #61438
    Sakin
    Keymaster

    @svoelker: Thanks for sharing 🙂

    in reply to: Color options for "dark" theme #61437
    Sakin
    Keymaster

    @ginabrasseur: Yes, sure we are working on moving all the theme options panel to theme customizer and will fix this as well. Thanks for your feedback.

    in reply to: custom title on the top of the page #61436
    Sakin
    Keymaster

    @Mikhail: It’s same, you need to change that in catchresponsive_site_branding() function.

    in reply to: Make featured content larger #61430
    Sakin
    Keymaster

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

    .home #main {
        padding-left: 2%;
        padding-right: 2%;
    }
    #featured-post .post {
        margin-left: 2%;
        width: 49%;
    }
    in reply to: Featured Content Background Image #61429
    Sakin
    Keymaster

    @Kittelberger: Sorry that is IOS issue and I don’t have fix to that.

    in reply to: Blog Featured Image #61428
    Sakin
    Keymaster

    @Daniel: Sorry I am bit confused about your question. So, can you explain in reference with your site URL>
    To change the layout of latest post in homepage, you can go to “Appearance => Customize => Theme Options => Layout Options” and change “Archive Content Layout”.

    in reply to: Post listing Missing in Blog Archive #61427
    Sakin
    Keymaster

    @amyfanton: Yes, I see your blog has right sidebar http://www.fantonphotography.com/london-family-photographer-blog/.

    Then you might be taking about single posts like http://www.fantonphotography.com/hyde-park-family-photography/. This will take the default layout set in “Appearance => Theme Options => Layout Options => Sidebar Layout Options”. But if you want to change layout to any specific page or post. Then you need to edit those posts and pages, where you will see “Catch Everest Options” below your content editor. You can change the “Sidebar Layout” from there.

    in reply to: Add menus #61426
    Sakin
    Keymaster

    @amyfanton: Yes, you can create any number of custom menus from “Appearance => Menus” and then you can assign menu in theme location such as Primary and Footer from “Appearance => Menus => Manage Locations”. Further, you can add “Custom Menu” widget to your sidebars from “Appearance => Widgets”.

    For more about custom menu, see this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: 'twitter_link' is missing #61425
    Sakin
    Keymaster

    @tzpazifist: I don’t see twitter link missing. But I see that you have enter wrong twitter URL https://twitter.com/tzpazifist which you need to correct it from “Appearance => Customize => Social Links => Twitter”

    in reply to: Center featured content title #61424
    Sakin
    Keymaster

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

    .featured-content-wrap .entry-header { text-align: center; }

    in reply to: Update failure to 3.0 #61423
    Sakin
    Keymaster

    @Paul: The update of Premium/Pro theme will not work like that as these theme are not hosted in WordPress.org. So, for this you need to follow instruction mentioned in theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/

    If you want to update from WordPress Dashboard, then first you need to install plugin Catch Updater. You can download this plugin from http://catchthemes.com/wp-plugins/catch-updater/ and install it from “Plugins => Add New => Uploads”

    Then download the latest version of Catch Flames Pro zip file from your account at http://catchthemes.com/my-account and then upload it from “Appearance => Themes => Add New => Uploads”

    in reply to: header height and menu blocks #61419
    Sakin
    Keymaster

    @Cattext:
    1. In Adventurous Free theme slider, it take the image size of Width: 1600px and Height: 600px. But if the image is smaller then this, then it will take your default image. So, when you add featured image, just upload the image with the size of 1600px width and 400px height. Please post in your site URL so that I can check in.

    2. I don’t know what type of colored blocks are you trying to implement it. So, can you add in your site which is using Catch Kathmandu theme.

    in reply to: Remove Page Link from Menu bar #61418
    Sakin
    Keymaster

    @sant009m: Looks like you are using Default page menu, which will add in all your published pages. So, add just selected page,category and links. You need to create custom menus from “Appearance => Menus” and add in the pages you want. Then you can assign then menu to your theme location from “Appearance => Menus => Manage Locations”.

    For more about custom menu, check out http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Post Thumbnail / Post image: size and float #61417
    Sakin
    Keymaster

    @Miriam: Nice that you solve it without assistance 🙂

    in reply to: Double image on pages #61415
    Sakin
    Keymaster

    @Dolomie: One is Header Featured Image, which you can control it from “Appearance => Customize => Header Image =>Enable Featured Header Image on” and another in Single page/post featured image, which you can control it from “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout”. So you can decide which one you need to disable it.

    in reply to: Featured Slider without link on image #61414
    Sakin
    Keymaster

    @Dolomie: Sorry that option is not there. For that, you need to build child theme and then copy fullframe_page_slider() from fullframe-featured-slider.php file to your child theme functions.php file. Then remove the link from the image.

    in reply to: Having problems adding two images on my contact us page #61391
    Sakin
    Keymaster

    @Joseph: Please post in your site URL so that I can check in. When you insert image to your page, make sure that you are using appropriate image size. See this screenshot https://www.pinterest.com/pin/548594798336717816/ for image size and other option that you need to check before inserting your image in your page.

    in reply to: Prevent every 'page' from showing on header #61390
    Sakin
    Keymaster

    @Alex: Looks like you are using default page menu which will automatically add your pages in menu. In this case, you can create custom menus from “Appearance => Menus” and then add menu items as per your need. Then you can assign that menu to theme locations from “Appearance => Menus => Manage Locations”. After you create custom menu, you can also add those menu in widget areas from “Appearance => Widgets” and adding custom menu widget.

    You can also check this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Top header fixed navigation bar misbehaving #61388
    Sakin
    Keymaster

    @Paul: I see your site and looks like you have changed the script for header or any additional script that is conflicting with our custom header script. So, to find that, you need to track what are you recent changes. If you have added any new plugin or script then try disabling that one by one to check in the conflicting plugin. Or if you have added in any new script then try removing that.

    Note: We are in state of emergency due to earthquake. So, I couldn’t reply you earlier due to power outage. Please don’t use hard language in public forum.

Viewing 20 posts - 2,961 through 2,980 (of 14,509 total)