Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@valezaii: Font family option is there only in Simple Catch Pro version. So, either you need to upgrade to pro version or install plugins for that.
Sakin
Keymaster@daniel12: Yes, you can remove the border image in your header by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#header .top-bg { display: none; }You can remove add your own custom menu from “Appearance => Menus” and then assign that menu location as Primary menu from “Appearance => Menus => Manage Locations” For more check out custom menus at http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
If you are thinking of remove the border in the menu as well. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header #mainmenu, #header #mainmenu ul li { border: none; }To change the background and text color of hover/active menu then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a { background-color: #444; color: #fff; }Note: Looks like you are editing/adding file inside core theme folder ‘simple-catch’. You shouldn’t edit or add any files inside ‘simple-catch’ folder, as all these edits will be reverted back to original when you update the theme. So, please use child theme to edit/add codes. If you have simple editing then I recommend you to use “Appearance => Theme Options” settings.
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.
-
AuthorPosts
