Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Drewmikita: Strange as I just tested in my server and it’s showing excerpt. Maybe some cache issue, can you try changing the “Content Layout” from “Appearance => Theme Options => Layout Options” one time. Also I see that you are using old version of Catch Everest Pro. Can you update as well.
Sakin
Keymaster@drew: Thanks for your appreciation. Just wanted to let you know that you should never edit any core theme files like style.css, index.php, functions.php and so on. As all the edit in the core theme files will be reverted back when you update the them.
So, to edit the CSS. Either you need to add in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add the css that you want to change in child theme style.css. It would have been easy if you had post in your site URL. So, now I am assuming that you are using Catch Kathmandu theme. If you upgrade to Pro version then you will be able to change the color from Color Options panel. So try that. If you want to stick with the free one then send me your site URL and let me know the color that you want to change to. Also is it background color or text color.
Sakin
Keymaster@low2k: Yes you can add smaller featured image. As when you upload the smaller image like 200px width by 200px height and then add the following css in “Appearance => theme Options => Custom CSS” box
.entry-summary img { display: inline; float: left; margin: 0 15px 10px 0; }Sakin
Keymaster@Drewmikita: Yes this will work. In “Settings => Reading” you have “Front page” and “Posts page”. Front page is to display static page in Home and Post page is to select the page which will display your blog.
Sakin
Keymaster@Mark: Both your text and the Google map uses “Text Widget” so when you change one it will change the other as well. But I see your Google map text widget uses small code to add the text so you can separate like below
.widget-area { font-size: 14px; } .widget-area small { font-size: 12px; }Sakin
Keymaster@MVS: You can add in “Code to display on Footer”.
Sorry Featured Post slider is created to Highlight our post. So, there is no option to hide. If needed you can update to Catch Everest Pro and use Featured Image Slider, where you can upload independent image as per you need and no need to link. As like, title and content are optional.
Sakin
Keymaster@Mark: Sorry I couldn’t see that you are trying to change it. Can you show me the page where you have text widgets. It is supposed to me same font.
Sakin
Keymaster@Drewmikita: Thanks for your appreciation. In the that page, I see that you have assigned page template as Blog. That is why the theme options settings is not working. You can just make that page template to “Default Template”. Then you will say that this page will not show as Blog. There is setting to show this page as blog.
Just go to “Settings => Readings” and in “Front page displays” click on “A static page (select below)” then choose the page in “Posts page:” and save changes.Sakin
Keymaster@Yusra_Urooj: Can you post in your site URL? If you are using Catch Everest Free theme then you should be able to enable it from “Appearance => Theme Options => Featured Post Slider => Slider Options => Enable Slider”. Also make sure that you have added Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”.
Can you check these settings and if this doesn’t work for you then send me your site URL.
Sakin
Keymaster@talkleft: We don’t have quicktags option in Catch Box Pro theme. Maybe you added plugin to show it. But I cannot see that in your site. Also in your site Comment is allowed to post only for logged in user. So, how do I check in. If you can show me then I will be able to give css to move up.
Sakin
Keymaster@MVS:
1. For your menu on Samsung. Can you try adding in the following JavaScipt code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box.<script type="text/javascript"> // Open menu on first tap on touch devices. jQuery(document).ready(function () { jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true"); }); </script>2. I don’t understand you question here. Do you mean to exclude your slider post from homepage? If yes, then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and click on “Exclude Slider post from Homepage posts” and save changes.
Sakin
Keymaster@Jeff: In Catch Evolution Pro theme is designed to keep optional logo, header image and slider. But it’s not designed the way you have mentioned it.
You can use the image slider for sliding images, for video you need to build child theme and then add video code.
By default, each theme is designed to do default settings maintained in Options Panel. And for advance edits there is always room to build child theme. Sorry, no default option to do like you have mentioned.
Sakin
Keymaster@telexesposito: You code is targeted to all h2 tags. But mine is focus to link text with h2 tag inside main wrapper.
Sakin
Keymaster@mrjules: There is issue with your child theme style.css. In this file, you are supposed to any only css that you want to modify not the all css.
So, it will be as
/*
Theme Name: Catch Evolution Child
Theme URI: http://otherhalfproductions.com/catch-evolution-child/
Description: Catch Evolution is a beautifully sleek creation of Catch Themes. It exudes a clean and super sharp look. It comes with a whole set of interesting, rich features and flexible theme options. Built on HTML5, CSS3, it has a responsive design which lets the content automatically adapt to the screen's size on different devices. Catch Evolution looks striking in a bigger screen. The layout is wider, bigger and luxuriously spacious. This theme is easily customizable with an advanced theme options panel. It supports popular plugins such as Jetpack, WordPress SEO by Yoast, WP-PageNavi, Contact Form 7, WooCommerce and many more. It is also translation ready and currently translated in Spanish, French, Swedish and German. If you need support with this theme, please go to http://catchthemes.com/support/
Author: Jules
Author URI: http://otherhalfproductions.com
Template: catch-evolution
Version: 1.0.0
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, threaded-comments, flexible-header, three-columns
Text Domain: catch-evolution-child
*/@import url("../catch-evolution/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */Then you should add only the css that you need to modify.
Sakin
Keymaster@telexesposito: You are using Free Simple Catch Theme which is build in HTML4 and CSS2. So, in the theme build in HTML4, we are only allowed to use 1 H1 tag and that we have use it for Site Title. So, the post/page title is h2.
You can add it like the following css.#main h2 a { font-size: 26px; text-align: center; font-family: 'Monotype Corsiva'; color:#FF4D00; }Sakin
Keymaster@apingicer: Sorry I don’t get it. Can you post in your site URL and explain it.
Sakin
Keymaster@artch: For sidebar in WooCommerce template, you can add widgets in WooCommerce Sidebar from “Appearance => Widgets”. If you are not talking about this then please send me the URL of your site and product category to test in.
Sakin
Keymaster@pips: I am still not getting what you mean. When I check in your homepage http://www.lichtundmusik.ch/, it in German language and category where you don’t have post is showing it in English. I check in the file de_CH.po and de_CH.mo and it looks fine and should be able to change it.
I just check in our server and the language file is working fine. Can you check in your wp-config.php file and check your language definition in code define(‘WPLANG’, ”);. It needs to be setup as
/** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', 'de_CH');You can also email be back if you have further issue in language.
-
AuthorPosts
