Forum Replies Created
-
AuthorPosts
-
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/
Sakin
Keymaster@vaskrupp: First when you do the heavy customization you need to build child theme and work on it. This will prevent it from loosing your customizing work.
I check in your site and you have already done so much so customization without considering the “Responsive Design” css. So, you need to redo most of the css with the considering custom css.
Sakin
Keymaster@Piirus: You can add the following css in “Theme Options -> Theme Options -> Custom CSS” in your WordPress dashboard.
.entry-meta .no-padding-left {
display: none;
}
Sakin
Keymaster@UndeadStooge: You can remove the comments box at the bottom of the different pages. To do you can edit your page and then you will see the “Discussion” box where you can just uncheck “Allow comments” and “Allow trackbacks and pingbacks on this page.” If you are confused then you can see this http://en.support.wordpress.com/enable-disable-comments/
But to change the words in the comments. You need to know about the php coding. Build child theme and then change it in comments.php
Sakin
Keymaster@UndeadStooge: You can add the following css in “Theme Options -> Theme Options -> Custom CSS” in your WordPress Dashboard.
I see that there is issue in site logo as it is overlapping the logo. For the logo overlap, use the following css:
#branding .logo-wrap {
max-width: 100%;
}
For the grey header, use the following css:
#branding {
background: url("images/bg-header.jpg") repeat-x scroll left bottom transparent;
}
But I don’t understand about the what you want to do with the footer.
Sakin
Keymaster@skistud33: It would be great if you could send me your site URL. So, that I can check in the issue. As if you see the demo site http://catchthemes.com/demo/simplecatch-pro/ it is working fine. Let me know and I will suggest you the solution.
-
AuthorPosts