Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rshaw876: You can find the details Color Options in Catch Box Pro version. For free version, you need to send me the color code that you want to change to and then I will send you the css. Please post in your site URL as well.
For example, you can try to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box, which will change the font color in main menu.
#branding ul.menu a { color: #eee; }Sakin
KeymasterHi Andrew,
I am not sure what you are you talking about. When you want to remove image from Gallery, yes you need to remove it form media.
Regards,
SakinSakin
Keymaster@damjanza: It’s problem in all browsers with small screens. I see that you have added custom css but without following responsive design. So, when you change the CSS specially related to width, margin and padding, you need to be careful and write for specific screen sizes. You can see the style in
responsive.cssfor more details.The basic mistake like the following css that you have added in “Custom CSS”, where you have added fixed width and margin. Which is good if you are viewing from the screen size higher then 1400px. But for small it will be problem. So, remove those css and it will be fine.
.container { margin: 0 166px; position: relative; width: 1250px; height: auto; }Sakin
Keymaster@Prov: There is one option to disable it. Go to “Appearance => Theme Options => Header Options” and then check in “Disable Header Right Sidebar” and save changes.
Sakin
Keymaster@Siegfried: You can find the sample image URL in readme.txt file. So, you can find from there.
Sakin
KeymasterHello Nelson,
I see that you have added large logo and site title. Then it why, the header right sidebar when down. The maximum you can do, is to add minus margin top in social search icon. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { margin-top: -100px; }Regards,
SakinSakin
Keymaster@Roy: If you want to add back title back only in pages then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.type-page .entry-header { display: block; }Sakin
Keymaster@Brad: You can add link in Promotion button but I don’t get it what you mean by Aweber forum link. It accepts link.
Sakin
Keymaster@workwithleads: You you upgrade to pro version. Then you could have just create Custom Menu from “Appearance => Menus” and then assign Menu location to Secondary menu as shown in demo page http://catchthemes.com/demo/catch-kathmandu/. But you are using Free version where you only have option to add in primary menu.
So, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right { clear: both; width: 100%; } #header-right .widget { text-align: center; width: 100%; } .header-sidebar .menu { float: none; }Sakin
Keymaster@Michelle: Yes it will show featured image by default. So, changing the featured image is a good option. I see that you are using Jetpack plugin and if you have activate “Sharing or Publicize module” in Jetpack plugin that it automatically add featured image as Open Graph image. See this http://jetpack.me/tag/open-graph/
Sakin
Keymaster@jackson101: Post in your site URL and let me know what is not working. Then I can check in.
Sakin
Keymaster@Dyas: There is no option to add menu above the logo in Catch Box Free theme. If you had used Pro version then you could add menu item in “Header Top Sidebar” but it’s not there in free one.
In free version, if you want to edit the secondary menu position then first you need to build child theme and create empty
functions.phpfile in your child theme and then copycatchbox_header_menufunction to your new child themefunctions.phpfile and remove the Secondary menu code. Then you can create new functions with secondary menu with action hookcatchbox_before_headercontentNote: You can not allowed to edit Footer Theme info in Free version. This is the only recolonization that we get for providing you all free theme and free support. I hope you understand it and add it back or upgrade to Pro version and remove it from Footer Editor.
Sakin
KeymasterHi Dona,
I am confused as Catch Box Pro doesn’t have sub headline. So, can you add in your site URL and let me know it.
Regards,
SakinSakin
Keymaster@William: Sorry this is not possible with default settings. As you have added layered slider in your post id 199. Post cannot be placed above header image.
For this you might need to hire developer to build child theme and do the customization.
Sakin
Keymaster@Roy: I see that you have disable the tile from your Custom CSS. So, remove the following css from your Custom CSS box.
.entry-header, .entry-format { display: none; }Sakin
KeymasterHello Charles,
I am not sure about your settings. So, I suggest you check you settings.
Go to “Appearance => Theme Options => Featured Slider => Featured Post Slider Options” and make sure you un-checked “Exclude Slider post from Homepage posts”Regards,
SakinSakin
Keymaster@Roy: Can you post in your site title then I can check in. Post title should be displayed in Catch Evolution Pro theme. You can see it in our demo page http://catchthemes.com/demo/catch-evolution/
Sakin
Keymaster@greengiant: You can use the following css.
#supplementary { font-size: 14px; }Sakin
Keymaster@HR-Flex: Thanks for the info. We will check in detail and work. If needed then we will add jQuery Cycle 2 in next version update.
Sakin
Keymaster@ChmsAdmin: Nice you solved it. Cheers 🙂
-
AuthorPosts
