Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@pips: I want to ask you how you did all other translational. As the translation file will be .mo and .po files. If you look at the languages folder in Catch Everest Pro theme, you will see other language files. For example for Italian language it is as it_IT.mo and it_IT.po. And for the German, you should create de_DE.po and de_DE.mo file using http://poedit.net/ software. Then you can send me that file and I will add it in new version update.
The file you are tying to search is no-results.php. But if you edit this core theme files directly, then there will be problem when you update the theme to latest version. All your edit in core theme files will be reverted back to original.
Sakin
Keymaster@kat22: For font site title, if cannot change just Allura as it’s not web font. So, you need install google font plugin and then add it.
To hide the light blue box in your slider you can add in the following css in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }Sakin
Keymaster@Tekstiltrold: if you have just paid it then it should be fine. As this message is only show in your payment is over 1 year old. For more details, ask to our sales and account section through http://catchthemes.com/contact-us/ with your order ID.
Sakin
Keymaster@Jonathan: You can adjust the spacing between the widgets by adding in the following css in “Appearance => Theme Options => Custom CSS box.
#secondary .widget { margin-bottom:0; padding-bottom:0; }Sakin
Keymaster@pips: I don’t get it what you are trying to do it. If you want to start WordPress site in German Language then you need to install WordPress in German and install German Ready theme. See this for WordPress in your language.
Sakin
Keymaster@youngwings: I see that you have following css in “Appearance => Theme Options => Custom CSS” box , that is why it will be hidden. Remove that css and it will be fine.
.home .entry-header { display: none; }The featured content link is not an option in the theme. That link was coming as of missing closing link from the tile and image.
Sakin
Keymaster@Tekstiltrold: Can you let me know what goes wrong? If you need assistance in update then you can contact at http://catchthemes.com/contact-us/ . You can use this for Installation and sales/account issues.
Sakin
Keymaster@drshento: Sorry there is no option is WordPress to have different permalink setting settings just for BIO. As I have already replied in http://catchthemes.com/support-forum/topic/read-more-links-leading-to-404/ that permalink is WordPress core features and cannot be controlled with Theme. So, you have to remove that bio from your permalink settings. I have one option for your post slider. You can install “redirection” plugin and then redirect your slider post to the url you want through the plugin.
Sakin
Keymaster@meklein163: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box and if this doesn’t work then post your site URL and will check in.
.entry-meta { display: none; }April 5, 2014 at 10:05 pm in reply to: No featured thumbnail issue on Facebook share of homepage #24313Sakin
Keymaster@meklein163: I just check in your site and see that you have installed “JetPack” plugin and “Facebook Share Thumbnails” plugin. Both are sending og:image data. You can disable any one plugin. I see the image when I share in my Facebook. It is using the image as “http://i1.wp.com/www.theclimatemobilization.org/wp-content/uploads/2014/03/CM_Logo_Round03-42.png”
You can test your site at https://developers.facebook.com/tools/debug/
Sakin
Keymaster@QuiGonJ: Yes, most of these are available in Catch Evolution Pro theme like color options, footer editor options and so on. For more details visit http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@kat22: If you have used Catch Everest. Then you will enjoy Catch Kathmandu as well. But the choices depends on your need. Check out free themes at http://catchthemes.com/themes/category/free/
-
AuthorPosts
