Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@david leger: I checked your site and found that you were using then plugin “Post Ratings”. This plugin was creating issue. Please avoid using the old plugins which are not updates. You can see that plugin is compatible only till WordPress version 3.3.2
June 15, 2013 at 9:17 pm in reply to: Remove "Category Archives: [category name]" from top of a Category Page #10560Sakin
Keymasternice. Great job.
Sakin
Keymaster@david leger: Have to add the post ID in Featured Post Slider options. Check the id there. If not then I will contact you through email. You can send me details there.
Sakin
Keymaster@jwendell: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For larger screen size of minimum width 1000px */ @media screen and (min-width: 1000px) { #hgroup.with-logo { clear: none; float: left; padding-left: 15px; } }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.
-
AuthorPosts
