Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Rufi139: In Catch Box pro theme. You can add the following CSS in “Custom CSS” box in your Theme Options panel.
/* To Change Sidebar Text Widget background to Transparent */
.widget.widget_text {background-color: transparent; }
Sakin
Keymaster@arichardc: Can you contact me through http://catchthemes.com/contact-us/ and send me your WordPress access. Then I will install it for you. It shouldn’t have problem like that.
Sakin
Keymaster@Exel_Wild: You must have loaded your IE with Document Mode IE7. So, can you change the document mode to IE10 and then it will be fine.
Sakin
Keymaster@thorsten: Sorry I forgot to answer about removing word “weiterlesen” from slider. You can just add the following css in custom css box:
#slider-wrap a.more-link { display: none; }
For slider effect. It is working on your site. By default the slider effect is fade but you have successfully changed to scrollLeft.
Sakin
Keymaster@thorsten: You image is small that is why it is loading to left. If you upload the featured image of Width: 644px and Height: 320px. Then it will look great. But if you want to add the small image and make it center then add the following CSS in “Custom CSS” box in your Theme Options panel under Appearance of WordPress Dashboard:
#slider-wrap img { margin: 0 auto; }
Sakin
Keymaster@Exel_Wild: You need to clear cache from Wp Super Cache settings. Further, you are using document view IE7 that means it is showing the result of IE7 not IE10. I check your site in individual browser IE7, IE8, IE9 and IE10. All looks good. Don’t change the document mode.
Sakin
Keymaster@AiD: As you have link color in main so add the following css.
#main .post a { color: #444; }
Sakin
Keymaster@mlucid60: thanks for your appreciation. Adding search bar in menu. This is quite complicated and you might need to hire a developer or use tweaky to change it. But if you are developer then you need to build child theme and then in your function.php file you need to remove the action for menu
remove_action( 'catchbox_after_headercontent', 'catchbox_header_menu', 10 );
Then add the new fucnction with the customized search box in your menu through action hook again.Sakin
Keymaster@Lola: which version of Simple Catch Theme you are using it will. You will see the Featured Post slider option in “Appearance -> Theme Options” panel. See this screenshot https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn1/397533_322075797910550_396592872_n.png
Sakin
Keymaster@bkaellner: the excerpt view has it own style. It take the featured image form your post and the excerpt text. Please add the featured image in your post and it will be fine.
Sakin
Keymaster@unster: Don’t change the theme core files. If you just want to change the css then add the custom css in “Custom CSS” box in your theme option. But if you want to do further customization in php files then you need to build child theme and do the changes. If you make changes in this way then you will not lose your edits while you perform the update.
Sakin
Keymaster@Sesh1014: First your logo it too big that is why it is showing a large space in the header. If you have edited any core theme files then all the changes will be gone when you do the update. So, if you just want to change the css then you can add the css in “Custom CSS” box in your Theme options. But if you want to further customize the theme then you can build child theme and do the customization. If you follow any 2 steps then you will not lose your edits while doing updates.
The Featured side is showing fine if your site. But for the features slider if you upload the larger image then it will look great. See the image size needed in Theme Instructions http://catchthemes.com/theme-instructions/simple-catch
Sakin
Keymaster@Exel_Wild: Do you have any cache plugin installed. As when I test the theme in IE it is working fine for me. Also send me your site URL. Try in by clearing your cache.
Sakin
Keymaster@golfer300: you need to add though Custom Header feature of WordPress. Go to “Appearance -> Header” and then in select image option upload your image. See this for detail instruction http://en.support.wordpress.com/themes/custom-header-image/
Sakin
Keymaster@bobbafett: For padding, you can adjust the padding by adding the following css in your “Custom CSS” box in theme options. You can adjust the value as per your need.
/* You can decrease the padding top for #main wrap */
#main { padding-top: 2em; }
/* For post title padding */
.entry-header hgroup .entry-title { padding-top: 15px; padding-bottom: 10px; }
/* For content below the title */
.entry-content, .entry-summary { padding-top: 2em; }
For adding dynamic subtitle then you need to add plugin or build custom meta box and then add value in in content.php, content-single.php and content-page.php. So this one is quite complicate. You might need to find the theme which has this options.
Sakin
Keymaster@bobbafett: You can change the attribute for p in custom css box.
p { line-height: 1.625; margin-bottom: 2em; }
Sakin
Keymaster@AiD: It’s is loading fine. The slide will cycle only after loading the content and scripts.
Sakin
Keymaster@AiD: I checked the source of your site and you have added the link color by adding the following code in custom css box in your theme options
#main a{color:#444;}
. You can change that.Sakin
Keymaster@regalaffair: You have added the css
.news-2 .featured-slider {display: none;}
. But you are supposed to add.blog #slider { display: none; }
Sakin
Keymaster@paigeohliger: Sorry the current version of Catch Mustang doesn’t support HTML link tag. It’s only for the slogan.
-
AuthorPosts