Forum Replies Created

Viewing 20 posts - 7,861 through 7,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: Blog is not working in new update #27486
    Sakin
    Keymaster

    @Artem: Sorry I am bit confused as you said it’s not working after theme update. But we haven’t change any settings in blog. Did you recently added or updated any plugin. Can you try disabling those plugins and check in.

    Then Please check your settings.
    1. For homepage to show latest post you need to go to “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings” and then “Enable Latest Posts or Page”, save changes.
    2. then to show the blog in http://anvilrosenkreuz.ru/blog/, you can go to “Settings => Readings”, select ” A static page (select below)” in Front page displays and in Posts page choose Blog page.

    in reply to: White Space under Header Image on iPhone #27485
    Sakin
    Keymaster

    @pomegranate22: I see that you have changed the css and that is why it is showing issue. Please remove the following css from “Appearance => Theme Options => Custom CSS” box.

    #page {
    	margin: 0 auto 0em;
    	max-width: 1000px;
    }
    #site-logo a {
        display: inline-block;
    }

    Then add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .logo-wrap {
        float: left;
    }
    #site-logo a {
        display: block;
    }
    in reply to: Active Menu Color #27478
    Sakin
    Keymaster

    @Jonathan: Nice 🙂

    in reply to: Footer image #27477
    Sakin
    Keymaster

    @medicsontheball: To add image in Copyright section. Then you first need to upload image from Media uploader “Media => Add New” and then copy the image URL and add the HTML code in Footer editor as
    <img src="your image url" alt="image title" />
    You can read more about image HTML code at http://www.w3schools.com/html/html_images.asp

    in reply to: Footer image #27400
    Sakin
    Keymaster

    @medicsontheball: You can add image in the Footer. Just drag and drop “Catch Box Adspace Widget” to you Footer Area One and then add image in the image URL. For alignment, do you want it center? You need to add in your site URL so that I can check in and send you the css.

    in reply to: social icon not visible in Chrome #27398
    Sakin
    Keymaster

    @jhuddleston: When I check in from Chrome, it is showing fine. Can you check in your Chrome extension, maybe some of your extension are blocking it. Try from another computer.

    in reply to: Just activated and cannot get Slider, Widgets to show #27396
    Sakin
    Keymaster

    @dbevarly:
    1. Go to “Appearance => Theme Options => Featured Slider => Slider Options” and then check to “Disable Slider Background Effect” and save it. I don’t see image distorted. Maybe it’s due to the effect.
    2. Yes, you can set page layout in individual page/post. This will overwrite the settings in Theme Options. Theme Options settings is for overall site and page/post is for individual page/post.
    3. You don’t need to change theme for this. You can simply install WP Display Header plugin, which will add Extra header options in your page/post to add different header in particular page.

    in reply to: Reduce and remove empty space #27342
    Sakin
    Keymaster

    @real_makkoy: You can reduce the font as per you need and add it in “Appearance => Theme Options => Custom CSS” box.

    #featured-post #featured-post-4 .entry-title {
        font-size: 20px;
    }
    in reply to: Post font color #27341
    Sakin
    Keymaster

    @Troy: It’s difficult for me as I cannot see your draft. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS
    box.
    #main .status-draft { color: #fff; }

    If this doesn’t work then you need to send me your screenshot.

    in reply to: Reduce and remove empty space #27339
    Sakin
    Keymaster

    @real_makkoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box to center the health disclaimer

    #featured-post #featured-post-4 {
        text-align: center;
        width: 100%;
    }
    in reply to: Reduce and remove empty space #27338
    Sakin
    Keymaster

    @real_makkoy: Simply add the following css in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { margin-top: 0; }

    in reply to: social link #27325
    Sakin
    Keymaster

    @Conrad: Sorry I don’t get it what you mean. Can explain in reference with your site URL.

    in reply to: Font size and spacing Catch Everest Pro #27323
    Sakin
    Keymaster

    @Kindbodesign: Generally we don’t recommend changing Font size and line spacing in responsive design site. You can change as per you need and add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    body,
    button,
    input,
    select,
    textarea {
    	font-size: 14px;
    }
    .entry-header .entry-title, 
    #homepage-message {
        font-size: 30px;
    }
    article.sticky .featured-sticky, .page-header, p, .featured-image, .entry-content table, .comment-content table, .widget.widget_catcheverest_social_widget, #content .searchform, .page-link, .single-attachment .entry-attachment img {
        margin-bottom: 40px;
    }
    }
    in reply to: Just activated and cannot get Slider, Widgets to show #27315
    Sakin
    Keymaster

    @dbevarly: Sorry for the trouble. I hope I will be able to make you happy.

    1. Featured Slider
    You are saying that you choose Featured Image Slider and uploaded 4 images but it is not showing. So, I will mention the steps and you can check in which one is missing.
    1.1. Go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then select “Featured Image Slider” in Select Slider Type and “Homepage / Frontpage” in Enable Slider and Save.
    1.2. Go to “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”. Then in Image add in Image URL and then link, title and content and Save.

    2. Widgets in Sidebar
    You are saying that your widgets are not displaying. When I check in your site, I see that you have selected “No Sidebar” layout. That is why it is not showing any sidebar. Go to “Appearance => Theme Options => Layout Options” and in “Default Layout”, you can select “Right Sidebar” and Save.

    3. Header
    This theme uses Custom Header and Logo. For logo you can go to “Appearance => Theme Options => Header Options” and then add in logo image URL in “Header logo url”. Then for custom header, you can go to “Appearance => Header” and upload the full width custom header image. But sorry there is no option to change header image just for one page.

    in reply to: Header Text Problem? #27302
    Sakin
    Keymaster

    @malipl: Are you using Catch Kathmandu Free Theme. Did you check in Theme Instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu/. 1. Is your Featured Slider and 2. Is your Homepage Featured Content

    1. Featured Slider:
    Catch Kathmandu Free theme only have option to use either Post Slider or Category Slider. Both of these are created to highlight your post. So, these slider takes Post Featured Images, Title and Excerpt Content.
    1.1. First create post from “Posts => Add New” and then add “Featured Image” in the post. In your post editor you will see the Featured Image module in the bottom right corner under Page Attributes. Click on Choose a Featured Image. Then you can either upload the image from your computer or select the existing image from your media library and click on Set Featured Image. Click to view screenshot
    1.2. Then Go to “Appearance => Theme Options => Featured Slider”. Then in Slider Options, you can select slider type as either “Post Slider” or “Category Slider”. If you select Post slider then you need to add in the post ID in “Featured Post Slider Options” and if you select Category slider then you need to select the category.

    2. Homepage Featured Content
    You can go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then add in the image url, title, content and link as per your need. Then click on Save Changes.

    in reply to: add image-icon before text in menu #27297
    Sakin
    Keymaster

    @Djapeto: Sorry i forgot that there is background color. Just replace previous css with the following.

    #header-menu .download a {
        background-image: url("http://demo.raznirecepti.com/demo/wp-content/uploads/2014/04/ciklama.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 25px;
    }
    in reply to: text widget padding #27294
    Sakin
    Keymaster

    @medicsontheball: The css I gave you should work fine. But once you make the padding 0. The width of the text widget get expanded to width 325px. So, you need to increase the width of your images.

    in reply to: add image-icon before text in menu #27273
    Sakin
    Keymaster

    @Djapeto: Remove your custom css and add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu .download a {
        background: url("http://demo.raznirecepti.com/demo/wp-content/uploads/2014/04/ciklama.jpg") no-repeat scroll left center transparent;
        padding-left: 25px !important;
    }
    in reply to: Indexing WordPress Blog (Catch Everest theme) #27259
    Sakin
    Keymaster

    @cking1980: WordPress site are automatically index in Google. The site verification if for Google Webmaster Tools. If you are trying to Work on Search Engine Optimization then you can install WordPress SEO by Yoast plugin. This plugin has SEO, XML sitemap, versification, social open graph and so on.

    in reply to: How to add numeric page numbers in simple catch theme? #27254
    Sakin
    Keymaster

    @Yu: You are not supposed to edit any core theme files. As we will be updating theme as we find bugs as well. So, best is to build child theme and move all the custom functions to your child theme functions.php file. Can you tell me the customization that you have done.

    We have changed template-tags.php, style.css, catchkathmandu-allmenu.min.js, catchkathmandu-menu.min.js and catchkathmandu-menus.php

Viewing 20 posts - 7,861 through 7,880 (of 14,497 total)