Forum Replies Created

Viewing 20 posts - 11,141 through 11,160 (of 14,509 total)
  • Author
    Posts
  • in reply to: Remove Continue Reading Link From Slider #12684
    Sakin
    Keymaster

    @whiters: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .more-link { display: none; }

    in reply to: adspace widget #12683
    Sakin
    Keymaster

    @Elisabetta: Yes you cannot directly add pdf. Oh sorry there is no option for open link in new window. Ok I will ask to add it in new version update. For now you can just add the code in your Adspace code instead of image.
    <a target="_blank" href="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero11.PDF"><img alt="XXXXXX" src="http://www.federicoalberati.com/wp-content/uploads/2013/08/Triplezero1.jpg"></a>

    in reply to: simple catch pro 2.2 #12682
    Sakin
    Keymaster

    @Elisabetta: Sorry about that. But I don’t see you have purchase account. So, can you contact our sales directly at http://catchthemes.com/contact-us/ with your purchase.

    in reply to: Adding a special image under the navigation bar #12681
    Sakin
    Keymaster

    @fritzhesse: Yes there is two way to do that, one is by building child theme and adding the bar though action hook and another though CSS. For css, you can add following css in “Appearance => Theme Options => Custom CSS” box.

    #main { background: url("imageurl") repeat scroll 0 0 transparent; }
    .home #main { background: none; }
    in reply to: Problems after WordPress update (3.5.2) #12680
    Sakin
    Keymaster

    @aaronborrego: I just check in your site and you have activate the minify settings in your W3 Total Cache, for minify you have to properly configure the elements. So, I think in your case this minify is giving issue. Can you off the minify setting and then clear your cache in W3 Total Cache Setting.

    in reply to: Problems after WordPress update (3.5.2) #12679
    Sakin
    Keymaster

    @burgdani: Have you added any new plugin recently or changed any theme core files. If you have recently added new plugin, then can you check it by disabling the plugin and clearing your cache.

    in reply to: how do i change page width #12678
    Sakin
    Keymaster

    @johntday: The Catch Box Pro maximum width is 1000px and it adjusts to the screensize below 1000px as needed.

    If you want to increase the width or larger screens then you may add the following css in “Appearance => Theme Options => Custom CSS” box and also consult with your developer.
    @media screen and (min-width: 1061px) { #page { width: 95%; } }

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

    @lilatrejo: You will get it soon. Let me know if you still have problem.

    in reply to: Upgrade #12664
    Sakin
    Keymaster

    @regalaffair: If you have contacted sales and they will get back to you soon.

    in reply to: Change size text #12638
    Sakin
    Keymaster

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

    #header-menu ul.menu a {
        font-size: 16px;
    }
    in reply to: Aligning featured content on hompage #12637
    Sakin
    Keymaster

    @eckh20: The best option will be to upload the image of same size. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box center it.

    #featured-post .post {
        text-align: center;
    }
    #featured-post img {
        display: block;
        margin: 0 auto;
    }
    in reply to: Page Titles #12636
    Sakin
    Keymaster

    @klhaight: You can add the following css in “Appearance => Theme Options => Custom CSS” box to increase the heading size. But be careful about responsive design.
    .hentry h1 { font-size: 32px; }

    in reply to: Image From URL #12635
    Sakin
    Keymaster

    @aaronborrego: I am not sure about that. Why you don’t like uploading image.

    in reply to: How can i delete the colon from my slider #12633
    Sakin
    Keymaster

    @ashrafashraf: When you send me the code, please paste your code in pastebin.com and send me the link.

    I don’t understand your code and question much. Can you send me the screenshot of what you want to do it.

    in reply to: Reduce and remove empty space #12632
    Sakin
    Keymaster

    @kapo_e: I see that you have added the following css in “Appearance => Theme Options => Custom CSS” box.
    #site-logo, #hgroup { padding-top: 30px; padding-bottom: 0px;}

    You can just add the following css instead
    #site-logo { padding-top: 5px; }

    in reply to: social icons UPON the header featured image #12631
    Sakin
    Keymaster

    @businessbabes: Thanks for your screenshot. But I need to check in your site as why it is not working as per the demo site. Have customize any CSS?

    in reply to: Width of Categories & Archive bar #12629
    Sakin
    Keymaster

    @k.capelli: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
    #secondary .widget select { width: 300px; }

    in reply to: Responsive Header & Width #12628
    Sakin
    Keymaster

    @maklbacon: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box

    @media screen and (max-width: 767px) {
    #header-right .widget { display: inline; float: left; }
    #header-right .widget_search { clear: none; margin-left: 10px; }
    .header-sidebar #s:focus { width: 72px; }
    }
    in reply to: Reduce and remove empty space #12608
    Sakin
    Keymaster

    @PierreLuc3E: For site logo the following css should work.
    #site-logo, #hgroup { padding-top: 0; }

    in reply to: Width of Categories & Archive bar #12605
    Sakin
    Keymaster

    @k.capelli: Can you send me your site URL and explain in detail about the width of drop down.

Viewing 20 posts - 11,141 through 11,160 (of 14,509 total)