Forum Replies Created

Viewing 20 posts - 5,861 through 5,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: How to remove horizontal line under navigation menu bar #47557
    Sakin
    Keymaster

    @aleks.mavric123: I am not sure which menu border you are talking about. If you are talking about your blue stick menu at the top then you can remove that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #thsp-sticky-header {
        border: none;
    }

    But if you are talking about the main menu then you need to add the following css instead:

    #header #mainmenu,
    #header #mainmenu ul li {
        border-bottom: none;
    }
    in reply to: Height of boxes within Child Menu #47555
    Sakin
    Keymaster

    @fmck718: You can adjust the line-height, padding-top and padding-bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul a {
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    in reply to: Home Page Posts – how to remove author and category #47553
    Sakin
    Keymaster

    @HARDEEP: That’s nice. But, you can just replace those custom css with only one css. That will be

    .entry-meta { display: none; }

    in reply to: Remove Page Entry title without removing Slider Caption #47552
    Sakin
    Keymaster

    @bigoslesli: If you just want to remove the page header then replace your css with the following css in “Appearance => Theme Options => Custom CSS” box.

    .page #main .entry-header { display: none; }

    in reply to: No sidebar still showing a sidebar at the footer #47551
    Sakin
    Keymaster

    @Israel: It’s little stage as the same settings is working fine in our server. I have also emailed to you understand this issue better. You can reply me there as well. Do you have any cache plugin installed, then can you ago to that cache plugin settings and clear your cache and check in.

    in reply to: Cannot add image to slider #47550
    Sakin
    Keymaster

    @Israel: Thanks for your update. Yes, looks like you have WordPress user permission problem.

    in reply to: Header Pic #47549
    Sakin
    Keymaster

    Hello Ralf,

    I am not sure what are you talking about. Sorry, the Catch Kathmandu doesn’t have option to add image on top of each side. There is option in Pro version using Sidebar Header Top and add two image widget and then alight it left and right.

    But in free version, you only have option to use Header Right Sidebar. I am not sure how you have set up your site and how it want to look like. In Free version as well, you can have 2 images in header. One from “Appearance => Header” and upload the Header Image, this will be at the left of your site. Then you can add second image through widget in Header Right Sidebar from “Appearance => Widgets”. So, this is bit complicated.

    Note: M suggestion will be to upload single large image from “Appearance => Header” that combine both your left image and right image.

    in reply to: 2 Menus Showing #47548
    Sakin
    Keymaster

    @bigoslesli: You don’t need to change the color of your site title and tagline from Custom CSS. You can change that from “Appearance => Header” and change the color from Header Text ‘Text Color’ option.

    in reply to: How to remove white space either side of header #47547
    Sakin
    Keymaster

    @RaulDuke: What is the screen-size from which you are viewing your site. Looks like the resolutions of your screen-size is larger then 1600px. This screen-size is not used mostly for web. So, I don’t recommend uploading image larger then this as it increases your website size and loading time.

    in reply to: Modifications to Footer area #47527
    Sakin
    Keymaster

    1. For space between the widget in footer, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar .widget-area .widget {
        margin-bottom: 10px;
    }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar {
        border-top: 4px solid #f1c400;
    }

    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar .widget ul.menu {
        list-style: outside none disc;
        margin-left: 20px;
    }
    in reply to: Embedding a YouTube Video in a Table #47526
    Sakin
    Keymaster

    @Whitney: I am not sure that url will work in the table. So, I suggest you to get the embed code of the video from the youtube. In you youtube video, click in Share and then Embed and you will get the embed code.

    Also when you are using Table, make sure you have responsive design table or use responsive columns. You can get these from plugins.

    in reply to: remove children menu in mobile #47525
    Sakin
    Keymaster

    @boosted179: Hum sorry there is no option to do that. It uses same li items to all. So, we need to change the menu script.

    in reply to: How to change background color, font size of internal pages? #47474
    Sakin
    Keymaster

    @harish: For detail color options, you should consider upgrading to Pro version.

    For page background color, you can change the color code and font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #content .type-page {
        background-color: #fff;
        font-size: 15px;
    }
    in reply to: Change menu colors? #47473
    Sakin
    Keymaster

    Hi Kathy,

    1. To hover the links, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    a:hover,
    .entry-header .entry-title a:hover {
        text-decoration: underline;
    }

    Note: The above css will not work for menu and site title. Let me know if you need to do for that as well.

    2. Maybe, you haven’t assign your menu as Primary Menu from “Appearance => Menus => Manage Locations”. Also you need to check in, you if you have disable “Header Right Sidebar” from “Appearance => Theme Options => Header Options”

    Regards,
    Sakin

    in reply to: Menus on mobile devices #47472
    Sakin
    Keymaster

    @fmck718: Ok then replace the following previous css that I gave you

    @media screen and (max-width: 767px) {
    #header-top .widget.widget_nav_menu .sb-holder { display: none; }
    }

    With the following css:

    @media screen and (max-width: 767px) {
        #header-top .widget.widget_nav_menu .sb-holder,
        .home #featured-post {
            display: none;
        }
    }
    in reply to: Remove "Home" field front page #47469
    Sakin
    Keymaster

    @Vibelingo: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content .entry-header { display: none; }

    in reply to: Phone numbers in header #47468
    Sakin
    Keymaster

    @AlexBelko: Just go to “Appearance => Widgets” from your WordPress dashboard. Then drag and drop “Text Widget” to Header Right Sidebar”. Then in text widget, you can add in your phone no.

    Sakin
    Keymaster

    @Meg: Yes, you need to do it right way. I also had similar problem when I was changing site from demo server to live server. This seems to be very confusing. I don’t know why WordPress has this option and not change the database.

    in reply to: Open page in a new window #47452
    Sakin
    Keymaster

    @vidyaekta: You cannot upload the screenshot in our forum. But you can upload in your site or any photo-sharing site and just add in the link here.

    To add the header image:
    1. Go to “Appearance => Theme Options => Header Featured Image”
    2. Then in “Enable Featured Header Image”, check in Entire Site. As you want the same header image in Entire Site
    3. Paste in your image URL or upload the image in “Featured Header Image URL”
    4. Then fill in the necessary as per your need and save change.

    You can disable the header right section from “Appearance => Theme Options => Header Options”

    You can remove the your logo and title and description as per your need. For that go to “Appearance => Header” and remove it.

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box to completely hide the header white area

    #masthead { display: none; }

    in reply to: Individual Sidebar Templates #47449
    Sakin
    Keymaster

    @Aleao: It’s some for the pages as well. You will see the same option box in page and post. If you don’t see it in page, then please check in your “Screen Options”in the Top right of page when you are in edit page. Then make sure you have checked in “Catch Kathmandu Options”. If this is unchecked then you will not get that option.

Viewing 20 posts - 5,861 through 5,880 (of 14,497 total)