Forum Replies Created

Viewing 20 posts - 8,141 through 8,160 (of 14,505 total)
  • Author
    Posts
  • in reply to: editing text widget #24694
    Sakin
    Keymaster

    @Mark: Yes using plugin is good way to do it.

    /* For Text Widget */
    .widget-area .textwidget { font-size: 14px; }
    /* For Image Widget Text */
    .widget-area .widget_sp_image { font-size: 12px; }
    in reply to: How to feature a page in the slider #24678
    Sakin
    Keymaster

    @Parvus: Yes, in Pro version you have 2 more options that is “Page Slider” to link to page and “Image Slider” to link/unlink anywhere you like.

    Thanks for your appreciation.

    in reply to: Modifying header image #24677
    Sakin
    Keymaster

    @Jeff: Yes you can change it. That is just a demo image to show how theme looks like. Just go to “Appearance => Header” and then upload your own image and save changes.

    For detail instructions check out http://catchthemes.com/theme-instructions/catch-evolution/

    in reply to: Grey overlay on Homepage #24676
    Sakin
    Keymaster

    @James: How did you get that grey overlay. We don’t have that in our theme. See the demo page http://catchthemes.com/demo/catch-kathmandu/. Can you post the URL where you find that.

    in reply to: Simple Catch – removing specific image border #24675
    Sakin
    Keymaster

    @ianedward: If you want to remove the border from only the page mentioned in the link then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page-id-691 #main #content img { border: none; }

    in reply to: Adjust padding on primary menu #24674
    Sakin
    Keymaster

    @jexywaverider: You can add the following css in “Appearance => Theme Options => Custom CSS” box
    #header-menu ul.menu a { padding: 0 1em; }

    in reply to: Images not showing on facebook when links posted. #24664
    Sakin
    Keymaster

    @jsmoriss: That’s awesome 🙂

    in reply to: Background Header Image and Centering Title/Subtitle #24659
    Sakin
    Keymaster

    Hi Troy,

    1. I don’t recommend adding such as large and heavy image as the background of your header. I recommend you to add image size of maximum 300px height and 1600px width. The image you are trying to add is 5760px width and 3840px height. This is too big and will impact your site loading.
    But if you still want to add in then then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding {
        background: url("http://theendlesseditor.com/wp-content/uploads/2014/04/typewriter11.jpg") no-repeat scroll center center transparent;
    }

    2. First you need to disable header right sidebar from “Appearance => Theme Options => Header Right Sidebar Options” and click on “Disable Header Right Sidebar” and save changes. Then to move the title and tagline to the right side of the header, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding .logo-wrap { float: right; }

    in reply to: Images not showing on facebook when links posted. #24657
    Sakin
    Keymaster

    @jsmoriss: I think you should add that in your Readme.txt file or plugin instruction file. That you might want to disable “Social” featured from WordPress by Yoast plugin to prevent duplicates. This will be great 🙂

    in reply to: Images not showing on facebook when links posted. #24652
    Sakin
    Keymaster

    @jsmoriss: Yes agree on that. But if the user wants to use your plugin then they need to disable “Social” featured from WordPress by Yoast plugin. I don’t think adding both is a good idea.

    in reply to: help please #24647
    Sakin
    Keymaster

    @ROBERT: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    p { margin-bottom: 1em; }

    in reply to: Images not showing on facebook when links posted. #24645
    Sakin
    Keymaster

    @jsmoriss: Thanks for coming to our forum and posting in your clear message. I said conflict between “WordPress SEO by Yoast” and “NGFB Open Graph” plugin as both were adding Open Graph Text. So, I mean to say that use only one plugin.

    in reply to: Homepage Featured content options #24639
    Sakin
    Keymaster

    @cpuss: There is nothing change in 2.0.1 it’s just the admin section optimization and 1 bug fix. It shouldn’t reflect any issue with the performance. I see that your homepage is too heavy. Your homepage size is 4.4mb that is why it is taking time to load. For slider image, you can upload the image size of width 1140px. But your images are 1280px width. When you are using lot of image, it will be little show. Maybe it time for you to use CDN or cloudflare

    in reply to: Only Show Post Summaries on Page #24548
    Sakin
    Keymaster

    @Drewmikita: You can check out instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/ and if you want assistant then you can contact our sales team at http://catchthemes.com/contact-us/

    in reply to: Looking to change slider/footer color #24547
    Sakin
    Keymaster

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

    /* For slider */
    #main-slider { background-color: #c91515; }
    #main-slider .entry-container { background: none transparent; }
    /* For Footer */
    #site-generator { background-color: #c91515;}
    in reply to: Only Show Post Summaries on Page #24544
    Sakin
    Keymaster

    @Drewmikita: You will not loose anything is you haven’t edit any core theme files such as index.php, functions.php, style.css and so on. All your edits from Theme Options will be safe.

    in reply to: Only Show Post Summaries on Page #24542
    Sakin
    Keymaster

    @Drewmikita: Strange as I just tested in my server and it’s showing excerpt. Maybe some cache issue, can you try changing the “Content Layout” from “Appearance => Theme Options => Layout Options” one time. Also I see that you are using old version of Catch Everest Pro. Can you update as well.

    in reply to: Looking to change slider/footer color #24529
    Sakin
    Keymaster

    @drew: Thanks for your appreciation. Just wanted to let you know that you should never edit any core theme files like style.css, index.php, functions.php and so on. As all the edit in the core theme files will be reverted back when you update the them.

    So, to edit the CSS. Either you need to add in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add the css that you want to change in child theme style.css. It would have been easy if you had post in your site URL. So, now I am assuming that you are using Catch Kathmandu theme. If you upgrade to Pro version then you will be able to change the color from Color Options panel. So try that. If you want to stick with the free one then send me your site URL and let me know the color that you want to change to. Also is it background color or text color.

    in reply to: Smaller featured image / post thumbnails #24525
    Sakin
    Keymaster

    @low2k: Yes you can add smaller featured image. As when you upload the smaller image like 200px width by 200px height and then add the following css in “Appearance => theme Options => Custom CSS” box

    .entry-summary img {
        display: inline;
        float: left;
        margin: 0 15px 10px 0;
    }
    in reply to: Only Show Post Summaries on Page #24522
    Sakin
    Keymaster

    @Drewmikita: Yes this will work. In “Settings => Reading” you have “Front page” and “Posts page”. Front page is to display static page in Home and Post page is to select the page which will display your blog.

Viewing 20 posts - 8,141 through 8,160 (of 14,505 total)