Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Cybersnaby: Are you using Gallery post type then it will only show the image that are uploaded from that particular page “Add Media” button.
Sakin
Keymaster@effess: For that you need to build child theme and edit that menu script. Sorry no option to do that in default.
July 2, 2015 at 10:50 am in reply to: Polylang: translating Featured Content title and description #60437Sakin
Keymaster@Pius: Yes, looks like there is issue with your child theme.
Sakin
Keymaster@aparente001 You have played totally with CSS which is causing issue. As your menu is being overlapped by your header. You can remove your header css and it will be fine.
Sakin
Keymaster@barbyma31: Not sure why it’s not working. I will email you for that.
Sakin
Keymaster@Maverick87Shaka: Please post in your site URL so that I can check in the spaces you get and will send you css to reduce it.
Sakin
Keymaster@Tracey: Now where is the problem. Let me know it and I will try to check in what can be done.
Sakin
Keymaster@oleymedia: You can add hover and active. It’s like that. You need to add Custom css
.sidr ul li ul { display: none; } .sidr ul li:hover ul { display: block; }Sakin
Keymaster@RimFrost: Ok then for that, you need to build child theme and copy
catchkathmandu_header_image()function in your child themefunctions.phpfile and then remove it as per your need. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/Sakin
Keymaster@afeauto: Are you taking about this post http://catchthemes.com/support-forum/topic/featured-image-and-sidebar-on-shop-page/ . This was in spam, due to unnatural site link.
Sakin
Keymaster@afeauto: To hide header featured image, you can add the following css in “Appearance => Customize => Theme Options => Custom CSSS Options” box:
.woocommerce #header-featured-image { display: none; }To remove side in your WooCommerce page, you can go to “Appearance => Customize => Theme Options => Layout Options => Woocommerce Layout” and change the layout there.
But this option was added only in Version 3.0. So, first you need to update your theme. See this changelog http://catchthemes.com/changelogs/catch-base-pro-theme/
Sakin
Keymaster@anubhav7417: Ok then you can go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then uncheck “Enable Latest Posts” and save changes.
Sakin
Keymaster@kathiejs: That cannot be center between two image as the caption is only of that first image. To align left, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#content .gallery dd.gallery-caption { text-align: left; }Sakin
Keymaster@Holley: I am still confused as when I check in all your 3 posts, it has 484px height. Maybe you can share screenshot of issue.
Sakin
Keymaster@Tracey: You cannot change the size of featured image in latest post in your homepage. The only option for latest post in your homepage is to change the “Archive Content Layout” layout.
For slider, you can choose slider type as “Featured Image Slider” from “Appearance => Customize => Featured Slider => Featured Slider Options => Select Slider Type”. Then you can upload image of any size you like. It will not corp. It give you option to upload image, add title and excerpt content and link as per your need.
For Featured Content do the same, you can choose slider type as “Featured Image Content” from “Appearance => Customize => Featured Content => Featured Content Options => Select Content Type”. Then you can upload image of any size you like. It will not corp. It give you option to upload image, add title and excerpt content and link as per your need.
For latest post, you can option to select image display position from layout. For that, go to “Appearance => Customize => Theme Options => Layout Options” and then change Archive Content Layout.
Sakin
Keymaster@lesimi: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide that
.entry-header .entry-format { display: none; }Sakin
Keymaster@effess: You ca adjust the margin-bottom and padding-bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#main #featured-post { margin-bottom: 50px; } #featured-post .hentry { padding-bottom: 50px; }Sakin
Keymaster@stepawayfromthecarbs: Not sure how that works. IF they have code that you can add in the sidebar using widgets. Or you need to build child theme and then copy
simplecatch_headersocialnetworks()functions to your child themefunctions.phpfile and edit it as per your need. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ -
AuthorPosts
