Forum Replies Created

Viewing 20 posts - 10,301 through 10,320 (of 14,496 total)
  • Author
    Posts
  • in reply to: Home Page – Padding and Margins #15386
    Sakin
    Keymaster

    @carlosdonan: I don’t see the shadow there.

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

    @kylienorton: Yes I have replied your email.

    in reply to: Bolding Headers #15384
    Sakin
    Keymaster

    @azizwaing: You can add the border by adding in the following CSS in “Appearance = Theme Options => Custom CSS” box.
    .site { border: 1px solid #00A2E8; }

    About the featured post slider, you can set to all pages through “Appearance => Theme Options => Featured Post Slider => Slider Options = > Enable Slider” to “Entire Site”

    You can add your posts as featured image. See the instructions at catchthemes.com/theme-instructions/catch-everest/

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

    @klhaight: You need to edit the code after you copy it. Ok I will email you and then I can get the code in your server.

    in reply to: Adding images to the menu and/or header? #15380
    Sakin
    Keymaster

    @Dignan17: Nice 🙂

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

    @Pete7feet: In “Appearance => Theme Options => Layout Options => Content Layout” choose “Full Content Display” and then split content with more tag. See this on how to add more tag http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Sub-Menu Help #15373
    Sakin
    Keymaster

    @BenniemanZA: For detail color options you can upgrade to Catch Everest Pro theme. See the features details at http://catchthemes.com/theme-instructions/catch-everest-pro/

    I don’t know what where you menu colors before. We can add color in our Custom CSS box at “Appearance => Theme Options”. Can you send me more details.

    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.

Viewing 20 posts - 10,301 through 10,320 (of 14,496 total)