Forum Replies Created

Viewing 20 posts - 3,901 through 3,920 (of 14,509 total)
  • Author
    Posts
  • in reply to: Blog page set up #57052
    Sakin
    Keymaster

    @lorencowka: Yes, for open graph text and images. I suggest you to install WordPress SEO by Yoast Plugin. After you install that plugin you can go to “SEO => Social” from your WordPress Dashboard and configure it and further you can configure for your individual page/post with there WordPress SEO by Yoast metabox.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: center logo #57050
    Sakin
    Keymaster

    @Adriana:
    1. To center the logo you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #site-branding {
    width: 100%;
    text-align: Center;
    }

    2. The footer editor options is there only in Pro version. Where you can edit copyright information and all from “Appearance => Customize => Theme Options => Footer Editor Options”. For more about additional features in Pro version, you can check out theme instructions of Catch Responsive Pro at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Background Disappeared #57049
    Sakin
    Keymaster

    @Leonie: It shouldn’t be like that. We will check and fixed it in next version update 3.0. Can you go to “Appearance => Theme Options => Color Options”, check Reset Color and save changes.

    in reply to: Right sidebar width #57048
    Sakin
    Keymaster

    @tadej: Please don’t post in 2 places. It will be difficult for us to manage it. This question has already been answered in http://catchthemes.com/support-forum/topic/width-of-the-right-sidebar/

    in reply to: Transparent Header #57047
    Sakin
    Keymaster

    @njw499: Sorry this is not the theme developed by Catch Themes and we are not are how it is build. So, please ask in the theme developer’s support forum.

    in reply to: Word "Menu" Next to Menu Icon #57044
    Sakin
    Keymaster

    @JDC: Nice Joe… Thanks

    in reply to: Restrict mobile menu to display top-level pages only #57020
    Sakin
    Keymaster

    @Kristin: Sorry this is beyond theme customization. It’s from tinynav and select box. So, you might want to take help from there or hire Javascript developer to work on it.

    in reply to: header image #57018
    Sakin
    Keymaster

    @Kingfisher: I see that you are directly edited files inside core theme directory catch-evolution folder. All the files edits will be reverted back to original when you update or upgrade the theme. So, if you want to edit core theme files then you need to build child theme and edit it. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/

    About the Header Image, you can add that from “Appearance => Header”, then upload then images as per your need and to random it, you can select Randomized and save & publish it.

    in reply to: Second Language in Featured Slider #57010
    Sakin
    Keymaster

    @Roberto: It’s same for Catch Everest Pro theme as well. Just build child theme and then add the following code in your child theme functions.php file.

    /**
     * Template for Ceceppa Multilingua Invalid Cache
     */
    function catcheverest_ceceppa_invalidcache() {
    	delete_transient( 'catcheverest_post_sliders' );
    	delete_transient( 'catcheverest_page_sliders' );
    	delete_transient( 'catcheverest_category_sliders' );
    	delete_transient( 'catcheverest_image_sliders' );
    	delete_transient( 'catcheverest_homepage_featured_content' );
    	delete_transient( 'catcheverest_homepage_headline' );
    	delete_transient( 'catcheverest_footer_content_new' );
    }
    
    add_action( 'after_setup_theme', 'catcheverest_ceceppa_invalidcache' );
    in reply to: Dissable link to article in the Feature Slider #57009
    Sakin
    Keymaster

    @Robert: Yes, just add title and it will replace that with your title.

    in reply to: Resize woocommerce product feature image #57008
    Sakin
    Keymaster

    @Sunyata: Thanks for the update.

    in reply to: Remove dark box on menu home page #57006
    Sakin
    Keymaster
    in reply to: Home Page Content #57005
    Sakin
    Keymaster

    @Wendy: Looks like you have already fixed it. To show static page in homepage you can go to “Settings => Readings”, then in “Front page displays”, you need to check “A static page (select below)” and then in “Front page:” select the page which you want to show in homepage and in “Posts page:” select the page which you want to show your blog posts.

    in reply to: Post Page Header Image #57002
    Sakin
    Keymaster

    @dachsiehaven: That is default function of WordPress header image. I will replace the header image with Featured Image. If you want same image in Header Image, then you have that option only in Pro version where you can change header image option from “Appearance => Theme Options => Header Featured Image Options”. But in this free version, you need to build child theme. For child theme, please refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then add function in your child theme functions.php file. For more check this thread http://catchthemes.com/support-forum/topic/featured-image-on-post-now-appearing-as-header-image-on-post/

    in reply to: Posts on frontpage #56995
    Sakin
    Keymaster

    @guuskoning: Go to “Appearance => Customize => Theme Options => Layout Options” from your WordPress Dashboard and then in “Archive Content Layout”, you need to select “Show Full Content (No Featured Image)” and then “Save & Publish”.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Move Secondary Menu Above Site Logo Image #56991
    Sakin
    Keymaster

    @forgivengraphics: After you move the menu, you need to adjust the css accordingly. Share your site URL once you change it. So, that I can check in.

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Page Tittles & Featured Image Slider Tittles #56990
    Sakin
    Keymaster

    @luismarioochoa: There is issue you with your custom css. Find the following css:
    .page.entry-title{display: none;}

    Then replace it with the following:
    .page .entry-title { display: none; }

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Responsive not working #56987
    Sakin
    Keymaster

    @Dona: You already have image and now for background, you can check the following css:

    .page-id-277 .container {
        background: url("Your-image-url") no-repeat scroll 0 0 transparent;
    }

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Left sidebar width #56986
    Sakin
    Keymaster

    @rkmoonak: Then you can replace the above css with the following css:

    @media screen and (min-width: 960px) {
        .two-columns #primary { width: 76%; }
        .two-columns #secondary { width: 22%; }
    }

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    in reply to: Mistake #56985
    Sakin
    Keymaster

    @Sheila: Sorry that are are not able to respond you on time as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    Don’t worry. You can simply remove that theme from your other site and then install it in your new site. You can download the theme from your account at http://catchthemes.com/my-account/. Installation instruction can be found in http://catchthemes.com/theme-instructions/catch-responsive-pro/

Viewing 20 posts - 3,901 through 3,920 (of 14,509 total)