Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@vaskrupp: Yes that’s a good approach. As our theme is always being updated with latest patches and new features.
Sakin
Keymaster@KeighDesign: thanks and it’s great that the plugin helped you.
Sakin
Keymaster@Palel: my site was fixed after I clear by cache. can you try check in my clearing your cache. Let me know it.
Sakin
Keymaster@Gary: You are using WP-Super-Cache. Did you try clearing in the cache? My site was fixed automatically after I clear my cache.
Sakin
Keymaster@Elisabetta: Thanks for reporting the issue. I found that there is conflict between the “Content Color Options” and “Custom CSS”. I have fixed it for you which will be updated in our new version 1.6
Sakin
Keymaster@Elisabetta: You can contact me from there and I will get your email and will reply you to get your access.
Sakin
Keymaster@TheTeam: You can build child theme and do the customization as mentioned in the document. This theme is not checked against the WooCommerce plugin.
Sakin
Keymaster@vaskrupp: Yes if you move all the modified version to child theme and if you have done it perfectly then it will work otherwise it will not. So, don’t forget to back up your current changed file before your update. In this case if it doesn’t work then you can delete it and upload your backup theme.
Sakin
Keymaster@skistud33: I found that you have modified css for the menu color and the font size. Now you need to adjust the following css:
#access ul li ul {
top: 46px;
}
Sakin
Keymaster@chochonet: I check in your site and it’s got issue in IE8 for posts but your pages and the home is working fine. But when I check the same theme in my demo site http://catchthemes.com/demo/catchbox/ it’s working fine in IE8.
So, I need more details about the customization you have done. If you haven’t done any customization then you need to send me your wordpress access and then I will look in the details.
I just check in your HTML validation of your site and fond some glitched that there is space in span closing tag. So, can you open your file “function.php” and search for function “catchbox_posted_on”. There check in your all closing span html tag there is space in it. Set this validation : http://validator.w3.org/check?uri=http%3A%2F%2Fwww.linuxeando.org%2Fwo%2Fwordpress%2F%3Fp%3D8&charset=%28detect+automatically%29&doctype=Inline&group=0
Sakin
Keymaster@ronmerk: It’s little strange issue that you encounter. If you could send me you site URL then I could check in. While build the menu try using “Custom Menu” http://en.support.wordpress.com/menus/.
To check if your site only have issue or the theme has the issue. Try checking in demo site http://catchthemes.com/demo/simplecatch/
Sakin
Keymaster@eag: Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress dashboard and add the following css:
#site-title span {
color: #ea2b25;
}
Sakin
Keymaster@Anusha: If you are using Simple Catch Theme then the easiest way is to hide it from the css.
Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress Dashboard and add the following css:
#header .social-search form.searchform {
display: none;
}
Sakin
Keymaster@jean-rene: if you are using Simple Catch Pro then just choose the “Featured Image” and then just add in the images. Don’t add any title and description. This will make it show only the images you have.
Sakin
Keymaster@yorgo67: it will be best if you create the child theme and then edit the header.php . Just add the image under:
get_search_form();
Second option, you may try adding it custom css in your “Custom CSS” box in theme options. Where you can add image for search. If you want to try this one then send me your site URL and the image URL.
Sakin
Keymaster@vaskrupp: How about the other files that you have changed. You need to move all the modified files to the child theme.
Sakin
Keymaster@todddd: Go to “Appearance -> Theme Options” and then in “Content Layout” select “Show Full Content”. This will give you same as in the posts.
After you activate this option. If you want to show only few text then you need to split with more tag. See this http://en.support.wordpress.com/splitting-content/more-tag/
-
AuthorPosts