Forum Replies Created

Viewing 20 posts - 10,781 through 10,800 (of 14,509 total)
  • Author
    Posts
  • in reply to: Background in header not showing #13770
    Sakin
    Keymaster

    @Matt Petersen: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding {
        background: url("http://ip-corporation.com/wp-content/uploads/2013/08/ip_water_grey.jpg") no-repeat scroll 0 0 transparent;
    }

    One more thing I notice in your site is that you are directly customizing CSS in style.css. You shouldn’t edit any core theme files as when you update the theme it will be reverted back and your customization will be gone. So the only way to customize the CSS in either though Custom CSS box or by building child theme.

    in reply to: Slider images #13767
    Sakin
    Keymaster

    @EPICPROJECT: I see that you are using Featured Page Slider. But the features image on that page in not of proper size. You need to upload the image of minimum width 1140px.

    in reply to: Web Clip Icon #13766
    Sakin
    Keymaster

    @ChrisR: Can you send me your site URL? You can simply change the web clip icon from “Appearance => Theme Options => Web Clip Icon Options”. Then Click on Change Web Clip Icon. Upload the image and then finally click on “Insert into Post”. See the screenshot http://pinterest.com/pin/548594798329798533/

    in reply to: font background change on single page #13765
    Sakin
    Keymaster

    @bill: You can do that from Theme Options in Catch Everest Pro version. For free version you need to send me your site url and background color you want to change to. Then I can send you the css code.

    For more information about Catch Everest Pro features, you can read theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Background in header not showing #13764
    Sakin
    Keymaster

    @Matt Petersen: Send me your site URL and if possible the screenshot of the issue in IE.

    in reply to: Menu Space #13763
    Sakin
    Keymaster

    @fenz: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .left-sidebar #secondary { text-align: right; }

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

    @moumouz: To set featured image in post see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image .

    For more instruction on how to use Catch Everest Theme see the theme instruction at http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Social Links #13761
    Sakin
    Keymaster

    @thomasfeirer: Sorry we don’t have that social icons. You might consider using plugin which has that icons.

    in reply to: Unignore search box? #13760
    Sakin
    Keymaster

    @thomasfeirer: You can remove the search box from header through “Appearance => Theme Options => Header Options”, then check on “Disable Header Right Sidebar” and Save it.

    in reply to: Customization Issues #13755
    Sakin
    Keymaster

    @mvtpinheiro:
    1. I want to remove the tags list from the bottom of each post (I tried to add .single .tags {display: none;} on Custom CSS box, but it doesn’t work (nothing seems to work there).
    — I see that you have already added display none on .entry-meta

    2. I also want to remove the “About Author” below each post as well
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #author-info { display: none; }

    3. I want to show the link that says: “Continue Reading”, even when the post is very short (I need this because sometimes I have a very short text followed by an infographic, for example.
    — You can add more tag where you want the content to be stopped in very short post. See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Child menu's on iOS #13749
    Sakin
    Keymaster

    @jkbart: It’s because you don’t have link in that parent menu “Gallery” which iPad doesn’t recognize. So, to make that drop down work. In your menu “Appearance => Menu” edit the label of Galleries to <span onClick="return true">Galleries</span>

    in reply to: table in responsive #13742
    Sakin
    Keymaster

    @gabie: That is why I am telling you to use Responsive Table and build the table. You have static table.

    See this http://css-tricks.com/responsive-data-tables/ and plugin http://tablepress.org/extensions/responsive-tables/

    in reply to: Remove page titles from body of page #13741
    Sakin
    Keymaster

    @ajamison: Just use the following CSS:

    .page .entry-title { display: none; }
    .page .featured-slider .entry-title { display: block; } 
    in reply to: table in responsive #13738
    Sakin
    Keymaster

    @gabie: Yes, you need responsive table. I check your table at http://psi-spedition.de/de/team/ and see that you have fixed width table. That is why it is cut off.

    in reply to: Multilingual home page content – qtranslate #13735
    Sakin
    Keymaster

    @evam: Can you share your site and let us know how and where to add that tags in.

    in reply to: custom css #13733
    Sakin
    Keymaster

    @alin.stafie: It should work on Internet Explorer as well. When I check in my IE. It is working fine. Can you clear your browser cache, refresh the browser and check it.

    in reply to: Click on Slider #13732
    Sakin
    Keymaster

    @offirkeren: Sorry there is not option to change that in Catch Everest Free theme as it only have Featured Post slider. So, it only accepts post. But if you upgrade to Catch Everest Pro version then you have option to use Featured Page Slider, if you want to link to page. Or if you want to link to different links then you can use Featured Image Slider. For more details about Catch Everest Pro, see this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Featured image gets cropped #13731
    Sakin
    Keymaster

    @kapo_e: Sorry there is no option to control image in Catch Everest Free theme, you need to upgrade to pro version where you have option to choose the image sizes. Also you have option to user Featured Image Slider, where you have upload any image as per you need.

    For Catch Everest Free then you need to build child theme and copy content.php file to your child theme. Then in your child theme content.php file replace <?php the_post_thumbnail( 'featured' ); ?> with <?php the_post_thumbnail( 'slider' ); ?>

    in reply to: page post question #13730
    Sakin
    Keymaster

    1. At the end of the page apears Posted in category and tagged ….
    Can I delete or move them in another place?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    footer.entry-meta { display: none; }

    2. Can I change at the begining of the post? : Posted on 26 August, 2013 by admin
    — To change this, you need to build child theme and create functions.php file in your child theme and then copy function `catcheverest_header_meta()’ from template-tags.php file to your child theme functions.php and edit there.
    This is bit technical so be careful while you edit or hire developer to do that for you.

    3. Can I change the reply formular?
    — I don’t get it what you mean.

    in reply to: Removing space above Featured Content #13729
    Sakin
    Keymaster

    @Craig: Always post your site URL so that it’s easier for me to check and send you the correct css.

    You can reduce the margin and padding as per your need. So, I have added the following css in which you can adjust the margin and padding. Then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Margin above Homepage Headlines Box */
    #homepage-message { margin-top: 50px; }
    /* Padding above Featured Content Box */
    .home #main { padding-top: 50px; }
Viewing 20 posts - 10,781 through 10,800 (of 14,509 total)