Forum Replies Created

Viewing 20 posts - 6,721 through 6,740 (of 14,504 total)
  • Author
    Posts
  • in reply to: How do I move Social Links to top? #42178
    Sakin
    Keymaster

    @Kim: Your logo is bit large. Can you reduce the width of your logo and then mode your social icon form Header Top Sidebar to Header Right Sidebar.

    in reply to: Making page transparent #42177
    Sakin
    Keymaster

    @Ian1597: That’s nice that you found it. But don’t edit core theme files inside adventurous theme directory. As the edits that you make it there will be reverted back to original when you update the theme. So, for the CSS change either you add it in “Custom CSS” box or build child theme and add it in your child theme style.css file.

    in reply to: Can I change font and colors? #42174
    Sakin
    Keymaster

    @Janette:
    1. To change the font size of tagline(site description), you can go to “Appearance => Theme Options => Font Size Options” and change “Site Description Font Size”. To change the color, you can go to “Appearance => Theme Options => Color Options” and change the color code in “Site Tagline Color”
    2. You can change to Green Color Scheme by Selecting “Green” from “Appearance => Theme Options = Color Options => Default Color Scheme”. Then you can change the individual color as per your need
    3. For widget title and widget content, you can change the font size in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
        /* For Widget Title */
        .widget-title {
            font-size: 18px;
        }
        /* For Widget Text */
        .widget-area,
        .widget ul li  {
            font-size: 14px;
        }
    }
    in reply to: Google Chrome Compatibility? #42173
    Sakin
    Keymaster

    @Signal512: Please share your site URL so that I can try it from Google Chrome.

    in reply to: Widget on homepage #42172
    Sakin
    Keymaster

    @Joaozinho: Nice it’s working 🙂

    in reply to: Remove page title on homepage only #42171
    Sakin
    Keymaster

    @Cybersnaby: For this I actually need your site URL and check in. So, send me your site URL. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .home .entry-title { display: none; }

    in reply to: Featured Image Showing 2x #42170
    Sakin
    Keymaster

    @kayla: Sorry I don’t get it what you mean. For Adventurous Featured Image in post, you have two options to play around. There is Content Featured Image Options and Header Featured Image Options. If you want to do that for overall site then you need to change that from Theme Options panel or if it is only for particular post then you need to change that from “Adventurous Options” meta box below you post editor.

    in reply to: Adding Social Media Icons to Header #42169
    Sakin
    Keymaster

    @runnerchick081: Sorry I don’t get it what are you trying to do it and your css conflicting with each other.

    So, can you let me know more details then I can suggest it. Like what is the width of sidebar that you want and for content.

    in reply to: Cannot upgrader #42167
    Sakin
    Keymaster

    @Albert: You need to download the your theme zip file from your account at http://catchthemes.com/my-account/

    in reply to: Adding Social Media Icons to Header #42157
    Sakin
    Keymaster

    @Sakin In your custom css I see the following css, can you let me know why you added it. It is conflicting with the css I gave you.

    #primary {
    margin: 0 -19% 0 0;
    }
    #content {
    margin: 0 22% 0 3%;
    width: 100%;
    }
    #secondary {
    width: 33%;
    }
    in reply to: width to the search box #42156
    Sakin
    Keymaster

    @Sevian: 350px for the search box is too big in your widget. As per your design 250px looks good. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 320px) {
        .widget_search #s { width: 260px; }
    }
    in reply to: Adding Social Media Icons to Header #42117
    Sakin
    Keymaster

    @runnerchick081:
    1. For this, I don’t know where you have added your custom css as below:

    @media screen and (min-width: 1225px) {
    #primary { width: 800px; }
    #secondary { width: 200px; }
    }

    Just replace that with the following

    @media screen and (min-width: 1225px) {
    #main .wrapper { width: 1030px; }
    #primary { width: 800px; }
    #secondary { width: 200px; }
    }

    2. I have already answered in http://catchthemes.com/support-forum/topic/remove-featured-image-on-posts/

    in reply to: Shortcode ultimate / Transparent Images #42115
    Sakin
    Keymaster

    Hello Jan,

    I just downloaded WP Canvas and added Shorcode as below in page and the tab is working fine. Yes, I need your site access. I will send you email.

    [wc_tabgroup layout="box"]
    
    [wc_tab title="First Tab"]
    
    Sample Content
    
    [/wc_tab]
    
    [wc_tab title="Second Tab"]
    
    Sample Content tab 2
    
    [/wc_tab]
    
    [/wc_tabgroup]

    Regards,
    Sakin

    in reply to: Adding Social Media Icons to Header #42113
    Sakin
    Keymaster

    @runnerchick081: For that first you need to remove your logo from Custom Header “Appearance => Header”. As that is not the place to add logo. To add logo you can go to “Appearance => Theme Options => Header Options” and upload the logo in Logo URL or just paste the logo URL there and don’t forget to un-check “Disable Header Logo”.

    But your logo “www.nycrunningmama.com/wp-content/uploads/2014/08/cropped-logo.png” is too large with background. You can just add logo removing all background like this one https://dl.dropboxusercontent.com/u/81234910/nycrunningmama-logo.jpg

    Then you can add background color in our header by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding { background-color: #f4eef0; }

    in reply to: Download link #42111
    Sakin
    Keymaster

    @joe: I couldn’t find your purchase order. I only see one pending payment order. So, please contact our sales directly with your order ID at http://catchthemes.com/contact-us/

    I see that you have already change the content width.

    in reply to: Making page transparent #42110
    Sakin
    Keymaster

    @Ian1597: You can add the following css in “Appearance => Theme Options => Cusotm CSS” box.

    #content article, 
    #content .page-header, 
    #comments, 
    #content .author-info,
    #secondary .widget,
    #main-wrapper .panel {
        background: none transparent;
        border: none; 
        box-shadow: none;
    }

    Note: For twitter widget, we don’t control it. It’s from the twitter widget itself. So, you need to change the settings there.

    in reply to: Text not wrapping around images when using headers. #42109
    Sakin
    Keymaster

    @Laurie: We have clear all the headings tags. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove that clear.
    .entry-content h4 { clear: none; }

    in reply to: Woocommerce stretching page out #42108
    Sakin
    Keymaster

    @runitbare: Actually WooCommerce plugin is supported only in Pro version. So, if you upgrade to Per version then it will be fixed automatically. See more about additional features in Pro version at http://catchthemes.com/theme-instructions/simple-catch-pro/.

    Sorry WooCommerce need to change the layout of wide. That is why it is not supported in Free version. In free version you can adjust little but by adding following custom css in “Appearance => Theme Options => Custom CSS” box but it’s not perfect fix.

    .woocommerce #container {
        margin: 0 auto;
        width: 978px;
    } 
    .woocommerce #sidebar {
        display: block;
        float: none;
        margin: 0 auto;
        width: 978px;
    }
    in reply to: Problems with mobile version #42106
    Sakin
    Keymaster

    @Wolfgang: Sorry I need to check in your site and check how you have changed that and then only I can suggest you the solutions. So, what your site URL where I can check in.

    in reply to: width to the search box #42105
    Sakin
    Keymaster

    @Sevian: Please post in your site URL and the width that you want to search box widget. As the width is adjust as per the responsive design and need to adjust as per the screen size.

    Also if you use “Search” widget to the sidebar then it’s fixed width only.

Viewing 20 posts - 6,721 through 6,740 (of 14,504 total)