Forum Replies Created

Viewing 20 posts - 5,681 through 5,700 (of 14,497 total)
  • Author
    Posts
  • in reply to: Remove shadow around certain images #48344
    Sakin
    Keymaster

    @fmck718: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-content img { box-shadow: none; }

    in reply to: Center image header #48341
    Sakin
    Keymaster

    @saremcdee: I don’t see logo in your site. You can just go to “Appearance => Theme Options => Header Options”. Then uncheck “Disable Logo” and then add your logo URL in
    Logo url and save changes.

    in reply to: Multi language support #48334
    Sakin
    Keymaster

    @adamsh: Sorry I don’t understand your issue in homepage. What do you mean by other pages are working and not homepage.

    in reply to: Multi language support #48332
    Sakin
    Keymaster

    @adamsh: That is the problem with the homepage.

    in reply to: Multi language support #48330
    Sakin
    Keymaster

    @adamsh: Sorry for this you need to ask in Polylang plugin itself. We don’t have control on it.

    in reply to: remove header slider #48329
    Sakin
    Keymaster

    @toruah: I check in your site and you are using Catch Kathmandu Free version. If you want to disable the slider then you can disable it from “Appearance => Theme Options => Featured Slider => Slider Options” and then check “Disable” and save changes. But if you want to add in your own post in your slider then see this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    Fore more check out:
    Catch Kathmandu Theme Instruction: http://catchthemes.com/theme-instructions/catch-kathmandu/
    Catch Kathmandu Pro Theme Instruction: http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Design responsive (iPhone) #48322
    Sakin
    Keymaster

    @Nobuki: Thanks yes, sometime plugins are problem child 🙂

    in reply to: Center image header #48321
    Sakin
    Keymaster

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

    #header-left { text-align: center; width: 100%; }
    #site-logo { float: none; }
    in reply to: Blog page set up #48308
    Sakin
    Keymaster

    @lorencowka: You cannot make it full width just by the css as it’s wrap together with header code. So, you can make it center only. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box

    #header-right {
        clear: both;
        text-align: center;
        width: 100%;
    }
    #header-right .widget {
        float: none;
    }
    #header-menu ul.menu {
        display: inline-block;
        float: none;
    }
    in reply to: Blog page set up #48305
    Sakin
    Keymaster

    @lorencowka: Do you mean that when you click on search, it expands and make your menu height more. Then you can add the following css:

    .header-sidebar #s { color: #ccc; }
    .header-sidebar #s:focus { width: 120px; color: #eee; }
    in reply to: Edit SEO title meta description home page #48304
    Sakin
    Keymaster

    @KitSinclair: This is more of plugin question. So, the best option is to ask in the seo plugin support forum.

    I check in your site and see that you are using WordPress SEO by Yoast plugin. As per my knowledge, for that you need to go to “SEO => Title & Metas => Home”. There you can change it.

    in reply to: Center image header #48303
    Sakin
    Keymaster

    @alemoy: Please post in your site URL then I will check in your header image and send you the css to make it center.

    in reply to: Header menu #48288
    Sakin
    Keymaster

    @Joaozinho: Look like css missing and we will update in new version. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box fore now:
    .fixed-header #header-right .widget ul.menu ul ul { top: 0; }

    in reply to: Edit "Permalink to" message #48286
    Sakin
    Keymaster

    @KitSinclair: When I check in your site, there is no alt text in the image. Maybe you have already remove it.

    But to edit this, it’s bit complicated.
    1. First you need to build child theme. You can check our tutorial and also download the sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/
    2. Open the file catcheverest-functions.php file from catch-everest theme directory. Then copy whole function code catcheverest_post_sliders() to your child theme functions.php file
    3. Then you and edit that code. Just remove all Permalink to and save your functions.php file and just activate your child theme.
    4. Sometime, you need to save changes in your Theme Options panel to clear the cache.

    in reply to: Blog page set up #48272
    Sakin
    Keymaster

    @lorencowka: So what you want to do it? Can you explain it so that I can send you css for that. Maybe you can show me screenshot of what you want.

    in reply to: How can I change or choose Facebook share picture? #48265
    Sakin
    Keymaster

    @Salome: This is done by Open Graph system and this falls in plugin territory. I also gave you link to test your open graph https://developers.facebook.com/tools/debug/. It is working fine in your blog post as it see the featured image and take the featured image as the open graph image. But your homepage, list all the latest post. So, it takes the first featured image.

    WordPress SEO by Yoast is the best plugin to handle this and it also improves your site Search Engine Optimization.

    in reply to: Misc Customizations #48263
    Sakin
    Keymaster

    @benowchiro: Buying is your decision and I don’t force you. Just purchase it when you feels like to or donate to free version. It’s all your wish.

    1. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .widget.widget_recent_entries ul { list-style: disc; }
    .widget.widget_recent_entries ul li { margin-left: 20px; }

    2. To add separator image, you have two options.
    First, you can use the css and add image with that.

    #masthead  {
        background: url("Iamge-URL") repeat scroll center bottom transparent;
    }

    Second option, you can upload Header Featured Image Form “Appearance => Theme Options => Header Featured Image Options” and in “Enable Featured Header Image”, select “Entire Site”.

    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #featured-post .entry-title { text-align: center; }

    in reply to: white space below secondary menu #48261
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #main { padding-top: 0; }

    Also, I see that you have following css in Custom CSS, which you need to change it. So, find the following css:
    .page .entry-title { display: none; }
    and replace it with following:
    .page .entry-header { display: none; }

    in reply to: Blog page set up #48258
    Sakin
    Keymaster

    @lorencowka: What is your issue with the search. I don’t know how you have added in search in menu. As we don’t have that option in our theme.

    in reply to: Contact form 7 field length not working #48243
    Sakin
    Keymaster

    @Ramon: It should work, we have been doing this to all our users. Maybe the changes you made in style.css conflicting with it. Can you post in your site URL.

Viewing 20 posts - 5,681 through 5,700 (of 14,497 total)