Forum Replies Created
-
AuthorPosts
-
catchinternetKeymaster
@knudkp: Thant is from Featured Content. So, can you go to “Appearance => Customize => Featured Content”. If you want to disable then in “Enable Featured Content on” option, just select “Disabled”.
catchinternetKeymaster@leotrim77: You can change font size using Custom CSS box. So, post in your site URL and let me know which font size you want to change.
catchinternetKeymaster@Sandra: You can hide it by using custom css. But if you want to remove it, then you need to build child theme and then add condition in header.
So, can you post in your site URL and let me know in which page you want to hide menu and header.
catchinternetKeymaster@09Shan: Not sure what you mean. Can you explain in reference with your site URL? In Simple Catch Free theme there is Featured Post Slider, which take featured image of the post in the custom size called slider with size 976px width and 313px height.
October 14, 2015 at 11:37 pm in reply to: Breadcrumbs in white box after Catch Box Pro 4.2 upgrade #76796catchinternetKeymaster@Robertf: Sakin is away for today and working on server.
In this latest version, the support for breadcrumb is added automatically. It supports both Breadcrumb NavXT and WordPress SEO by Yoast plugin. So, just install any one and it will show automatically. You don’t need to add in manually.To remove the background in breadcrumb, then you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.breadcrumbs { background-color: transparent; border-bottom: none; border-radius: 0; }
catchinternetKeymaster@kalatos: Please remove the following css from your custom css:
#branding .top-bg { background: none #ffb15e; } #branding .top-bg { height: 1px; }
and then add the following:
#branding .top-bg { background: none #ffb15e; border: none; height: 1px; }
catchinternetKeymaster@Cathy: There is header text “It’s all in the Details” in white font color so you are not able to see and it’s talking space. Change your header background color to dark color and then you will see what I mean.
catchinternetKeymaster@Mattias: Sorry we don’t have that. When you edit theme, you shouldn’t edit directly in core theme files. If you need to edit/add any functions and code, then you need to build chile theme and update it from there. It’s safe always.
catchinternetKeymaster@ rkmoonak: That social links under your post in from “Jetpack” plugin and I see it’s working fine.
catchinternetKeymaster@Tomáš: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 782px) { #main-slider .entry-container { left: 2%; width: 96%; } #main-slider .entry-header .entry-title { font-size: 16px; } #main-slider .entry-content { font-size: 14px; } }
catchinternetKeymaster@barbyma31: There is no Footer Menu option in Catch Flames Free theme. It’s only there is pro version so I don’t get it how you got footer menu in preview. To add that code, it depend on where you want to add it. Best will be to download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy header.php file and then add the breadcrumb code where you want to show it.
catchinternetKeymaster@Mattias: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 980px) { #masthead { position: relative; } #header-left { text-align: center; width: 100%; } #site-logo img { max-height: 81px; } #site-logo { float: none; } #header-right { position: absolute; right: 0; top: 0; } }
catchinternetKeymaster@NANKYUNG: Cannot open your site. It is showing “데이터베이스 연결중 에러”
Did you try changing image loader.
catchinternetKeymaster@Tara: that’s nice
catchinternetKeymaster@kashif: This seems that you have disable comment. Check it in 2 section.
1. Go to “Settings => Discussions” and make sure you have checked in “Allow people to post comments on new articles”. Check this screenshot https://www.pinterest.com/pin/548594798333127973/, which show uncheck and you need to check in.
2. Edit your post and make sure you have checked in “Allow Comments”. See this screenshot https://www.pinterest.com/pin/548594798329843253/, which show uncheck and you need to check in.catchinternetKeymaster@Tara: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box:
#header .bottom-bg { padding-top: 0; }
catchinternetKeymaster@JOSHUA: For update, please follow theme instructions at http://catchthemes.com/theme-instructions/full-frame-pro/#updating
catchinternetKeymaster@Nadae: For Catch Kathmandu Free theme slider, you need to go to “Appearance => Theme Options => Featured Slider”, then you need to select “Post Slider or Category Slider” from slider type and then add in post ID. For more, please follow theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/ and screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
catchinternetKeymaster@aeriformarts: That’s great. yes many times it’s plugin issue.
catchinternetKeymaster@kalatos:
1. First add the following css:#branding .top-bg { height: 1px; } #branding .wrapper { position: relative; } @media screen and (max-width: 767px) { #access { clear: both; } #headimg { position: relative; width: 100%; } }
2. Replace:
#headimg { clear: none; display: inline-block; float: right; margin-top: 0; position: absolute; right: 0; top: 55px; width: auto; }
with the following:
#headimg { clear: none; display: inline-block; float: right; margin-top: 0; position: absolute; right: 0; top: 0; width: auto; }
-
AuthorPosts