Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@paigeohliger: If you have installed the cache then the google will reach your cached page where there will not be the code. It will take time to refresh your cache to reach the google. If you want to make it immediate then you need to clear your cache through Cache plugin settings.
Sakin
Keymaster@Rufi139: For text widget then. Add the color code as need.
.widget.widget_text { background-color: #eee; border-bottom: 2px solid #ccc;}Sakin
Keymaster@paigeohliger: That is what I mean. Homepage slogan only takes text at the movement. I will have to change that and will update it soon. In future, the homepage slogan will accepts HTML tags.
Sakin
Keymaster@AiD: I see that you have installed sem external link plugin which is overwriting your css. You might need to check their setting and change there.
Sakin
Keymaster@Exel_Wild: The HTML 5 is is experimental phase so none of the WordPress theme will be valid. Don’t worry about it. When I check your site it doesn’t goes to compliance mode.
Sakin
Keymaster@thorsten: Thanks for reporting. Found issue in the slider and have just added new version for Catch Box Pro 1.2.3. Please login to your account in Catch Theme and download the latest version.
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
-
AuthorPosts
