Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Pretty: IE8 is pretty old browser and it doesn’t fully support HTML5 and CSS3, that is why it will not display perfectly like in latest version of IE and other web browsers.
Sakin
Keymaster@helenafjellgren: Sorry we don’t know much about Polylang but Catch Kathmandu Pro is compatible with WPML plugin. See this http://wpml.org/theme/catch-kathmandu-pro/
Sakin
Keymaster@Toni: This theme in build in HTML5 and CSS3. As per the HTML5 guideline, you have have one h1 tag in every article header tag. I understand this was issue in HTML4 but not in HTML5.
Multiple H1 is allowed in HTML5 and we have carefully designed H1 tags with special attention on header tag and headings. You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
Also check out the default theme by WordPress also uses multiple H1 http://twentytwelvedemo.wordpress.com/
I hope now you are clear.
Sakin
Keymaster@Veronika: New question can be added in Catch Kathmandu Pro support forum at http://catchthemes.com/support-forum/forum/catch-kathmandu-pro-premium/. At the end of the latest posts, you will see form to post your question.
changing the position of text to top right will be difficult as we already have position absolute css in our style.css where we have define bottom: 50px and left: 50px. So, we can make it bottom, left zero if you want. But to add top right it’s not possible just by css. You need to change a lot and I recommend you to hire customizer for this.
Sakin
Keymaster@Adri54: It’s because you have missing closing bracket
}in your custom css. Find the following css in your custom css/* For Widget Title */ .widget-title, .widget-title a { color: #ef2d6e;and replace it with the following
/* For Widget Title */ .widget-title, .widget-title a { color: #ef2d6e; }Than the css I gave you will work.
Sakin
Keymaster@PoulKristensen: I don’t get it what you mean. If you just want to hide the archive and keep the search. Then just drag and drop Search widget in your sidebar.
Sakin
Keymaster@Habib: I have fixed the issue. It was conflicting with your plugin with our style.css file. So, I have added prefix to our style and it’s working fine.
October 15, 2014 at 12:22 am in reply to: Site got Distorted due to installing You tube plugins on Sidebar #45784Sakin
Keymaster@Habib: Please don’t post same question in two places. It will create confusion and also waste time to check twice. I have been following you in http://catchthemes.com/support-forum/topic/social-widget-moves-header-and-pics/
Sakin
Keymaster@Habib: Your site looks totally destroyed. There is no style.css loading in your site. What have you added recently. Any iframe code or anything else. Just try to remove that and check in.
Sakin
Keymaster@alamurespa: Sorry this options is not there. But you can reduce the number of excerpt content from “Appearance => Theme Options => Excerpt/More Tag Settings”.
But if you really don’t want it then send me the URL of your blog and then we can use the css to hide the content.
October 14, 2014 at 11:59 pm in reply to: How to modify the size of the Feature Content Image #45775Sakin
Keymaster@alamurespa: In “Appearance => Theme Options => Featured Content => Featured Content Options”. You can upload the image of vertical or horizontal that’s up to you. Just upload it.
Yes, you can have more that 4 image. For that, you need to change “Number of Featured Content” from 4 to any amount that you want. You will see that settings in “Appearance => Theme Options => Featured Content => Featured Settings”.
Sakin
Keymaster@Adri54: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
.nocomments { display: none; }Sakin
Keymaster@Joaozinho: Ok go to “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, just select “Entire Site, Page/Post Featured Image”. This will make your default header image throughout the site and for those page/page, where you have added in Featured Image, this featured image will replace the default header image.
October 14, 2014 at 11:49 pm in reply to: How many ads am I able to put on the side of a page? #45771Sakin
Keymaster@ToddWilliam: It’s totally your decision. You can add more ads codes or any other widgets you want.
October 14, 2014 at 11:47 pm in reply to: Catch Theme – How do I verify my site is working properly? #45770Sakin
Keymaster@ToddWilliam: What are you trying to verify and depending on the instruction, you need to add the code. If it asked to add the verify code in your header before
</head>code. Then you need to add that verification code in “Appearance => Theme Options => Webmaster Tools => Code to display on Header”.I see that you have activated WP-Super-Cache plugin in your site. So, after you add the verification code, you need to go to WP-Super-Cache plugin settings and delete the cache.
October 14, 2014 at 11:44 pm in reply to: Catch Theme – How do I make a post and NOT have it appear on the main page? #45769Sakin
Keymaster@ToddWilliam: You can select the categories form where you want to show the post in the main page. Go to “Appearance => Theme Options => Homepage / Frontpage Category Settings” and select the categories and save changes.
Sakin
Keymaster@fluegasknowhow: I have already suggested you to replace that css. See my previous reply.
Sakin
Keymaster@rojtalbot: If you want that then, find the following css in your custom css
#hgroup-wrap { padding-bottom: 0; }And then replace it with the following
#hgroup-wrap { padding: 0; } -
AuthorPosts
