Forum Replies Created

Viewing 20 posts - 10,261 through 10,280 (of 14,496 total)
  • Author
    Posts
  • 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.

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

    @jpbertram: try adding in the following CSS and it will remove the hover effect on images.

    #hgroup-wrap a:hover img,
    .featured-image a:hover img,
    .entry-content a:hover img,
    .comment-content a:hover img,
    .widget a:hover img,
    a:hover img.header-image,
    .author-avatar a:hover img,
    a:hover img.wp-post-image {
    	opacity: 1;
    }
    in reply to: Blog Sidebar help #15475
    Sakin
    Keymaster

    @jpbertram: Full Width layout is only there in Pro version of the theme.

    in reply to: Disable comments? #15474
    Sakin
    Keymaster

    @minervajo: Maybe pinterest were down when you check in. This screenshot shows how to show Discussion box in your pages. http://www.pinterest.com/pin/548594798329843253/

    When you edit your page, you will see a small “Screen Options” button in the top right of the page. Just click on “Screen Options”, then you need to check on “Discussion” to enable discussion box. Now, after this you will see discussion box below you page editor where you can just uncheck “Allow Comments” then update your page.

    Sakin
    Keymaster

    @lisareopera: It’s bit confusing as I don’t know you site URL. On the basis of Catch Everest Theme, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
        max-width: 580px;
    }
    in reply to: Upload function Featured Slider not working #15454
    Sakin
    Keymaster

    @ejmaxwellcat: It’s working on our server. Maybe there is conflict with plugin. So, you can try disabling plugin and check in. I will email you and then you can send me access to your site. Please check your email.

    in reply to: Header #15450
    Sakin
    Keymaster

    @mtporter: I see that there is nothing in header content. So, you can hide that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { display: none; }

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

    @klhaight: I see that you are adding everything is style.css of child theme. style.css is only for css styles. So, I have created new child theme with style.css, content.php and content-single.php

    in reply to: Header #15447
    Sakin
    Keymaster

    @mtporter: I don’t get it what you mean. Can you send me your site URL and let me know what you want.

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