Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alhaarth: Maybe some issue with plugins. Can you try disabling plugins and check in. As that error is simply not possible.
Sakin
Keymaster@pnstlion: I added that code in normal .html file to check in. It’s not working. It’s not the issue of Theme. It will not work in any theme. So, can you re-check the code with mailchip. Get the full code with instruction then I can help you. Usually the code should work in text mode.
Sakin
Keymaster@pimont: hum this is the first time, I have ever been asked to get the .po and .mo file for English. I didn’t know that English .po file is needed to WPML plugin. You can download software from poedit.net and then open catcheverest.pot file in Catch Everest Pro Languages directory and save as en_EN.po file.
Sakin
Keymaster@alhaarth: This is really strange as
get_header()is the WordPress core function and cannot be undefined functions. Which version of Catch Box and WordPress are you using it. If you are using older version then updating might solve this issue.Sakin
Keymaster@geek654: Thanks for this theme is still not RTL ready. So, it will be bit difficult to manage css.
To Sidebar text to be aligned right and archive to left, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:#secondary { text-align: right; } #secondary .widget_archive { text-align: left; }Sakin
Keymaster@Kim: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.widget.widget_catchbox_social_widget ul { text-align: center; } .widget_catchbox_social_widget .social-profile ul li { display: inline-block; float: none; }Sakin
Keymaster@Glen: Sorry I don’t get it what you mean. We don’t have any builder section content. What are you trying to do it. Can you explain in reference with your site URL.
Sakin
Keymaster@kobzoom: Sorry I don’t get it what you mean. Header image will have link to your site Homepage. That is automatically. You can upload header image from “Appearance => Header”
But if you want to link to some other link then you need to build child theme. Read this for child theme and sample child theme http://catchthemes.com/blog/create-child-theme-wordpress/. Then you need to copy
catcheverest_header_left()functions from Catch Everest Themecatcheverest-functions.phpand add it in your child themefunctions.phpfile. Then edit that link to your desire link.Sakin
Keymaster@warpdesign: Can you send me your site URL and let me know which theme are you using it.
Sakin
Keymaster@knipser23: Do you mean the size of the Featured Image in your posts on the homepage. The recommended size is Width: 644px and Height: 320px. But if you want to show smaller image, then you can upload the image with smaller height then 320px and then it will load the your original small image that you have uploaded.
Sakin
Keymaster@Casper: Thanks for your appreciation.
1. There is no such recommended size for your image in the posts. It depends on the layout you have and the style that you want.
2. Sorry I don’t get it what you mean. In this theme, the slider width is about 1600px width but the content width is 1250px with 30px padding. So, the content will only have 1190px width. See this demo http://catchthemes.com/demo/adventurous/sidebar-layout/no-sidebar-full-width/
3. Can you post your site URL and explain then I can check in. The image size will not be resized but it will show the image in responsive. So, it will look good in mobile devices as well. Just make sure that your images are not too large to make it heavy for site load.
4. For image compression, you can use service like jpegmini.com to generate compress image. The size of the image in not that issue, if you have good fast speed server with CDN support.
Sakin
Keymaster@Laura: For your site, the best will be to add the following css in “Appearance => Theme Options => Custom CSS” box, as you have different colors, you need different css.
#hgroup-wrap .sb-holder { background-color: #32649a; } #hgroup-wrap .sb-holder a { color: #eee; } #hgroup-wrap .sb-holder .sb-options a, #hgroup-wrap .sb-holder .sb-options a:hover { color: #211c1c; }Sakin
Keymaster@janjaapjuh: Yes, the image in the slider scale image as per the size of the screen. It’s responsive design. Our recommended image size for the slider is Width: 1600px
Height: 533px. So, you need to upload the image of width at least 1600px and height as per your need. If the image is above 1600px by 533px then it will crop the image and load it but if that is small then it will load your original image. You don’t need to add css. You just need to upload recommended image size.Sakin
Keymaster@paul: I will email you to look at the issue is detail. Sorry, we are trying our best but we don’t see any issue in our server. So, I need to check in your site. Please reply my email.
December 13, 2014 at 12:33 am in reply to: Remove "Catch Kathmandu by Catch Themes" from Footer #48806Sakin
Keymaster@vidyaekta: But your site ektamedicaltravel.com and it’s not using Catchthemes. I then check in your other site goaholidays.ektamedicaltravel.com and it’s working fine.
Sakin
Keymaster@pnstlion: Where did you get that code from. I don’t get anything from that code. Also when you add this type of code in your page/post, you need to embed it in text mode. See this screenshot http://www.pinterest.com/pin/548594798332210926/
Sakin
Keymaster@Boaz: To change that Menu to different text, you can change the header. Just replace the text Type-in-new-label in the following script and then add it in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box:
<script type="text/javascript"> jQuery(window).load(function() { //Remove Old Primary Menu jQuery( "#tinynav1" ).remove(); //Remove Old Footer Menu jQuery( ".sb-holder" ).remove(); // Add New Primary Menu Label jQuery('#access .menu').tinyNav({ active: 'current-menu-item', header: 'Type-in-new-label' }); jQuery(".tinynav2").selectbox(); }); </script>Sorry I don’t understand your next question.
Sakin
Keymaster@Parent: Did you change any setting or files in your site as it shouldn’t display like that. It should be as http://catchthemes.com/demo/catch-kathmandu/blog/. If you have change any file in theme then revert back and check in. Also check your date and time format in “Settings => General”. If these doesn’t fix then check your plugin, try disabling plugin to see if there is any conflicting plugin.
Sakin
Keymaster@harish: In Adventurous theme, There is Featured Post slider which takes your post featured image size of Width: 1600px and Height: 600px, which is mentioned in http://catchthemes.com/theme-instructions/adventurous/
But if you want to decrease the height then you need to upload the image with width 1600px and height smaller then 600px as per your need in the featured image and then slider take that height.
Sakin
Keymaster@Shian: You can hide that by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-meta { display: none; } -
AuthorPosts
