Forum Replies Created

Viewing 20 posts - 10,261 through 10,280 (of 14,504 total)
  • Author
    Posts
  • in reply to: Menu vertical/ Footer widget/ header #15529
    Sakin
    Keymaster

    @urbancom: Please add in your Site URL so that I can check in what you mean.

    in reply to: Text Color Issues – Simple Catch #15528
    Sakin
    Keymaster

    @jzhess88: I see that you have customize the core theme files, you are not supposed to do that. For any custom CSS, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css

    If you look are the customization you have done in style.css. You will see the following CSS.

    strong, b {
        color: #666666;
        font-weight: bold;
    }

    See here, you have defined color for bold text. Just remove that.

    Your call to action box background color is defined in http://www.fantasygeniuses.com/wp-content/uploads/js_composer/js_composer_front_custom.css. So, you can either disable this CSS or you can overwrite it by adding the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS, you can customize the color code as per you need.

    #main .wpb_call_to_action {
        background-color: #E1BA00;
        border: 1px solid #D4AD00;
    }
    in reply to: iPad issue #15527
    Sakin
    Keymaster

    @ashrafashraf: Hello Ashraf, Thanks for showing interest to work with us. But I don’t work on business deal. You can contact us through http://catchthemes.com/contact-us/

    You can just create a category and post it there. But if you are trying to make it auto post from the users then you need to search for plugins at http://wordpress.org/plugins/

    in reply to: Additional top menu item after update #15526
    Sakin
    Keymaster

    @paulxd: Hi Paul, There was changes in the CSS and Menu. So, after you update the theme, you might get your old CSS due to cache and see the menu. But if you look at your site by refreshing it. It will be fixed. I just check in your site and it looks fine.

    in reply to: Post function for references #15525
    Sakin
    Keymaster

    @Frans: People can comment in individual post not in blog or category archive page.

    in reply to: Bolding Headers #15521
    Sakin
    Keymaster

    @azizwaing: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { display: none; }

    in reply to: Upgrading to 2.0 #15520
    Sakin
    Keymaster

    @jobregonz: Sorry, please check now. If you have any issue with your account then you can contact our sales and account directly at http://catchthemes.com/contact-us/

    in reply to: Customising home page & right hand header #15510
    Sakin
    Keymaster

    1. You can hide homepage title by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home .entry-header { display: none; }

    2. How can I replace the search bar on header’s top right hand with a contact us button or social media button?
    — You can simply add widget in your header right sidebar.

    3. Also how can i remove the footer of my posts that refers to where the post is located and tags?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    footer.entry-meta { display: none; }

    in reply to: Additional top menu item after update #15509
    Sakin
    Keymaster

    @paulxd: Send me your site URL and what you want to change to.

    in reply to: Post- and Page-heading #15508
    Sakin
    Keymaster

    @AFPhoto: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-title { font-weight: normal; }

    in reply to: Blog page – remove page title and archive sidebar #15507
    Sakin
    Keymaster

    @poornima.uk: Hello Poornima,
    To hide the blog page title, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .blog .page-header { display: none; }

    The blog page will dispaly Archive Sidebar, but if the Archive sidebar don’t have any widgets then it will show General Sidebar.

    The sidebar at the bottom are footer sidebars.

    in reply to: Remove icons for JPGs, PDFs? #15505
    Sakin
    Keymaster

    @travellingtwo: Sorry it’s bit confusing question. Can you explain it.

    Sakin
    Keymaster

    @lisareopera: Yes you can upload in any photo sharing site or in your own site and then add the image url here. So, I can see that you mean.

    in reply to: Bolding Headers #15503
    Sakin
    Keymaster

    @azizwaing: Sorry I don’t get it what you mean. Can you explain it.

    in reply to: Disable comments? #15496
    Sakin
    Keymaster

    @minervajo: It’s great that you found it 🙂

    Sakin
    Keymaster

    @lisareopera: Can you send me the screenshot showing what you mean. Sorry, I don’t understand it.

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

    @Pete7feet: Oh you are using Blog Page template. Sorry I found the issue. For now you can edit the page-blog.php and add the following code just below get_header();

    global $more; 
    $more = 0;

    and then we will update this in new version update.

    in reply to: Post function for references #15487
    Sakin
    Keymaster

    @Frans: I can comment on your post without clicking on “Leave a Reply”. There is leave a reply form. See this post http://www.morssink.net/nieuwe-badkamer-toilet/

    in reply to: Header subtitle next to logo #15486
    Sakin
    Keymaster

    @Frans: Catch Everest Pro theme is mobile ready responsive premium WordPress themes. So, you don’t need to activate any other mobile mobile. When I check in your site. I found that you have active “Mobile Theme” module from Jetpack plugin. Just deactivate “Mobile Theme” from Jetpack and then it will be fine.

    in reply to: Remove Image Hover Shadow? #15478
    Sakin
    Keymaster

    @jpbertram: Your custom css added though Theme Options panel and child theme will remain as it is. Catch Everest Pro version is just a feature addition to Catch Everest Free theme. It uses same framework. So, the updating will be smooth.

    You might need to reset your menu, header image, background image. But that’s just a few clicks. If you need our assistance in updating then we can just install it for you.

Viewing 20 posts - 10,261 through 10,280 (of 14,504 total)