Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@feinzeit: there is search at the top content section in http://catchthemes.com/support-forum/
Sakin
Keymaster@CarlK3D: You need to use page or latest post in the Homepage. But you can hide the white box though custom css. Add the following css in “Appearance => Theme Options => Custom CSS” box
.home .type-page { display: none; }Sakin
Keymaster@impresnet: If you want border all around the table then you can add the following css.
.entry-content table, .entry-content td { border: 1px solid #e6e6e6; }But our basic table design can be seen here http://catchthemes.com/demo/catch-everest/html-elements/
Sakin
Keymaster@albertoc: This is strange as it works fine in our site. I need to access your site to check in details. So, I will get in touch with you through email.
Sakin
Keymaster@empeyzee: For that you need to customize it by building child theme. Sorry you can not do everything by single theme options. So, you need to build custom.
Sakin
Keymaster@albertoc: Are you able to upload image though your post or pages or media uploader. If not then their might be conflict with your plugin or server. So, I need to more details.
Sakin
KeymasterTo add image, you can click on “Add Image” button. Then “Select” file and upload. After upload you need to click on “Insert into post”. See the screenshots on where to click on “Insert Into Post” http://pinterest.com/pin/548594798329798533/ . If this is issue, then you can directly paste the image URL in the Image box.
Then in “Link URL”, you can add any link and if left empty it will not be lined. To linked to post, you can add the url of the post.
Sakin
Keymaster@jwendell: There is nothing else from our theme. You can try changing theme and check in.
Also I see that you still have following css that I told you to replace
.entry-content table, .entry-content td { border-top: 1px solid #E6E6E6; }Sakin
Keymaster@lakeoswegobaseball: Nice Work.
Sakin
Keymaster@julienbaudry: This is not our Theme Bug. But it’s your plugin not being responsive. I see that you have ” You may also like” at the end of the post. Which is floating outside the wrapper and is not responsive. That is why you have problem.
Sakin
Keymaster@paulinepkehoe: I don’t get it what you mean properly. For for Featured Homepage content you can link to any page or url you want. You can change that from “Appearance => Theme Options => Homepage Settings => Homepage Features Content Options” Then change the link url to http://www.beyouloveyou.com/pauline/contact-pauline/
Sakin
Keymaster@jwendell: Ignore my previous css. You can delete that and add the following css.
.entry-content table { border: none; width: auto; } .entry-content td { border: none; }Sakin
KeymasterSee this link for building child theme help http://codex.wordpress.org/Child_Themes
Sakin
Keymaster@MikeGilbert: This is quite Technical issue and is not there in option. This is customization page. So, first you need to build child theme.
Then add the following code in your child theme functions.php
// Unhook default parent functions function unhook_default_functions() { remove_action( 'catcheverest_main', 'catcheverest_homepage_featured_display', 10 ); } add_action('init','unhook_default_functions'); add_action( 'catcheverest_after_secondary', 'catcheverest_homepage_featured_display', 10 );Sakin
Keymaster@jwendell: You need the above css in “Appearance => Theme Options => Custom CSS” box. This will remove the extra border.
Sakin
Keymaster@Yago: Do you mean you want to change the Homepage Slider image and the Featured Content Image.
To change Homepage Featured Post Slider and Homepage Featured Content. See the theme instruction http://catchthemes.com/theme-instructions/catch-everest/ . You can check “How to Add Featured Post Slider?” and “Homepage Featured Content Options” section in the Theme Instruction page.
Sakin
Keymaster@jwendell: It’s strange. As this theme only have border bottom defined as below.
.entry-content table { border-bottom: 1px solid #E6E6E6; } .entry-content td { border-top: 1px solid #E6E6E6; }But if you want to remove this border then you can add the following css
.entry-content table, .entry-content td { border-top: none; }Sakin
KeymasterFor secondary menu font size.`#branding #access-secondary ul.menu {
font-size: 13px;
}`Sakin
Keymaster@Hawaii: You can change the color code as per your need in the following css and it in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { background-color: #fafafa; }For easy color picker with Color Options and other advance features, you can upgrade to Catch Everest Pro. See the details at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@jwendell: Edit that Resources page with the setting mentioned in the screenshot
http://pinterest.com/pin/548594798329843253/ -
AuthorPosts
