Forum Replies Created

Viewing 20 posts - 10,281 through 10,300 (of 14,509 total)
  • Author
    Posts
  • 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.

    in reply to: Responsive Design and display on different devices #15445
    Sakin
    Keymaster

    @interiorsalvage: I check in you site and it’s working fine. Can you ask your friend to send the screenshot and also let us know from which devices she checked in.

    in reply to: Full Banner #15444
    Sakin
    Keymaster

    @impresnet: That is not possible in Catch Everest theme but you can use Catch Evolution theme for that.

    in reply to: Posting on forum #15443
    Sakin
    Keymaster

    @interiorsalvage: Yes sometime it might be cache issue. So, you need to clear it or do hard refresh.

    in reply to: Upload function Featured Slider not working #15442
    Sakin
    Keymaster

    @ejmaxwellcat: It should be working. Can you let me know what is the issue. If you cannot upload then you can directly add the image url in the image field.

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

    @lew1s: In your child theme content.php file. Find the code if ( is_category() ) : and replace with if ( is_category() || is_date() ) :

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

    @Pete7feet: It should be pretty simple, you don’t need to edit any loop. You just need to add that in your editor. Can you show me the link of the post where you have added more tag then I can check in.

    in reply to: Bolding Headers #15439
    Sakin
    Keymaster

    @azizwaing:

    1) How can I change the font size of the content inside the menu drop down bar?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul a { font-size: 10px; }

    2) Is there a way to put text/images to the right side of the header?
    — For this you need to upgrade to Catch Everest Pro theme, where you will get Header Right Sidebar and then add anything you want.

    3) When you enable the slider for the entire site, is there a way to designate certain slides for certain pages? I don’t want accounting slides to appear for the travel & tours section.
    — Sorry there is no option for this. You are only allowed to use same slider throughout the site.

    4) Is there a way to remove the “Powered by: WordPress” text in the footer?
    — For this you need to upgrade to Catch Everest Pro theme, where you will get Footer Editor in Theme Options panel where you can delete or edit the footer text.

    5) How can you link “Click Here” buttons to certain pages?
    — I don’t get it what you mean. You can add html links.

    6) Is there a way to link image slider pictures to certain pages?
    — For this you need to upgrade to Catch Everest Pro theme, where there is Featured Image Slider which can link to any page, post, category, or custom url.

    See more details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 20 posts - 10,281 through 10,300 (of 14,509 total)