Forum Replies Created

Viewing 20 posts - 10,321 through 10,340 (of 14,509 total)
  • Author
    Posts
  • in reply to: Home Page – Padding and Margins #15372
    Sakin
    Keymaster

    @carlosdonan: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site, #masthead { background-color: transparent; }

    in reply to: Coloring behind content boxes #15370
    Sakin
    Keymaster

    @weedner: Please add in your site URL and also let me know what do you mean by content boxes. If you are talking about the white boxes then you can adjust the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry { background-color: #fff; }

    in reply to: iPad issue #15369
    Sakin
    Keymaster

    @ashrafashraf: Yes it will make full width in iPad. So, let me know what are you trying to achieve. Then I will check in if that is possible with custom css.

    Also add in your site URL.

    in reply to: My site title and tagline have disappeared. Please help! #15364
    Sakin
    Keymaster

    @@tlvannoy: I see that the problem was from “SeoPress” plugin. To find that I needed to deactivate all your plugin and reactive one by one. So, please check all your plugin settings. For SEO, I recommend “WordPress SEO by Yoast”.

    in reply to: different header image on pages #15345
    Sakin
    Keymaster

    @kylienorton: The easiest way will be to add the CSS to hide it in Homepage. Send me your site URL, then I will check in and send you the css code to hide it.

    in reply to: Fixing position of slider when adding large logo #15344
    Sakin
    Keymaster

    @k.capelli: Sorry I don’t get it what you mean.

    in reply to: My site appears in google with a wrong description #15343
    Sakin
    Keymaster

    @Arnau86: Please check your “WordPress SEO by Yoast” plugin settings at “SEO => Title & Metas => Home”. There you have to add the title and description that will show in google. But it will take time to change the description.

    For more, you can post SEO question in “WordPress SEO by Yoast” plugin support forum on how long it will take to show the changed description.

    in reply to: read more does not work on separate blog page #15342
    Sakin
    Keymaster

    @Pete7feet: Add in your site url. So, that I can check in. To add another page as Blog. You can just set from “Settings => Reading” and in “Front page displays”, select “A static page (select below)” and then in “Posts page” choose the page you want to show as blow.

    If you are using “Full Content Display” in “Appearance => Theme Options => Layout Options => Content Layout”. Then it will show full text and you need to break the content to show more. But if you choose “Excerpt/Blog Display”, it will show the excerpt text with more.

    in reply to: Bolding Headers #15341
    Sakin
    Keymaster

    @azizwaing: Not sure which area you mean. Maybe add your screenshot image url showing the area.

    in reply to: remove comment count by post title and date #15340
    Sakin
    Keymaster

    @klhaight: I just check in my test site. You need to copy content.php and content-single.php and then remove the comment code.

    in reply to: title in header changed after update #15329
    Sakin
    Keymaster

    @marga: The way you have define child theme is incorrect. Your child theme style.css should be as below.
    /*
    Theme Name: Catch Box Child Theme
    Theme URI: http://catchthemes.com/themes/catchbox/
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Child theme of Catch Box WordPress Theme
    Version: 1.0
    */

    /* =Import Parent theme CSS
    -------------------------------------------------------------- */
    @import url("../catch-box/style.css");

    /* =Child Theme Custom CSS
    -------------------------------------------------------------- */

    in reply to: Post Title in Categories #15316
    Sakin
    Keymaster

    @lew1s: You must have missed setting in that plugin. You can add question in that plugin support forum.

    in reply to: can help me>> Group Questions #15314
    Sakin
    Keymaster

    @eprok: Yes you can add content background by adding in the css as
    #content { background-image: 'image_url'; }

    Which theme are you looking for? I can show you the screenshots.

    in reply to: remove comment count by post title and date #15313
    Sakin
    Keymaster

    @klhaight: You need to build child theme and then copy content-single.php in your child theme and remove the line

    <?php if ( comments_open() && ! post_password_required() ) : ?>
      <span class="sep"> &mdash; </span>
      <span class="comments-link">
    	  <?php comments_popup_link(__('No Comments &darr;', 'catchbox'), __('1 Comment &darr;', 'catchbox'), __('% Comments &darr;', 'catchbox')); ?>
      </span>
    <?php endif; ?>
    in reply to: Sidebar Gallery #15310
    Sakin
    Keymaster

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

    .widget-area .widget.ngg_images a {
        display: inline;
        float: left;
    }

    I prefer all our Pro theme as it have more features. See the theme instructions and choose it http://catchthemes.com/theme-instructions/

    in reply to: can help me>> Group Questions #15309
    Sakin
    Keymaster

    @eprok: Sorry your questions are confusing. Please try hiring customizer.
    For site title font you can adjust the font size and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    h1#site-title { font-size: 45px; }
    For content background you can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #content { background-color: #000; }

    in reply to: Bolding Headers #15308
    Sakin
    Keymaster

    @azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box for point 1 and 2

    .page .entry-header .entry-title { font-weight: bold; }
    #featured-post img.wp-post-image { box-shadow: none; }

    But for point 3, I am not clear about it.

    in reply to: How to create content background? #15268
    Sakin
    Keymaster

    @danielgreat: Oh! you want border with rounded corner then it will be as below:

    #main {
        border: 1px solid #7B8FA4;
        border-radius: 10px;
    }
    in reply to: Home Page – Padding and Margins #15256
    Sakin
    Keymaster

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

    #footer-sidebar, #supplementary { padding: 0; }
    #supplementary.three .widget-area { margin: 0; width: 33.33%; }
    #supplementary .widget { margin: 0; }
    in reply to: Home Page – Padding and Margins #15253
    Sakin
    Keymaster

    Let me know once you add it. It’s sill no widget in footer. I am about to leave for today.

Viewing 20 posts - 10,321 through 10,340 (of 14,509 total)