Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@xpyouth: In your child theme functions.php, you can create new function and add it through action hook. See the example below.
/** * Shows Countdown Timer */ function catcheverest_countdown_timer() { /* Your Timer Code */ } add_action( 'catcheverest_hgroup_wrap', 'catcheverest_countdown_timer', 20 );Sakin
Keymaster@viaticusgroup: Maybe you can try adding in the ie8 specific css.
#ie8 .site { margin-top: 0; }Sakin
Keymaster@bamrider: Send me your site URL, you can wrap with the div code for example:
<div style="width: 240px; height: 360px"><iframe src="http://www.youtube.com/embed/url" height="360" width="240" allowfullscreen="" frameborder="10"></iframe></div>Sakin
Keymaster@j9hagop: You have to add the link using HTML code. See this http://www.w3schools.com/html/html_links.asp
Sakin
Keymaster@j9hagop: You have to add the link using HTML code. See this http://www.w3schools.com/html/html_links.asp
Sakin
Keymaster@madeleod: Can you show me your site. Have you follow the steps in building child theme. After building child theme, you have to activate your child theme.
Sakin
Keymaster@Bojan and @Eklundz it’s done. Now you can login to your account and download it.
If you have any issues relates to sales and account. Please contact directly at http://catchthemes.com/contact-us/
Sakin
Keymaster@s-design: Yes the way you are working on is fine. You just need to change that code in your child theme not in the theme itself. As all the edits in the core theme files will be reverted back when you perform updates.
Theme options css will not be able to do this.
Sakin
Keymaster@chipbphoto: You can adjust the padding top and add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen size above 1000px */ @media screen and (min-width: 1000px) { #hgroup { padding-top: 50px; } }June 15, 2013 at 1:10 pm in reply to: problem with google browser: chrome, always excessive width #10537Sakin
Keymaster@ciao: I just check in your site in Chrome and it looks nice. Can you clear you cache and check it back.
Sakin
Keymaster@chipbphoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right img { box-shadow: none; }Sakin
Keymaster@trentbuzz: Yes I think so will check the settings in twitter. they have new API
Sakin
Keymaster@svoelker: OH sorry you are talking about the SEO Meta Data, for that you can use plugin WordPress SEO http://wordpress.org/extend/plugins/wordpress-seo/ and edit all you meta details.
Sakin
Keymaster@svoelker: Ok I need your site access to check what changes you have made in. Reply me in email.
Sakin
Keymaster@jwendell: Yes Pro is easier to use as it has more easy option in Theme Options panel. Catch Themes and Catch Internet uses the Custom Theme and it’s not in public release. It depends on the settings. I see lot of people using Catch Box Pro, Simple Catch Pro and Catch Everest Pro for their business site.
Sakin
Keymaster@MairiaM: Sorry there is no code you have to fix the extra p tags as well.
Sakin
Keymaster@albertoc: You are not supposed to do that from your image folder. See the instruction mentioned above. If you are using Free Catch Everest Theme, then you can use the Featured Post Slider only.
Sakin
Keymaster@GranPaSmurf: Thanks a lot for your compliments.
Sakin
Keymaster@villeneuvepatrick: You can add the following css in “Appearance => Theme Options => Custom CSS”
.entry-header .entry-title { line-height: 20px; }Sakin
Keymaster@nwffuels: When I check in by site it’s working fine. I found this video in Youtube. See this http://www.youtube.com/watch?v=8ClwncNedCM
-
AuthorPosts
