Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Consciousness: Yes please update to latest version 2.4.1 and also send me your site URL so that I can check what is the issue there.
Sakin
Keymaster@Intergame: Yes you are right. Child theme is needed when you want to edit the theme in code level. Like customizing functions.php, page.php file and so on.
Sakin
Keymaster@Will: Background image in loading fine in iPhone6. But it’s really slow loading that is why first it shows #333333 background color and then only your background image. Why you are adding such as large image for your background. You background image size in 4.3MB which is very bad for website landing. You can reduce the height and width of the image.
Sakin
Keymaster@Kim:
1. Since you have uppercase long menu. You have issue like that. You can add the following css in “Appearance => Theme Options => Custom CSS” box.@media screen and (max-width: 1280px) { #header-menu ul.menu a, #footer-menu ul.menu a { padding: 0 10px; } } @media screen and (max-width: 1100px) { #header-menu ul.menu a, #footer-menu ul.menu a { padding: 0 8px; } } @media screen and (max-width: 1000px) { #header-menu ul.menu a, #footer-menu ul.menu a { font-size: 13px; } }2. That is responsive design. When the container cannot fit in 3 columns, then it will become 2 columns and your left sidebar will be below.
Sakin
Keymaster@Intergame: All changes you have made from Appearance except from Editor is good. So, don’t worry about it. You can just update.
All the changes from “Appearance => Editor” or in adventurous folder is not safe. As when you update the theme, all the files inside adventurous folder will be reverted back to original.
Sakin
Keymaster@luismarioochoa: Yes, you can do that.
Here is details explanation.
1. Featured Post Slider: If you choose featured post slider then you will be able to link to post.
2. Featured Page Slider: If you choose featured page slider then you will be able to link to page.
3. Featured Image Slider: You can upload image and add link to page or post or any URL you want.Sakin
Keymaster@Terrie: I couldn’t find that issue. When I click on your posts, it’s showing fine. Can you explain please.
Sakin
Keymaster@Lisa: Sorry there is no option to use different slider. You can use the same slider is entire site or homepage as per the option. To add different slider in your interior pages, you need to search for plugins.
Sakin
Keymaster@geeroads: It shouldn’t be like that. Yes, after WordPress 4.1 custom header will load in Customizer. BUt you should be able to change that. Which version of WordPress Core and Theme are you using it. Can you send me your site URL as well.
Sakin
Keymaster@CollegeCook: Full content doesn’t support featured image as unrelated. But if you really want then first you need to build child theme and then in your child theme functions.php file you need to copy function
create_archive_content_image()from extras.php and replace
if ( has_post_thumbnail() && 'full-content' != $featured_image ) {
with the following
if ( has_post_thumbnail() ) {Sakin
Keymaster@serendipster: This is not from the theme. We have responsive view in mobile which you can check our demo at http://catchthemes.com/demo/catchbox/
Look like you have some plugin with mobile theme. Check your plugin settings. Maybe Jetpack mobile module or something similar.
Sakin
Keymaster@mrichwncc: Thanks. Yes, Catch Box 3.4.2 is live now in WordPress.org which fixed this issue. Sorry for the trouble.
Sakin
Keymaster@luismarioochoa: Yes, Page and Post slider uses the same. Post slider links to post where as page slider links to page.
February 17, 2015 at 12:00 am in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51851Sakin
Keymaster@FinnJackson: Yes, I told you. It is showing that extension has issue. We don’t have.
February 16, 2015 at 11:51 pm in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51849Sakin
Keymaster@FinnJackson: Yes not sure why it’s not showing in your side. But I am sure it’s about your browser configuration and extensions.
Sakin
Keymaster@Helios-BP: Looks like Kodda Menu is premium plugin and is not available for download from WordPress.org. Can you ask in plugin author support forum about for the plugin instructions.
Sakin
Keymaster@luismarioochoa:
1. In Pro version, you have option to use “Featured Page Slider”. So, it will take featured image from page and link to page. Further, it also have option to use Featured Image Slider, which is an independent slider where you can upload image, link as per your need.
2. It depends on where you want to move to. It has to be managed from Custom CSS
3. The ideal size for images in Homepage Featured Content Options is Width: 390px
and Height: 261px. You can upload image and link as per your need.Fore more details check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/
February 16, 2015 at 10:04 pm in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51842Sakin
Keymaster@FinnJackson: Yes, can you disable that adblock plus and check in. As it’s showing fine in my Chrome version 40.0.2214.111
-
AuthorPosts
