Forum Replies Created

Viewing 20 posts - 11,761 through 11,780 (of 14,496 total)
  • Author
    Posts
  • in reply to: Center Logo #10742
    Sakin
    Keymaster

    @wendik: can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .logo-wrap {
        padding: 0;
        width: 978px;
    }
    #site-logo {
        display: block;
        float: none;
        text-align: center;
    }
    #site-logo a img {
        float: none;
        padding: 0;
    }
    in reply to: header logo size #10741
    Sakin
    Keymaster

    @donald: Sorry I don’t see it. Can you send me the screenshot?

    in reply to: Custom Background #10740
    Sakin
    Keymaster

    @jamespereira: Thanks and I have send your screenshot. I am able to change background in your site.

    in reply to: Twitter Feed Slider #10735
    Sakin
    Keymaster

    @dwood75: Please disable it for now. As twitter has stop it’s services for their API version 1.0 and release the new 1.1 with needs oath authentication. So, we need to check on it.

    in reply to: Header color, content width, content font, search box #10732
    Sakin
    Keymaster

    @MairiaM: Oh you mean the font color. That’s not the background color. You can add the following css in “Appearance => Theme Options => Custom CSS” box to make the same as your continue reading.

    .featured-text {
        color: #000;
        font-weight: bold;
    }
    in reply to: Custom Background #10731
    Sakin
    Keymaster

    @jamespereira: There should me. Did you try activating default theme like Twenty Twelve and check it. If you want then I can look at your site admin section. I will email you and you can send me details there.

    in reply to: Increase Number Of Page Columns #10730
    Sakin
    Keymaster

    @Tri-ang: about your two column if your shop for example http://tri-angforum.com/products-page/tri-ang-arkitex-sales/

    It show two column as it is setup like that. There is clear div after every 2 items. So, there must be setting in your Shopping plugin. Check the settings there and ask in the forum for that plugin on how to get clear only after 3 items or the items you want in a row.

    About your dead link. Can you you tell me which one. It’s working for me. We don’t use any custom post type. We use the WordPress default page and post.

    in reply to: Remove padding around header #10729
    Sakin
    Keymaster

    @samparis: Yes, I think you are talking different. Can you send me the screenshot of change you want.

    If you want to remove the the outer warp above header then you can add the following css.
    .site { margin-top: 0 }

    But I don’t see any gap between the header image and the menu. I just see that your menu is black that’s it.

    in reply to: Adding boxes around individual widgets #10728
    Sakin
    Keymaster

    @Adventus: Can you send me your site URL. As there shouldn’t be any border in Catch Everest Pro theme sidebar widgets.

    in reply to: Can't Download Theme? #10727
    Sakin
    Keymaster

    @Peter: Yes there were major changes in the theme subscription. We changed all subscription to auto expire. So, that no one will be charged for auto renewal. Now, all the subscription is manual renewal. In this process, few account has been conflicted with the new system. So, you have to contact our sales team to restore it for your at http://catchthemes.com/contact-us/

    Sorry all for the trouble.

    in reply to: How to remove some things #10726
    Sakin
    Keymaster

    @impresnet: You are already using the next version due to update in WordPress. First one to use. 🙂

    in reply to: Catch Everest – Disable Slider Links #10711
    Sakin
    Keymaster

    @bangerang: Thanks for your appreciation and sorry this is Featured Post Slider, so it will link to post. If you are developer, then you can build child theme and edit the function. For easy way, you need to use Featured Image slider. For that you need to upgrade to pro version and you will enjoy a lot more features. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Social links #10710
    Sakin
    Keymaster

    @poornima.uk: wow you have customize the theme a lot. So, it’s very hard to track. Can you check in you have disable header right from “Appearance => Theme Options => Header Right Sidebar”. Check that and if that is not check then you can try adding in the social widget in the header right sidebar from “Appearance => Widgets”.

    in reply to: Custom Background #10709
    Sakin
    Keymaster

    @jamespereira: Yes you can add the custom background from “Appearance => Background”. See this http://en.support.wordpress.com/themes/custom-backgrounds/

    If you don’t have permission. Then fix your site permission. Ask your hosting server to fix it.

    in reply to: How to remove some things #10708
    Sakin
    Keymaster

    @impresnet: It’s done. It was really strange. I had to add extra css like below:

    #page.site { margin: 0 auto; }
    #masthead #hgroup-wrap { padding: 0; }
    #hgroup-wrap #site-logo { padding: 0; }
    #colophon #site-generator .site-info { padding: 0; }
    in reply to: Change Navigation Background and Font Color #10705
    Sakin
    Keymaster

    @TanjaCrouch: I am still confused. Do you mean to change the header white background. If that is the case then you can use the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        background-color: #3a3d41;
    }
    in reply to: Edit text colour in posts #10703
    Sakin
    Keymaster

    @Derek: Do you have any cache plugin install then can you try clearing it. It looks like issue with your WordPress and server.

    You can also try changing the theme and see it.

    in reply to: Center logo? #10702
    Sakin
    Keymaster

    @Bee1derful: You can upload the site in test server and send me the url. Then I can debug it.

    in reply to: remove default border from images #10701
    Sakin
    Keymaster

    @rbrt_bene: To remove the border you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .entry-content table,
    .entry-content td {
    	border: none;
    }

    But for the table center in the page https://www.theautoexperience.ro/marci-auto/ . I am not sure that you have done. You don’t need to add align center in your table. I think removing that will make the table spread full width and no need for center. I am not so aware of table much so cannot help you much.

    in reply to: Remove padding around header #10700
    Sakin
    Keymaster

    @samparis: I just check in your site and there is not padding at top and bottom of header image. Can you refresh and check it.

Viewing 20 posts - 11,761 through 11,780 (of 14,496 total)