Forum Replies Created

Viewing 20 posts - 6,181 through 6,200 (of 14,497 total)
  • Author
    Posts
  • in reply to: remove extra space & add to my font options #45430
    Sakin
    Keymaster

    @Mary: You can change the site title color from “Appearance => Header” and select color in Text Color and save changes.

    Comic Sans MS Bold is not GPL font to be added in Theme. We are not allowed to add it. Also it is not good approach to add font for just site title. If you want site title look different, then I suggest you to use “Header Image” instead of text. For that you can go to “Appearance => Header” and upload your header image and then un-check ‘Show header text with your image’ to remove the text.

    For space I don’t get it. Can you be more specific and show me in which page you have that issue.

    in reply to: Paths #45429
    Sakin
    Keymaster

    @Ivan: This is more of WordPress question, so it will be better and you will get fast response in WordPress Support Forum. As per my knowledge, you can set custom permalink structure as
    /%category%/%postname%/

    in reply to: Breadcrumbs plugin | recommended plugin for Kathmandu #45428
    Sakin
    Keymaster

    @Ivan: You can just active ‘Breadcrumb NavXT’ plugin and it will work automatically. We have support for this plugin in Catch Kathmandu Theme.

    in reply to: Featured slider? #45427
    Sakin
    Keymaster

    @PoulKristensen: You are using Catch Kathmandu Free theme, then you only have option to use “Featured Post Slider” for that you need to create new post and add in featured image in your post and then add your post ID in “Appearance => Theme Options => Featured Slider => Featured Post Slider Options”

    You can check out Catch Kathmandu theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/ for detail instruction. We also have Video screencast showing Post Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    Sakin
    Keymaster

    @Kathleen: Need to check in your site URL. Post in your site URL. For now, you can try the following css.

    #access div {
        display: block;
        text-align: center;
    }
    #branding ul.menu li {
        display: inline-block;
        float: none;
    }
    #branding ul.menu ul {
        text-align: left;
    }
    in reply to: Change background & favicon #45425
    Sakin
    Keymaster

    @bigvikingal: Thanks for the access and it’s was correct. The issue was with your Cache in WP Super Cache. It’s not enough to deactivating WP Super Cache to delete the cache. You need to clear the cache from it’s settings. Then if you don’t want then you can deactive it after you delete cache. I have emailed you the screenshot of how to delete cache from WP Super Cache plugin.

    in reply to: Replace WordPress footer credit with Designer credit? #45398
    Sakin
    Keymaster

    @catwingz: Sorry to edit the footer copyright information, you need to upgrade to Pro version where you can do that from “Appearance => Theme Options => Footer Editor Options” for more info about Pro version, check our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: banner image size and spacing, empty menu box #45397
    Sakin
    Keymaster

    @Caspar Clemens:
    For 1 and 2. you can just add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-content,
    #branding .logo-wrap {
        margin: 0;
    }

    For 3, it’s bit tricky and I am not sure it will work on not. As this theme is not designed to make it 100% width menu. So, try to add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1001px) 
        .wrapper { width: 978px; }
        #access ul li a { padding: 0 17px; }
        #access ul li.page-item-4034 a { padding: 0 13px 0 14px; }
        #access ul li.page-item-4034 { border-right: none; }
    }
    in reply to: increasing file size limit? #45394
    Sakin
    Keymaster

    @EdG: This is not related to theme and it’s related to your Website Hosing Server. For that you need to increase the upload size in your hosting server. So, please contact your Website Hosting Server Support and ask them to increase it to 50MB and you will be able to upload video of 50MB.

    in reply to: Change background & favicon #45393
    Sakin
    Keymaster

    @bigvikingal: Sorry I won’t be able to check in detail with your site only. I need to check in your server. So, I will send you personal email and you can reply me there.

    in reply to: Posts at Featured Slider #45385
    Sakin
    Keymaster

    @Ivan: Sorry you cannot set different image, but you can choose the image size that will display in your archive page. For that go to “Appearance => Theme Options => Content Featured Image Options” and choose the image size that you like and save changes.

    in reply to: Change background & favicon #45383
    Sakin
    Keymaster

    @bigvikingal: Sorry, I am not talking about browser cache. I am taking about the Cache generated from ‘WP Super Cache’ plugin installed in your site. So go to that plugin setting and clear the cache.

    in reply to: Update to 3.2 #45374
    Sakin
    Keymaster

    @Heinz: You need to download theme from your account at http://catchthemes.com/my-account/ and update the theme with the help of Catch Updater Plugin http://catchthemes.com/wp-plugins/catch-updater/. Update instruction is mention in that plugin page.

    in reply to: social buttons #45373
    Sakin
    Keymaster

    @Katha: You can use Facebook and Twitter widget and add in the sidebar. Take a look at JetPack plugin, Extra Sidebar Widget module http://jetpack.me/support/extra-sidebar-widgets/.

    in reply to: full width main menu #45351
    Sakin
    Keymaster

    @tboslett: You have added so many css. So, can you try adding the following css so that your menu item with take the width that you have assigned.

    #header #mainmenu ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    in reply to: Posts at Featured Slider #45350
    Sakin
    Keymaster

    @Ivan: In Catch Kathmandu Pro, if you want posts to automatically add in Slider then you have to go to “Appearance => Theme Options => Featured Slider => Slider Options” and then select slider type as “Category Slider” and save changes. Then go to “Appearance => Theme Options => Featured Slider => Featured Category Slider Options” and select the category.

    Note: after you select the category, make sure that the post in that category have featured image. As this category slider take the post featured image, title and excerpt text. For adding featured image, see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    For more, check our theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Change background & favicon #45349
    Sakin
    Keymaster

    @bigvikingal: Please post in our site URL. Also check in if you have any cache install, then you need to clear your cache to see the changes when you logout.

    in reply to: PRIMARY MENU IS NOT VISIBLE??? #45348
    Sakin
    Keymaster

    @innovationlabs: Have you Disable Header Right Sidebar from “Appearance => Theme Options => Header Options”. As this will disable your Primary menu as primary menu is supposed to me added in Header Right Section. If you want below your menu above the slider, then it should be added as Secondary Menu.

    in reply to: Logo / site-title centred over the full width in one line #45347
    Sakin
    Keymaster

    @Johannes: Replace your custom css with the following css:

    .logo-wrap {
        display: inline-block;
        width: 100%;
    }
    #site-logo, #hgroup {
        display: inline-block;
        text-align: center;
        float: left;
    }
    #site-logo { width: 16%; }
    #hgroup { width: 84%; }
    in reply to: Responsive issue in IE #45317
    Sakin
    Keymaster

    @offirkeren: Again you have table in that page content which is not responsive. I have already answered this question, you need to use responsive table plugin or responsive columns plugin, if you want to use table structure.

    Also I don’t understand why need to add that content in table format. You can just add it normally using image and text.

Viewing 20 posts - 6,181 through 6,200 (of 14,497 total)