Forum Replies Created

Viewing 20 posts - 11,601 through 11,620 (of 14,498 total)
  • Author
    Posts
  • in reply to: Customise bullets #11279
    Sakin
    Keymaster

    @Potzas: I don’t get it which one are you referring to. Maybe you can show me the page where you have added that bullet and how you want to change it.

    in reply to: Extra White Space above Footer #11260
    Sakin
    Keymaster

    @maklbacon: Your site look nice. Thanks.
    1) On every page except the home page there is a white bar above the footer. How can I get ride fo that?
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site-content article { display: inline-block; }

    2) On the home page I can not get the setting to change the Headline background to work? I changed homepage Headline Background Color under Color Options, but it is still white.
    — For homepage heading. I see that you have already change the color from plugin “Theme Tweaker” so that is overwriting your Theme Options color changes. I found the following from Theme Tweaker in your site.
    #homepage-message {background-color: #FAFAFA;border-bottom: 1px solid #E6E6E6;border-top: 1px solid #E6E6E6;color: #404040;}

    in reply to: can´t upload images as featured image #11259
    Sakin
    Keymaster

    @vickygeek: The size of the image is width 1140px and height flexible.

    in reply to: Hyperlink in gallery image #11258
    Sakin
    Keymaster

    @Nixos: Sorry I don’t get it which gallery are you talking about. I see that you have link in the picture. Can you explain bit more.

    in reply to: Change header size #11257
    Sakin
    Keymaster

    @Patrick: Sorry, I don’t understand your request. I just check in your site and see that you have one large header image http://steffenhalm.de/wp-content/uploads/2013/06/cropped-Header_V7.jpg

    So, can you tell me what are you trying to do with this. Since your site width is 990px. I recommend you not to upload the header image larger than 990px. You can change the header image from “Appearance => Header”

    in reply to: Resize the featured image inside a post #11256
    Sakin
    Keymaster

    @Anja0625: It’s because of the following CSS in your Custom CSS box. Remove the following css from “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {height:400px;}
    #main-slider .entry-header {height:400px;}
    in reply to: slide #11255
    Sakin
    Keymaster

    @vickygeek: that should be your server issue. This message is not from the theme.

    in reply to: slide #11244
    Sakin
    Keymaster
    in reply to: uploading images to slide #11243
    Sakin
    Keymaster
    in reply to: without slide #11242
    Sakin
    Keymaster

    @vickygeek: In Catch Everest Free theme there is not image slider where you have just add single image or multiple images. In Catch Everest Pro theme, there is option to upload the image, through Image Slier. Just upload only 1 image and there won’t be slider. See theme instruction for more details http://catchthemes.com/theme-instructions/catch-everest-pro/

    In Catch Everest Free theme, there is Featured Post Slider. Yes, you can add only one post as Featured Post Slider, so it will only have one image.

    Follow the instruction below to add the Featured Post Slider.
    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You can also find the Post is in All Posts section. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.

    in reply to: No images #11241
    Sakin
    Keymaster

    @philipharper: You need to insert the image after the upload. Also you wan highlight the image by adding it as featured image.

    For adding image, see this http://en.support.wordpress.com/images/
    For featured image, see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: RSS Feed Widget #11239
    Sakin
    Keymaster

    @Derek: Which plugin are you using? This is not theme related issue, so I won’t be able to help you out. This is more of Hosting Server memory issues. Check this out http://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-2

    in reply to: Logo positioning relative to menu #11238
    Sakin
    Keymaster

    @mohossain: You can add the following CSS.
    .site { overflow: visible; }

    in reply to: change " posted on" line in post #11235
    Sakin
    Keymaster

    @klhaight: I don’t see issue in your site. Nice customization.

    in reply to: Logo positioning relative to menu #11233
    Sakin
    Keymaster

    @mohossain: I check in your site and the logo looks fine. It’s not getting cut off.

    in reply to: Font size and bold #11232
    Sakin
    Keymaster

    @DesignerD: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box

    @media screen and (min-width: 1000px) {
    .entry-header .entry-title { font-size: 30px; }
    }
    in reply to: CSS/HTML for Text widget not working #11231
    Sakin
    Keymaster

    @aceenrichment: You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the font size.

    #header-right h1 { font-size: 26px; }
    #header-right h2 { font-size: 24px; }
    #header-right h3 { font-size: 20px; }

    Second, if you want to do it inline the it will be as:

    <h3 style="color: #808080; font-size: 26px;">Give us a call</h3>
    <h1 style="color: #ff6600; font-size: 26px;">3105008187</h1>
    <h3 style="color: #ff6600; font-size: 26px;">Mon-Fir</h3>
    in reply to: insert finance calculator #11230
    Sakin
    Keymaster

    @jwendell: You can add the following css:

    /* To move header right to left */
    #header-right { padding-right: 20px; }
    /* Call Us now Font Size */
    .header-sidebar .widget-title { font-size: 20px; }
    /* Phone Number Font Size */
    .header-sidebar .textwidget { font-size: 16px; }
    in reply to: Header & Footer #11229
    Sakin
    Keymaster

    @ianroach: Great you did it.

    in reply to: Resize the featured image inside a post #11222
    Sakin
    Keymaster

    @Anja0625: You have option to set different image for individual post if you have Catch Everest Pro Theme. There is option to select images from
    slider: 1140px by 450px
    featured: 690px by 462px
    Original Full Image

    To center the copyright line in the footer, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .copyright {
    text-align: center;
    width: 100%;
    }

    Oh I though you were using the Pro version. But when I check in, I see that you are using Catch Everest Free Version. Note: You are not allowed to change the footer credit Theme: Catch Everest. This is only the means of recognition that we received for providing the free theme and free support. So, if you want to remove the footer credit, just upgrade to Catch Everest Pro and edit the footer text through easy to use Footer Editor in Theme Options panel.

    For more information about Catch Everest Pro. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 20 posts - 11,601 through 11,620 (of 14,498 total)