Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSorry that is image so cannot change that image color. You can only change the bullet style to disc or square or circle
Sakin
Keymaster@lorencowka: First, find the following css in your “Appearance => Theme Options => Custom CSS” box and delete it.
#header-right { padding-top: 5px; } #hgroup-wrap { padding-bottom: 20px; } #hgroup-wrap { padding-left: 0; padding-right: 0; }Then add the following css in “Appearance => Theme Options => Custom CSS” box
#hgroup-wrap, #header-right { padding: 0; } #header-right .widget.widget_nav_menu { background-color: #2885af; margin-top: 0; }2. Sorry correction of css for this:
#header-left { display: none; } .home #header-left { display: block; }Sakin
Keymaster@Kim: Please don’t add unnecessary custom css. It’s not good. Don’t copy the css from Catch Box Pro to Catch Flames Pro. These themes are different and most of the css will not work.
To remove extra spaces between your posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog #content .hentry, .archive #content .hentry { margin-bottom: 0; padding-bottom: 0; }Sakin
Keymaster@RimFrost: Just wrap your video link/code with the wrapper with size. For example:
<div style="width: 200px;">Add your video link/code </div>Sakin
Keymaster@Aleao: Sorry I don’t get it what you mean. The title and image of the post should link to the post. If you are talking about the site title and logo then it will link to your homepage and if you are talking about the Header Featured Image then you can manage the link from “Appearance => Theme Options => Header Featured Image Options”
Sakin
Keymaster@Michael: About Background fixed and stretch. You can do it all from your Custom Background in “Appearance => Background” from your WordPress Dashboard. But if you want to stretch and remove stretch. Then go to our background settings at “Appearance => Background” and then in “Display Options”, choose the option “No Repeat” and save changes. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
body.custom-background { background-size: 100% auto; }Sakin
Keymaster@Michael: If that css:
#fixed-header-top { background: #000; /* This is fallback if the browser doesn't support transparent then full color */ background: rgba(0, 0, 0, 0.7); /* this first 3 digit if rgba color and last 0.7 is transparency. 1 is full color and 0.7 mean 70% fill and 30% transparent. }You can generate color code from http://html-generator.weebly.com/css-rgba-color-generator.html
Sakin
Keymaster@vidyaekta: Did you customize any code in the theme file as it’s showing fine here in our side. I am able to add alt tag without any error.
Sakin
Keymaster@lorencowka:
1. Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:#site-logo { padding-top: 0; } #hgroup-wrap { padding-left: 0; padding-right: 0; } #hgroup.logo-enable.logo-left { padding: 0 20px; text-align: center; }2. (Edited) Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-left { display: none; } .home #header-left { display: block; }3 and 4. Ok then add the following css in “Appearance => Theme Options => Custom CSS” box
.page-header { display: none; }5. Yes, you can change that anytime, edit that post/post and then set is as Draft from “Published”. Read this http://en.support.wordpress.com/pages/new-page-screen/#publish
Sakin
Keymaster@Jacopo: Find the following css in your Custom CSS:
#hgroup-wrap { padding-bottom: 20px; }Then replace it with the following css:
#hgroup-wrap { padding-bottom: 20px; padding-top: 0; }Sakin
Keymaster@Roberto: You can just build your own custom menu from “Appearance => Menus”, where you can add page, posts, category, links as per your need. Just add that and assign it as primary menu. This will replace your default page menu. For more about menu, check out http://catchthemes.com/blog/custom-menus-wordpress-themes/
December 24, 2014 at 1:49 am in reply to: Responsive Design – Kat Pro: Sec & Footer Menu stopped displaying #49259Sakin
Keymaster@Norbert: Looks like there is issue with your plugins, conflicting with our menu script
catchkathmandu-allmenu.min.js. So, can you try disabling plugin and check in,December 24, 2014 at 1:25 am in reply to: Lower right header menu & use posts page as front page #49256Sakin
Keymaster@mhoque0428: I see that you have change the code directly in the theme directory ‘simple-catch’. So, you must have edited
header.phpfile where there is call for social icons. Please restore the theme files and you will get the featured back.Also you can not supposed to edit/add any code inside theme directory, as these edits will be reverted back to original when you update the theme and your customization will be gone. So, if you want to edit any files or functions then you need to build child theme and edit it. For child theme read this http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@Kim:
1. I see that you have already hide this.2. There is no option to move title above the featured image in the archive page. You can see the available layout in “Appearance => Theme Options => Layout Options”. If you don’t want like this then you can use it like in your live Site, where you have set Layout Options to “Full Content Display”, this will display any featured image and it will show just want ever is there in the post before more tag break. So, you can add image and all as per your need.
3. You can replace your custom css
#main { padding-top: 10px; }
with the
#main { padding-top: 0; }4 and 5. You can add the following css in “Appearance => Theme Options => Custom CSS” box and if you further want to reduce it then you can reduce that 5px as per your need.
#secondary .widget, #third-sidebar .widget { margin-bottom: 5px; padding-bottom: 5px; }6) Can you show me the url where you have this issue.
December 24, 2014 at 1:06 am in reply to: Lower right header menu & use posts page as front page #49251Sakin
Keymaster@Kim:
1. If you don’t like the slider, then you can disable slider from “Appearance => Theme Options => Featured Slider => Slider Options” and then check the option “Disable” in Enable Sidebar.2. Removing widget from the Header Right Sidebar will show the default widgets “Search and Social”. So, if you just want Search and remove social then you can go to “Appearance => Widgets” and then just add Search Widgets in Header Right Sidebar. But if you want to completely disable Header Right Sidebar then you can go to “Appearance => Theme Options => Header Right Options” and then check option “Disable Header Right Sidebar” and save changes.
Note: I don’t get it why are you adding you logo in “Header Featured Image”. Then best place to add logo is from “Appearance => Theme Options => Header Options”. There you need to add in your logo URL in and uncheck disable Disable Header Logo. Header Featured Image should be used only if you want Logo and additional header banner.
-
AuthorPosts
