Forum Replies Created

Viewing 20 posts - 8,281 through 8,300 (of 14,497 total)
  • Author
    Posts
  • in reply to: Header, Logo and Page Width #22987
    Sakin
    Keymaster

    @henry2014: this theme has option to upload one “header image” and another “logo image”. You can add header image from “Appearance => Header” and you can add logo image from “Appearance => Theme Options => Header Options => Logo URL”.

    Header text and logo image will have link to your homepage but not header image.

    in reply to: Header, Logo and Page Width #22984
    Sakin
    Keymaster

    @henry2014: About white areas at the top. It’s from your header image itself. See your header image http://guwli.georgetown.edu/wp-content/uploads/2014/03/cropped-header-logo.png , it has white spaces.

    About the link, you cannot add link in header image, You need to add this image as logo.

    in reply to: Header image map #22983
    Sakin
    Keymaster

    @tkabe: Header map will not work properly as this is responsive design theme and the position changes as per the screen size.

    The best option is to upgrade To Catch Everest Pro theme and add the image from “Appearance => Widgets” to header top sidebar.

    But for Catch Everest Free theme, you need to build child theme and created functions.php file in your child theme and add the following code

    <?php
    function catcheverest_child_headerimage() {
    	echo '<a href="http://calprogramsautistic.org/support/2014_fundraiser/" title="Fund Raiser" class="fund-raiser"><img src="http://calprogramsautistic.org/wp-content/uploads/2014/03/copy-CPA_header_fundraiser.jpg" title="Fund Raiser" /></a>';
    }
    add_action( 'catcheverest_hgroup_wrap', 'catcheverest_child_headerimage', 5 );
    in reply to: spacing between the slider modules on the right #22981
    Sakin
    Keymaster

    @Sevian: can you send me your site URL and then send me details of color that you want to change to. Then I can check in.

    in reply to: Header, Logo and Page Width #22906
    Sakin
    Keymaster

    @henry14: Sorry I don’t get it what you mean, do you meant that you want it to be wrapped inside the wrapper? Then you are using the wrong the. This mean you wanted to add Logo not the header image. So, in this case. remove the previous css and follow the step below.
    1. Go to “Appearance => Theme Options => Header Options”. Then just copy your header image URL http://guwli.georgetown.edu/wp-content/uploads/2014/03/cropped-header-logo.png or upload it from Logo url.
    2. Disable Site Title and Disable Site Description (Tagline) and enable Header Logo and save changes.
    3. Then Go to “Appearance => Header” and remove the header image.
    4. Then you can remove the header right sidebar by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-right { display: none; }

    in reply to: Qtranslate and featured slider #22898
    Sakin
    Keymaster

    @jmb500: At this stage we are going to release qTranslate support for Catch Everest Pro and Catch Kathmandu Pro and expected released date is within 1st of April.

    in reply to: Header image map #22897
    Sakin
    Keymaster

    @tkabe: I don’t get it why you want to use Map in Header. Can you explain it so that I can suggest you appropriately. Also where in header you want to add in . Maybe sample screenshot.

    in reply to: Header, Logo and Page Width #22896
    Sakin
    Keymaster

    @henry14: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    #header-content { display: none; }

    in reply to: spacing between the slider modules on the right #22822
    Sakin
    Keymaster

    @Sevian: The following css can be use to change the border color
    #secondary .widget { border-color: #ddd; }

    in reply to: Posts Page (Static Front Page) – clarification #22811
    Sakin
    Keymaster

    @sbartsch: Can you go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and un-check “Exclude Slider post from Homepage posts?” and save changes.

    in reply to: Header Image and Social Icons #22810
    Sakin
    Keymaster

    @Melanie: Oh I got it now. I see that you have merge your logo and header image in a single image. Here is my suggestion. First make your large header image in two, 1 will be all in one mom logo and 2 will be the images, header image. Then,
    1. First go to “Appearance => Theme Options => Header Options” and upload just logo in “Logo url” and save changes.
    2. Then go to “Appearance => Header” and upload your large header image.

    in reply to: spacing between the slider modules on the right #22799
    Sakin
    Keymaster

    @Sevian: You can adjust the margin bottom as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { margin-bottom: 30px; }

    in reply to: Posts Page (Static Front Page) – clarification #22798
    Sakin
    Keymaster

    @sbartsch: Oh so you want your page to show the blog. Then go to “Settings => Readings” in your WordPress Dashboard. Then in “Front page displays”, click on “A static page (select below)” and in “Posts page:” select the page in which you want to show the blog in.

    in reply to: Header Image and Social Icons #22796
    Sakin
    Keymaster

    @Melanie: You site is currently under construction and cannot check in.

    in reply to: Update Everest Pro #22794
    Sakin
    Keymaster

    @Ancestral0: This issues is handle by our sales and account team. You can contact them directly at http://catchthemes.com/contact-us/. For now, I have asked them to email you. So, you will be getting email soon.

    in reply to: Multiline Menu? #22766
    Sakin
    Keymaster

    @Bookmama: I hoe you are know that you can build custom menus from “Appearance => Menu”. Then in Navigation Label you can add in <br /> code. See the screenshot http://www.pinterest.com/pin/548594798331595274/

    Post in your site URL for more support.

    in reply to: Costumize "continue reading" #22761
    Sakin
    Keymaster

    @Irina: Go to “Appearance => Theme Options => Excerpt/More Tag Settings” and then change the “More Tag Text” and save changes.

    in reply to: image widgets not recognised by SEO? #22757
    Sakin
    Keymaster

    @Mark: Sorry can you post this question in WordPress SEO plugin forum. All image in media should be fine. Also SEO checks for image alt tag. So, I don’t get the issue.

    in reply to: Do not show selected information category #22755
    Sakin
    Keymaster

    @Sevian: Thant’s category header. If you have posted your site URL then it would have been easy for me to check in. Can you try to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .archive .page-header { display: none; }

    in reply to: Header Image and Social Icons #22754
    Sakin
    Keymaster

    @Melanie: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding: 0; }
    #sidebar-header-right #social-search,
    #sidebar-header-right .social-profile ul li {
        margin-bottom: 0;
    }
Viewing 20 posts - 8,281 through 8,300 (of 14,497 total)