Forum Replies Created

Viewing 20 posts - 6,121 through 6,140 (of 14,494 total)
  • Author
    Posts
  • in reply to: Featured Slider Text #45833
    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.

    in reply to: Get rid of "The comments are closed" #45826
    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.

    in reply to: How do I hide archives? #45825
    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.

    in reply to: Social Widget moves header and pics #45818
    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.

    Sakin
    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/

    in reply to: Social Widget moves header and pics #45783
    Sakin
    Keymaster

    @Habib: Ok check your email.

    in reply to: Social Widget moves header and pics #45780
    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.

    in reply to: Post presentation #45777
    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.

    in reply to: How to modify the size of the Feature Content Image #45775
    Sakin
    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”.

    in reply to: Get rid of "The comments are closed" #45774
    Sakin
    Keymaster

    @Adri54: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .nocomments { display: none; }

    in reply to: Header for different pages #45773
    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.

    in reply to: How many ads am I able to put on the side of a page? #45771
    Sakin
    Keymaster

    @ToddWilliam: It’s totally your decision. You can add more ads codes or any other widgets you want.

    in reply to: Catch Theme – How do I verify my site is working properly? #45770
    Sakin
    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.

    Sakin
    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.

    in reply to: increasing file size limit? #45767
    Sakin
    Keymaster

    @EdG: Same ask your hosting server to increase it further.

    in reply to: Blank space above header image #45766
    Sakin
    Keymaster

    @fluegasknowhow: I have already suggested you to replace that css. See my previous reply.

    in reply to: Add Margin Space to Main Content Area #45734
    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; }

    in reply to: how to change background opacity? #45733
    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.

    in reply to: Remove padding below images in posts #45732
    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;
    }
    in reply to: How do I hide archives? #45731
    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.

Viewing 20 posts - 6,121 through 6,140 (of 14,494 total)