Forum Replies Created

Viewing 20 posts - 5,141 through 5,160 (of 14,497 total)
  • Author
    Posts
  • in reply to: Adventurous and MQTranslate-Plugin #50982
    Sakin
    Keymaster

    @Kris: Thanks. Not sure about the free version as proving support for plugin is really an issue.

    in reply to: Footer Copyright #50981
    Sakin
    Keymaster

    @TBM: Not sure why the text is in English or Russian. You need to check in your site language settings. There is not option to change footer copyright information in Free version. For that you need to upgrade to Pro version.

    in reply to: sub menu font size #50980
    Sakin
    Keymaster

    @createforyou: You can change by editing the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu ul a, 
    .sidebar-top .widget_nav_menu ul.menu ul a,
    #colophon #access-footer ul.menu ul a {
        font-size: 13px;
    }
    in reply to: Customised content in the Optional Sidebars #50979
    Sakin
    Keymaster

    @Andalucia Life SC: You can choose Optional sidebar one, two and three for your pages/posts. But you cannot choose it for Category. For category, you can use Archive Sidebar. To choose sidebar in your post/page. You need to edit your page/post and then select sidebar from “Catch Evolution Options” box below your editor. It should be like this https://www.pinterest.com/pin/548594798329982875/

    If you want detail widgets control then you can try “Jetpack” plugin, Widget Visibility module.

    in reply to: Can't Upload to Featured Image Slider #50978
    Sakin
    Keymaster

    @Michael: I am able to upload it and looks more of browser issue.

    in reply to: Blank Slider #50976
    Sakin
    Keymaster

    @Bastet68: It shouldn’t be like that in both Free and Pro version. If you have saved the IDs in the Post Slider then these ID should be there. But make sure there are no other user changing your options. If you want me to look at your settings in your site then let me know it and then I will email you personally.

    in reply to: Setting standard anchor links hover color #50975
    Sakin
    Keymaster

    @Sabina: It should be as below. Just add it in “Appearance => Theme Options => Custom CSS” box:
    .widget-area .widget a:hover { color: #f37137; }

    in reply to: Want Header to remain static as content scrolls up #50972
    Sakin
    Keymaster

    @RemoteTech: Did you try adding your menu in “Fixed Header Top Menu”. This will be fixed menu at the top. You can create custom menu from “Appearance => Menus” and then assign your custom menu to Fixed Header Top Menu from “Appearance => Menus => Manage Locations”

    in reply to: Treat homepage like blog #50970
    Sakin
    Keymaster

    @mattsmith701: Looks like you change the “Syndication feeds show the most recent” to 5 not the “Blog pages show at most”. So, can you check your settings at “Settings => Readings => Blog pages show at most”.

    in reply to: Can't Upload to Featured Image Slider #50966
    Sakin
    Keymaster

    @Michael: ok I will email you and check why you cannot upload it.

    in reply to: Few questions #50965
    Sakin
    Keymaster

    @drswapnilparve:
    1. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    #page { background-color: #fff; }
    #branding #access { margin: 0 3%; width: 94%; }

    2. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page .entry-header { display: none; }
    .page .entry-content, .page .hentry { padding-top: 0; }

    3. You can remove the border bottom by adding the following css in “Appearance => Theme Options => Custom CSS” box. But I don’t get it what you mean by clean round ended.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        border-bottom: none;
    }

    4. You have remove the rounded corner in the widget box. You can find the following css in “Custom CSS”. Just remove that:

    /* To Remove Rounded corner in Widgets */
    .widget { border-radius: 0; }

    Then to remove the horizontal line in the widget box, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { border-bottom: none; }

    5. Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .wp-caption .wp-caption-text:before { content: none; }
    .wp-caption .wp-caption-text { padding: 10px 0 0 10px; }
    in reply to: Mobile devices – Only shows Header right menu #50960
    Sakin
    Keymaster

    @Kris: Thanks for your appreciation.

    in reply to: Can't Upload to Featured Image Slider #50959
    Sakin
    Keymaster

    @Michael: Can you post in your site URL and explain. I don’t get it what you mean.

    in reply to: Primary Menu only works on front page #50951
    Sakin
    Keymaster

    @Ellen: Thanks for your appreciation. You too have a great day 🙂

    in reply to: Problem with translation of first featured slide #50948
    Sakin
    Keymaster

    Thanks @Delfim and @Bill 🙂

    in reply to: Replacing position of content in home page #50914
    Sakin
    Keymaster

    @bobar22: For that it’s complicated and you might need to consider hiring developer to do this customization. First need to copy the function catchkathmandu_homepage_featured_content() from catchkathmandu-fucntions.php files and then edit the code in your child theme.

    in reply to: Primary Menu only works on front page #50913
    Sakin
    Keymaster

    @Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
    .widget:after { content: none; }

    in reply to: more space between "read more" and "comments" #50912
    Sakin
    Keymaster

    @Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:
    .single-post footer.entry-meta { display: none; }

    in reply to: responsive theme #50911
    Sakin
    Keymaster

    @mvandrei: Sorry I cannot understand it. You code looks fine.

    in reply to: Cannot upgrader #50908
    Sakin
    Keymaster

    @Michael: First, you need to download the your theme zip file from your account at http://catchthemes.com/my-account/. Then if you want to update from WordPress Dashboard then you need to install Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ and follow the instruction mentioned there.

    You can also use FTP for update which is mentioned in theme instruction page http://catchthemes.com/theme-instructions/

Viewing 20 posts - 5,141 through 5,160 (of 14,497 total)