Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@valenza79: Sorry I don’t get your issue in detail. You don’t need to post in your css. You can just post in your site URL and explain the issue in reference with your site URL.
Sakin
Keymaster@Kim: I think you are talking about the margin bottom. For that you can adjust them margin bottom in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 20px; }Sakin
Keymaster@PoulKristensen: I have already mentioned it to you that, when you have nothing in your sidebar from “Appearance => Widgets”, then it will display default “Search” and “Archive” widgets. It will not be blank. But you can add any other widget to your sidebar. You can also add empty text widget to your sidebar. This is will replace the default widget.
-
AuthorPosts
