Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kris: Thanks. Not sure about the free version as proving support for plugin is really an issue.
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.
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; }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.
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.
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; }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”
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”.
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; }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.Sakin
Keymaster@Ellen: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
.widget:after { content: none; }Sakin
Keymaster@Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:
.single-post footer.entry-meta { display: none; }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/
-
AuthorPosts
