Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@eggbanana: Thanks for your appreciation and if you like my support and Full Frame theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/full-frame?rate=5#postform
Sakin
Keymaster@Cleo: You excerpt length should work fine even with featured image. You can view it in our demo blog at http://catchthemes.com/demo/gridalicious/blog/
So, can you edit those posts and check in if you have any text in excerpt box. If you have text in excerpt box the it will only display that text even you change the excerpt length. See this screenshot, which is showing excerpt box in post https://www.pinterest.com/pin/548594798330200958/
Sakin
Keymaster@shaun.smudger.smith: The image size for featured image in archive/homepage is 754px by 400px. But since you remove the border in content and sidebar smaller, it look like that. It should look like http://catchthemes.com/demo/catch-evolution/blog/
September 23, 2015 at 7:55 am in reply to: Move meta data (Author, date, comments) to below post content #67300Sakin
Keymaster@Georg: Which version of Internet Explorer are you checking in from. As I just check in from Chrome, Safari, FireFox and Internet Explorer 11 and the image in showing as center in your site http://www.funkfeuer.tv/
Sakin
Keymastertry searching for plugin like no category base.
Sakin
Keymaster@Vitaliy: You can build page template by building child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/. To build template according to your specification, you need to hire customizer from http://catchthemes.com/hire-customizer/ . You can fill that form and you will get quote.
Sakin
Keymaster@eggbanana: For solid color, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary { background: #000; background: rgba(0,0,0,1); }To change the menu color, you can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Menu Text Color */ .nav-primary .menu a { color: #ddd; } /* Menu Hover Text Color */ .nav-primary .menu li:hover > a { color: #aaa; } /* Menu Hover Active Color */ .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a { color: #aaa; }For homepage spaces, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { .site { padding-top: 53px; } } .home #content .wrapper, .home #content .type-page { padding-top: 0; }September 22, 2015 at 10:37 pm in reply to: mobile theme menu not in same order as theme menu #67278Sakin
Keymaster@Chris: I see that you have activated “Mobile” module from JetPack plugin. So, just go to “JetPack” plugin setting and deactivate “Mobile” module and you will see same mobile menu.
Sakin
Keymaster@beatmaniaNZ: This looks like plugin issue. So, try deactivating plugin one by one to find the conflicting plugin.
Sakin
Keymaster@Joan: Please contact our sales directly at http://catchthemes.com/contact-us/ as you should be able to download latest version from your account at http://catchthemes.com/my-account
September 22, 2015 at 2:02 pm in reply to: Move meta data (Author, date, comments) to below post content #67256Sakin
Keymaster@Kathy: There are two entry-meta, one is under the title and another after content. It’s same in your single post as well.
If you want to move that to after post content, then you need to build child theme, copy content.php file to your child theme and then move the following code after
<footer class="entry-footer">.<?php if ( 'post' == get_post_type() ) : ?> <?php catchresponsive_entry_meta(); ?> <?php endif; ?>Sakin
Keymaster@Deborah: Sorry I cannot solve this as it’s related to that plugin and I don’t know which post type it is using it and how it check for layout. So, the best option I see it to set default layout option for this gallery from “Appearance => Theme Options => Layout Options” and then for other pages, you can set it from page/post Catch Evolution Options metabox below post/page editor.
Sakin
Keymaster@rob: Sorry I don’t get it what you mean. When I check in your site in Mobile devices, it’s working fine. As per the responsive design, your sidebar should move below your content and above footer.
So, can you explain what you want. Maybe share your screenshot.
Sakin
Keymaster@roche5000: All Posts are automatically added to at least one category and if you don’t assign it then it will be automatically assign to default category. Only page can be independent of category.
But if you just want to hide that display, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main #content .tags { display: none; }Sakin
Keymaster@cinta: Can you check your settings at “Appearance => Customize => Theme Options => Homepage / Frontpage Options”, then either select all categories or unselect all.
Sakin
Keymaster@Stian: Check your settings. Go to “Appearance => Customize => Theme Options => Layout Options” and make sure you have unchecked “Check to hide meta information on archive pages”.
If you want different page to be your blog. Then first you need to create page from “Pages => Add New” and then assign that page that blog page to “Posts page” from “Appearance => Customize => Static Front Page” and then check in “A static page” and then select that page in “Posts page”.
To add items as per your need in menu, you need to create custom menu from “Appearance => Menus” and add menu location from “Appearance => Menus => Manage Locations”. For more about custom menu, check out http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
-
AuthorPosts
