Forum Replies Created
-
AuthorPosts
-
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.
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.
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/
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/
Sakin
Keymaster@Matt Petersen: Send me your site URL and if possible the screenshot of the issue in IE.
Sakin
Keymaster@fenz: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.left-sidebar #secondary { text-align: right; }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/
Sakin
Keymaster@thomasfeirer: Sorry we don’t have that social icons. You might consider using plugin which has that icons.
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.
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-meta2. 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/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
Galleriesto<span onClick="return true">Galleries</span>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/
Sakin
Keymaster@ajamison: Just use the following CSS:
.page .entry-title { display: none; } .page .featured-slider .entry-title { display: block; }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.
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.
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/
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.phpfile to your child theme. Then in your child themecontent.phpfile replace<?php the_post_thumbnail( 'featured' ); ?>with<?php the_post_thumbnail( 'slider' ); ?>Sakin
Keymaster1. 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.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; } -
AuthorPosts
