Forum Replies Created

Viewing 20 posts - 8,141 through 8,160 (of 14,498 total)
  • Author
    Posts
  • 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.

    in reply to: editing text widget #24521
    Sakin
    Keymaster

    @Mark: Both your text and the Google map uses “Text Widget” so when you change one it will change the other as well. But I see your Google map text widget uses small code to add the text so you can separate like below

    .widget-area { font-size: 14px; }
    .widget-area small { font-size: 12px; }
    in reply to: Question concerning Submenu und Posts #24519
    Sakin
    Keymaster

    @MVS: You can add in “Code to display on Footer”.

    Sorry Featured Post slider is created to Highlight our post. So, there is no option to hide. If needed you can update to Catch Everest Pro and use Featured Image Slider, where you can upload independent image as per you need and no need to link. As like, title and content are optional.

    in reply to: WooCommerce category with same layout as blog? #24499
    Sakin
    Keymaster

    @artch: It’s the shop-styles only.

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

    @cpuss: I don’t get it what you mean by the speed of click.

    in reply to: editing text widget #24497
    Sakin
    Keymaster

    @Mark: Sorry I couldn’t see that you are trying to change it. Can you show me the page where you have text widgets. It is supposed to me same font.

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

    @Drewmikita: Thanks for your appreciation. In the that page, I see that you have assigned page template as Blog. That is why the theme options settings is not working. You can just make that page template to “Default Template”. Then you will say that this page will not show as Blog. There is setting to show this page as blog.
    Just go to “Settings => Readings” and in “Front page displays” click on “A static page (select below)” then choose the page in “Posts page:” and save changes.

    in reply to: Slider not showing up #24494
    Sakin
    Keymaster

    @Yusra_Urooj: Can you post in your site URL? If you are using Catch Everest Free theme then you should be able to enable it from “Appearance => Theme Options => Featured Post Slider => Slider Options => Enable Slider”. Also make sure that you have added Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”.

    Can you check these settings and if this doesn’t work for you then send me your site URL.

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