Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dhuan: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, .widget-title { border: none; }Sakin
Keymaster@Pia: If you have already added from Child theme then remove the following css from “Appearance => Customize => Theme Options => Custom CSS Options” box and it will work:
/** Social Menu for Pingcon **/ .social-menu ul .visitpingcon a:before { content: "f442"; }Sakin
Keymaster@Alisa: Can you explain what you want to remove with your site URL so that I can check in and send you the css.
Sakin
Keymaster@@cinta: Cheers 🙂
Sakin
Keymaster@Kim Sorry I don’t understand what do you mean by you couldn’t find first code.
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
Keymaster@Michaela: That’s great. Thanks 🙂
Sakin
Keymaster@rob: Thanks sure, will send you email.
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 #67278 -
AuthorPosts
