Forum Replies Created

Viewing 20 posts - 6,941 through 6,960 (of 14,497 total)
  • Author
    Posts
  • in reply to: Header text not showing up #38925
    Sakin
    Keymaster

    @ChmsAdmin: I need your site URL to check in details. Are you using Catch Evolution Free Theme?

    There is 2 places that you need to check in if you have disable your Site Title and Tagline.
    1. First, go to “Appearance => Header” and then make sure you have checked in “Show header text with your image.”
    2. Second, go to “Appearance => Theme Options => Header Options” and make sire you have un-checked “Disable Site Title” and “Disable Site Description (Tagline)”

    in reply to: Change widget from template, no border no shadow ! #38888
    Sakin
    Keymaster

    @cartman: I don’t see that you are using Catch Box Theme. You are using different theme and this is not developed by us. So, sorry we don’t be able to support it.

    In Catch Box Theme, if you want to remove border, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget {
        border-bottom: none;
    }
    in reply to: CK Advertisement widget alignment #38885
    Sakin
    Keymaster

    Hi Ian,

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

    #supplementary #fourth .widget_catchkathmandu_adspace_widget {
        text-align: right; 
    }

    Regards,
    Sakin

    in reply to: Header image #38884
    Sakin
    Keymaster

    @jeddavis: It will automatically link to your site homepage. But if you want to change this URL to different then this option of custom url for header image is only available in Catch Evolution Pro version. Sorry, you need to upgrade it.

    in reply to: Change featured slider arrow color #38883
    Sakin
    Keymaster

    @greengiant:
    You can replace your old css

    /* For Slider Arrow Background Color */
    #main-slider #slider-nav a {
        background-color: #339933; /* Show a solid color for older browsers */	
    }
    #main-slider #slider-nav a:hover {
        background-color: #339933; /* Show a solid color for older browsers */
        background-color: rgba(51, 153, 51, 0.7);
    }

    With the following css:

    /* For Slider Arrow Background Color */
    #main-slider:hover #slider-nav a {
        background-color: #339933; /* Show a solid color for older browsers */
        background-color: rgba(51, 153, 51, 0.7);	
    }
    #main-slider #slider-nav a:hover {
        background-color: #339933; /* Show a solid color for older browsers */
        background-color: rgba(51, 153, 51, 1);
    }

    Note: I see that you have used Catch Kathmandu Free theme and have posted in question in Catch Kathmandu Pro theme support. Also you have remove the footer theme info Theme: Catch Kathmandu, which is not allowed in Free theme. We have option to remove this only in Pro version. In free version as per the license and terms of agreement, you are support to add it. Also this is not social as you are getting free theme and free support and we are only getting this link that also if you remove it then what is for us. Please add back.

    in reply to: Text editor help #38882
    Sakin
    Keymaster

    Hi Dona,

    It’s ok you can use that widget and add the css I gave you.

    It’s really easy to find the file URL of the images that you have in media library.
    Just go to “Media => Library” and then you will see all your images, then you can click “Edit” and you will see “File URL”. Just copy that URL. See this screenshot http://www.pinterest.com/pin/548594798332490272/

    Regards,
    Sakin

    in reply to: Updating to 1.8.5 from 1.2.1.1? Settings kept? #38824
    Sakin
    Keymaster

    @Consciousness: You will not loose anything that you have added in Theme Options panel, Appearance Header and Background.

    The update will only change the files inside catch-evolution directory. So, if you have edited or added any file inside catch-evolution directory then those edits will be reverted back to original.

    You don’t have to worry about Theme Options settings.

    in reply to: Change featured slider arrow color #38823
    Sakin
    Keymaster

    @greengiant: Post in your site URL so that I can check in what you have added in as I have already given you various css.

    in reply to: Change featured slider arrow color #38787
    Sakin
    Keymaster

    @greengiant:
    1) You can change the color code as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Slider Arrow Text Color */
    #slider-nav a {
        color: #ccc;
    }
    #main-slider #slider-nav a:hover {
        color: #fff;
    }
    /* For Slider 3 dots controllers colors */
    #controllers a {
        background-color: #fff;
    }
    #controllers a:hover, 
    #controllers a.active {
        background-color: #21759b;
    }

    2) You can change the color code as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Color for Homepage Headline */
    #homepage-message {
        color: #fff;
    }
    /* For Footer Copyright Text Color */
    #site-generator {
        color: #ccc;
    }
    /* For Footer Copyright Link Color */
    #site-generator a {
        color: #eee;
    }
    /* For Footer Widget Header Text Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #fff;
    }
    /* For Footer Widget Text Color */
    #supplementary .widget-area, #supplementary .widget-area a {
        color: #ddd;
    }

    3) You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        border-bottom: none;
    }
    in reply to: Text editor help #38741
    Sakin
    Keymaster

    Hi Dona,

    I see that you have added images in the widget using simple image widget ant that is why it is showing extra margin bottom of 30px. For image, you can use our own in-build 2. Catch Kathmandu: Advertisement where you can add image URL as per your need.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box and it will be same as our demo pages.

    .widget_simpleimage p.simple-image { 
        margin: 0; 
    }
    .widget-area .widget .simple-image a {
        display: block;
        line-height: 0;
    }

    Regards,
    Sakin

    in reply to: How to change the image of the featured slider? #38740
    Sakin
    Keymaster

    Hi Serena,

    This is responsive design theme and the font changes as per the devices you use to view your site. So, it’s not recommended to change it. If you change it then you need to change it for all.

    You can change the font in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    body, button, input, select, textarea {
        font-size: 16px;
    }
    @media screen and (max-width: 1024px) {
        body, button, input, select, textarea {
            font-size: 14px;
        }
    }
    @media screen and (max-width: 960px) {	
        body, button, input, select, textarea {
            font-size: 13px;
        }
    }
    in reply to: Continue Reading to Top #38739
    Sakin
    Keymaster

    @Asmal: This is default setting of WordPress. Read this http://codex.wordpress.org/Customizing_the_Read_More. There is two option to change this.
    1. Build child theme and add the following code in your child theme functions.php file.

    /* Prevent Page Scroll When Clicking the More Link */
    function catcheverest_remove_more_link_scroll( $link ) {
    	$link = preg_replace( '|#more-[0-9]+|', '', $link );
    	return $link;
    }
    add_filter( 'the_content_more_link', 'catcheverest_remove_more_link_scroll' );

    2. Or you can simple simply use the plugin like StripTease

    in reply to: Social Icons Hover Text #38738
    Sakin
    Keymaster

    @medicsontheball: Your changes looks fine and you will see changes automatically after 24 hours to clear the cache or you can manually clear it by changing anything in Theme Options panel and save changes.

    Note: Please don’t edit or add files inside catch-box-pro directory. As this folder will be reverted back to original when you update the theme and your edits will be lost. So, if you want to edit any core theme functions then you can build child theme and copy functions catchbox_social_networks in your child theme functions.php file and edit it there.

    in reply to: Change featured slider arrow color #38737
    Sakin
    Keymaster

    @Matthew: You can change the color code in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Slider Arrow Background Color */
    #slider-nav a {
        background-color: #21759b; /* Show a solid color for older browsers */
        background-color: rgba(33, 117, 155, 0.6);	
    }
    #main-slider #slider-nav a:hover {
        background-color: #21759b; /* Show a solid color for older browsers */
        background-color: rgba(33, 117, 155, 1);
    }
    /* For Slider and Footer Border Color */
    #main-slider { border-color: #1b5f7d; }
    #colophon { border-color: #1b5f7d; }
    in reply to: Featured Content Background Color #38709
    Sakin
    Keymaster

    2: The features post by default in inside the main wrapper. So, you will not be able to change the color of left and right side of featured content just from CSS. You need to hire the customizer and move the feature post before wrapper. But yes you can add #ccc color in between the featured post. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { background-color: #ccc; }

    If you want to have spaces in homepage message then try the following css.

    #homepage-message {
        background-color: #fff;
        border: none;
    }
    #homepage-message p { background-color: #ccc; }

    To add margin below the featured content, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { margin-bottom: 30px; }

    For detail customization, I recommend you to hire customizer http://catchthemes.com/hire-customizer/

    in reply to: Reducing space under paragraphs #38708
    Sakin
    Keymaster

    Hi Benedikt,

    For image with caption, you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .wp-caption .wp-caption-text, .gallery-caption {
        font-family: Arial, Helvetica, sans-serif;
    }
    .wp-caption .wp-caption-text:before {
        content: none;
    }
    .wp-caption .wp-caption-text {
        padding-left: 8px;
    }

    Regards,
    Sakin

    in reply to: Remove menu bar #38706
    Sakin
    Keymaster

    @Noman: Sorry you are not using our theme. So, I will not be able to help you. You need to post in theme authors support forum. We only support theme by CatchThemes.com

    in reply to: Images not showing on facebook when links posted. #38705
    Sakin
    Keymaster

    @jsmoriss: Thanks for your help.

    @Garthloc
    : Yes, WordPress don’t add Open Graph Image By Default. So, you need add in plugins as as suggested by js

    in reply to: Featured Content Background Color #38635
    Sakin
    Keymaster

    Hi Chip,

    1. Reduce the space between the Homepage Headline and Featured Content
    — You can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .blog #main { padding-top: 50px; }

    2. Color the surrounding background of the featured content area to be #cccccc
    — you have already changed that.

    3. Reduce the empty space at the bottom of the featured content boxes
    — You can adjust padding and margin as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .post { padding-bottom: 50px; }
    #featured-post p { margin-bottom: 40px; }

    4. Place an outline that surrounds the entire headline/feature content area
    — You can only separate headline but not featured Content area. Featured content area is linked with your latest post wrap. We cannot change this just with css. For this you need to build child theme and edit the placements though action hook.

    in reply to: How to change the image of the featured slider? #38634
    Sakin
    Keymaster

    Hi Qian,

    There is no margin above the menu bar. Your menu is just above the menu.

    For spaces in Homepage Headline, you can adjust the padding as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    Your footer content where it is copyright information. I see you have added in image which is taking spaces. Also there is padding which you can adjust as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #site-generator .site-info {
        padding-bottom: 30px;
        padding-top: 30px;
    }
Viewing 20 posts - 6,941 through 6,960 (of 14,497 total)