Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@@cinta: Cheers 🙂
Sakin
Keymaster@Deborah: If you not have issue if you have default layout for your site. Maybe those theme you have tried didn’t have layout options for individual page/post.
The issue is like this. We don’t have layout option for your Gallery plugin page type. So, it take the default layout.
Sakin
Keymaster@Robert: After you activate Catch IDs plugin you will see post ID like this. See this screenshots https://wordpress.org/plugins/catch-ids/screenshots/
Sakin
Keymaster@Paul: For infinite scroll, you can just activate “JetPack” plugin “Infinite Scroll” module.
But if you want selector then:
Navigation Selector: #nav-below
Next Selector: .nav-previous
Item Selector: .nav-next
Content Selector: #primarySakin
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; ?> -
AuthorPosts
