Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@barrington314: Yes in pro version. There is Header Right Sidebar and Ads Widget from which you can add in your google ads in header. There is layout option in each pages where you can remove the sidebar and all. It is is not possible to change the page and sidebar width. But you can choose different layout. But if you want to change it then I can send you the Custom CSS that you can add it in your “Custom CSS” box in your Theme Options.
Sakin
Keymaster@whycall: You can hide it through CSS. Just add the following CSS in your “Custom CSS” box in your Theme Options
#site-title { display: none; }
Sakin
Keymaster@arichardc: First it’s better you add in the larger image in the slider. See Theme Instruction for sizes http://catchthemes.com/theme-instructions/catch-box-pro/
But if you want to center the image which is smaller then you can add the following CSS in “Custom CSS” box in your Theme Options
#slider-wrap img {
display: inline;
text-align: center;
}
Sakin
Keymaster@christine0k3: Great you found it. Thanks
Sakin
Keymaster@Lpaul: Send me your site URL of the page where you want to remove the padding around the image and then I will send your the CSS.
Sakin
Keymaster@christine0k3: Can you send me your site URL. It should work. Also don’t edit the core theme file. You have to add it in your “Custom CSS” box in your Theme Options.
Sakin
Keymaster@mangogear: Simple Catch Pro has flexible header image from Version 1.2.5.1 onwards. So, you can just upload it any size.
Sakin
Keymaster@josedebenidorm: For Simple Catch Pro theme please upgrade to Simple Catch Pro 1.2.5.1. You can download it from your account in Catch Themes http://catchthemes.com/login/
This will fix all this issues.
Sakin
Keymaster@jamesandtina: Send me your site URL. It looks like there is problem due to your facebook like that you have added.
Sakin
Keymaster@mangogear: It’s strange. As when I test it I can easily disable comment. Just activate the comment box through screen options in your post as show in this screenshot http://catchthemes.com/support-images/enable-discussion-box.png and then uncheck Allow Comment and Allow Trackback as shown is this screenshot http://catchthemes.com/support-images/uncheck-to-disable.png
For more you can see this article http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@Elisabetta: thanks please add the url of the another post so that other can benefit after reading your post.
Sakin
Keymaster@cmils: Can you use that software and update the the language file and then it will correct it if there is any mistakes. Also always use the latest version. IF you are using older version of Catch Box theme then you might have problems.
Sakin
Keymaster@PixX_L: Please use different thread. This is for Simple Catch Theme and you are asking about Catch Box Theme. This will confused other users.
For Catch Box theme Featured slider is in “Appearance -> Featured Slider”. It not under Theme Options. We haven’t change theme panel for Catch Box. It’s same as before.
Sakin
Keymaster@fidlerten: You child theme version need to be same version with the parent theme or you can even make it greater then parent theme to avoid this message.
Sakin
Keymaster@amberatx: Please don’t use editor and edit the core theme file. Use “Custom CSS” box.
Sakin
Keymaster@fidlerten: Ok sure. Let me know if I can help you on any other things.
Sakin
KeymasterFor submenu hover. But you have to change different background for submenu then only you can change submenu hover color. If both color are same then it won’t show any difference.
/* For Submenu Hover Color */
#access ul ul li:hover > a { background-color: #4E2E10; }
/* For Submenu Background color */
#access ul ul { background-color: #4E2E10; }
Sakin
KeymasterHi Paul,
I see that you are doing great adding in the image. If you want to hide the text in that image then edit the previous css and add the following
#site-details {
background: url("http://zoomeventsphotos.com/wp-content/uploads/2013/01/2013-01-22_00011.jpg") no-repeat scroll 0 0 transparent;
height: 220px;
margin-left: 50px;
text-indent: -99999px;
width: 338px;
}
Sakin
Keymaster@YorGo67: Sorry for that. There is will be save button in Version 2.0 which will be out soon after WordPress Theme Review Team pushes it live.
For now, you can just add in the social url and then go to any tab and click on any save button in whole Theme Options panel.
-
AuthorPosts