Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterIf anyone is using Next Gen Gallery 2.0 plugin then there is conflict in this plugin with themes. They are fixing it. See this http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3
Sakin
Keymaster@burgdani: Please report in NextGen Gallery support forum. They should be able to come with update soon. See this support thread http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3
Sakin
Keymaster@Sarah Althaus: Ok I see it now. Have you customize the theme functions. As I don’t see the slider script running in your site. You should have this file http://rapunzel-will-raus.ch/wp-content/themes/simple-catch/js/simplecatch_slider.js?ver=1.0
I will also contact you though email in case you cannot find it then I need to check in your server.
Sakin
Keymaster@anaorsini: 1. I would like the “pages” on the front page to display “Read More” instead of “…” How do I go about doing this. I have changed the except length in case this affected it but no. I put the but didnt make a difference.
— This is done through “Catchthemes: Featured Page” widget. So, there is no option to control that. You can build child theme and then build widget based on catchthemes_get_page_widget() functions. You can also search for page plugins at http://wordpress.org/plugins/2. The image on the fourth “page” shown on the front page (Worship Bulletins) appears larger than the other three. Can you tell me how to correct this?
— I see that you have upload the 3 images with size above 340px width and 193px height. But 4th one is smaller. Try to upload the image of at least 340px width and 193px heightSakin
Keymaster@akhuna: I just checked your site and you are not using our theme. So, I cannot support on that.
Sakin
Keymaster@vI3Tz: For main content background color. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per you need.
#main { background-color: #fff; }I don’t understand what do you mean by removing white spaces on the left and right of menu.
Sakin
Keymaster@aroma-bobman: I cannot check it without your site URL. So, send me your site URL. I will also contact your through email to check in details.
Sakin
Keymaster@Mary-Jane: Looks like you site to change the file functions.php. So, in this case you need to re-upload the fresh copy of theme from FTP.
Sakin
Keymaster@Sarah Althaus: That is wrong information. Our theme is fully checked and review by WordPress Theme Review Theme for quality issues. You can open the file header.php and there you will see the code
wp_head(). It’s not missing. Any theme withoutwp_head()code will not be allowed to be listed in WordPress.orgSakin
Keymaster@ashrafashraf: If you have customize the site though child theme and theme options panel, then nothing will happen when you update your theme.
Sakin
Keymaster@barneycat25: There is not option to change the font in Simple Catch Free Theme. You might considering upgrading to Simple Catch Pro where there is font options and more features. See details at http://catchthemes.com/theme-instructions/simple-catch-pro/
If you want to use Web Safe fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp . Then you can add the font css in “Appearance => Theme Options => Custom CSS” box.
h1#site-title { font-family: Arial, Helvetica, sans-serif; }Sakin
Keymaster@businessbabes: Sorry but it’s really hard for me to support the site which I cannot see it. Please hire developer to fix the issue for you. If you want me to support you with the site then you need to upload the site to live or demo site where I can view what is your customization.
Sakin
Keymaster@ashrafashraf: All the things that you do with the Theme Options panel will remain as it is even after your updates. So, don’t worry about that.
Sakin
Keymaster@kapo_e: It’s 960 only for screen resolution 1190px and above. So, you can reduce that to 500px by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1190px) { #primary { width: 500px; } }Sakin
Keymaster@ashrafashraf: Maybe the another computer resolution is below 1060px. In those computer your site width will be 900px.
If you want to make the menu in single like with those computer, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 1060px) { #branding ul.menu a { padding: 0 0.8em; } }Sakin
Keymaster@pohl: To reduce the gap between the header and the first line, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-content { padding-top: 0; }Sakin
Keymaster@impresnet:
/* For Default Font Size for content and all */
body, button, input, select, textarea { font-size: 16px; }/* For all Content font size */
.hentry p { font-size: 16px; }For font to “Tahoma” just go to “Appearance => Theme Options => Font Family Options” and change it.
-
AuthorPosts
