Forum Replies Created

Viewing 20 posts - 8,401 through 8,420 (of 14,497 total)
  • Author
    Posts
  • in reply to: Using Definition Lists #21791
    Sakin
    Keymaster

    @donal.leader: For these type of columns in responsive design site. Either you need to install responsive columns or responsive table plugin or you need to hire customizer to work on custom design.

    in reply to: Header height #21790
    Sakin
    Keymaster

    @Copatka: It’s because of Custom Header. Remove the following css

    BODY DIV HEADER DIV IMG {
    top: -221px !important;
    left: -10px !important;
    position: relative !important;
    }
    in reply to: Header width and header top sidebar #21789
    Sakin
    Keymaster

    @Sebastian: Send me your site URL and expected design screen then I can suggest you. Since you have post your question in Catch Evolution Pro theme. You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    1. First you can add the logo from “Appearance => Theme Options => Header Options”, here you can upload your logo
    2. Then you can add custom header image from “Appearance => Header”
    3. Then you can assign menu from “Appearance => Menus”

    It’s in the format you wanted. So, I don’t get it what you mean.

    in reply to: How to change permalinks #21788
    Sakin
    Keymaster

    @krod: See this http://codex.wordpress.org/Changing_File_Permissions for changing file permission. But if you are confused about this then I recommend contacting your Hosting Server support and they will change this for sure.

    in reply to: Text Menu Bar #21786
    Sakin
    Keymaster

    @Dottie: Simple Catch Pro theme you can change the font in various conditions like
    1. Content Font Family
    2. Headings Font Family
    3. Site Tagline Font Family
    4. Site Title Font Family
    5. Overall Default Font Family

    To change the font size you need to be very careful as this is responsive design theme. The following CSS control the Font Size of Menu. You can change as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #access ul li a {
        font-size: 15px;
        line-height: 48px;
    }
    in reply to: Pre-purchase question #21726
    Sakin
    Keymaster

    @jcudak: Catch Everest Pro has similar functions like Catch Kathmandu Pro. But Bi-lingual site is bit problem with installation of plugin like WPML and qTranslate. You need to work with their forum and also search here. As user are using these two plugin for bi-lingual site.

    in reply to: Catch Everest Update | Customization #21725
    Sakin
    Keymaster

    @sbartsch: This warning is only if you have made customization in core theme files such as index.php, functions.php, style.css and so on. But if you have made customization through Theme Options panel then no need to worry about it. Update only restore core theme files.

    in reply to: Featured Content H1 Tages To many #21723
    Sakin
    Keymaster

    @tdovale: multiple h1 is not good when you use HTML4 site. But Catch Everest theme is based on HTML5 design. So, inside each <article> tag we can have one h1. Featured Content is Section and each content is article with one h1 tags. So, it’s all valid.

    You can check this video http://www.youtube.com/watch?v=GIn5qJKU8VM and article http://html5doctor.com/html5-seo-search-engine-optimisation/

    Further you can see that default Theme from WordPress like Twenty Twelve, Twenty Thirteen and Twenty Fourteen uses multiple h1 tags.

    in reply to: Header and subhead #21722
    Sakin
    Keymaster

    @jagbabs: Can you post your site URL then I can check in.

    in reply to: Change only Header Background Color #21721
    Sakin
    Keymaster

    @sbartsch: Yes, you can add it as Header Image of width 1140px from “Appearance => Header”. Then you can add the following CSS to remove the padding:
    #hgroup-wrap, #site-logo { padding: 0; }

    in reply to: Pre-purchase question #21720
    Sakin
    Keymaster

    @jcudak: Thanks for your appreciation

    in reply to: Catch Everist Home Page Left Sidebar not aligning properly #21652
    Sakin
    Keymaster

    @rsolosky: I just check in from Firefox and it’s working fine. Can you refresh your browser and check in. If there is problem then can you send me screenshot and let me know which version of Firefox you are using.

    in reply to: Change only Header Background Color #21650
    Sakin
    Keymaster

    @sbartsch: You just need to add the following css in “Appearance => Theme Options => Custom CSS. Change the color code as per your need, #000 mean black background color.
    #masthead { background-color: #000; }

    in reply to: Need Upgrade 2.9.3 #21648
    Sakin
    Keymaster

    @Melanie: the update and subscription issues are handle my our sales and accounts team. So, please contact them directly at http://catchthemes.com/contact-us/

    in reply to: Footer widget #21647
    Sakin
    Keymaster

    @Bouncedancer: I see that you have added that widget from Footer Putter footer plugin. You need to update it from that plugin settings.

    in reply to: Footer widget #21646
    Sakin
    Keymaster

    @Bouncedancer: I have replied your email. Now, let’s close it there.

    Sakin
    Keymaster

    @Bouncedancer: I have replied your email. Now, let’s close it there.

    in reply to: Centering The Featured Image Of A Post #21602
    Sakin
    Keymaster

    @Polytechlegend: You can add the following CSS in “appearance => Theme Options => Custom CSS” box.

    /* center Featured image */
    .single .featured-image img {
        display: block;
        margin: 0 auto;
    }
    /* center Page Header */
    .entry-header .entry-title {
        text-align: center;
    }
    in reply to: Display Widgets in Sidebar on Image/Media Page #21600
    Sakin
    Keymaster

    @shuttergirl: Ok that’s strange. I think there was problem when you copy it. I have just emailed you. For details reply me there.

    in reply to: Display Widgets in Sidebar on Image/Media Page #21595
    Sakin
    Keymaster

    @shuttergirl: First recheck your sidebar.php file and then to be noted you need to upload the images from that particular post and then create [gallery] shortcode in your post to display the gallery.

    If you create image from Media Library and it will not know the page where it was uploaded from. These image will take the Sidebar Layout setup in that particular page.

Viewing 20 posts - 8,401 through 8,420 (of 14,497 total)