Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@Mark: I see that you have made the title hidden. That is why there is different gap. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-content { padding-top: 0; }Sakin
Keymaster@Joaozinho: Oh so you need one different widget is your 32 different pages. Then you install “Jetpack” plugin and activate “Widget Visibility” module is Jetpack plugin. Then you can just use “Main Sidebar” only and remove widgets from all other sidebars. As this “Widget Visibility” module will give you option to make individual widgets visible is difference page. See this http://jetpack.me/support/widget-visibility/
April 5, 2014 at 2:39 pm in reply to: Removing arrows when only using 1 image for Image Slider #24281Sakin
Keymaster@youngwings: You can ad the following css in “Appearance => Theme Options => Custom CSS” box to hide the slider arrow.
#slider-nav { display: none; }April 5, 2014 at 2:37 pm in reply to: 2 questions: changing content width and editing the caption field #24280Sakin
Keymaster@Emma Lindhagen:
1. I use the layout with content on the left and the menu on the right. Is there a way to make the content side a bit wider and the menu side a bit narrower?
— This is big challenging as of responsive design. I have come up with the CSS as per our sidebar. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.@media screen and (min-width: 961px) { #primary { margin: 0 -31.5% 0 0; } #content { margin-right: 34.6%; width: 62.4%; } #secondary { width: 28.5%; } }2. I’ve noticed when you insert images and add a caption, there is a – before the caption each time. Is there a way to remove this or otherwise edit how the caption box will look?
— You can ad the following css in “Appearance => Theme Options => Custom CSS” box..wp-caption .wp-caption-text:before { content: none; } .wp-caption .wp-caption-text { padding-left: 4px; }Sakin
Keymaster@MediaMixChris: This error is from Plugin Toggler Hide Title. Just deactivate that plugin and it will be fine. For plugin error, you need to ask in Plugin author support forum.
Sakin
Keymaster@Jonathan: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary { background-color: #fff; } #secondary .widget { border: none; }Sakin
Keymaster@Annie: The permalink structure of WordPress is stored in `.htaccess’ file. This falls under file permission in your server. 644 is normally required and recommended file permission for .htaccess file. So, if you can contact your hosting server support and change the permission to .htaccess file then the changes in “Settings => Permalinks” will work. Otherwise, you have to manually add structure in .htaccess file.
Permalink is not controlled by theme. It is controlled by Server and WordPress settings. See more details about Permalink and .htaccess file here http://codex.wordpress.org/Using_Permalinks
-
AuthorPosts
