Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ddelmotte: Hello David, to remove the title and content. Best option is to use the Featured Image slider and just upload the image and url. Then leave empty title and content in Image Slider Options. But looks like you are using Catch Everest Free theme, which doesn’t have image slider. It only have post slider and it automatically add title, excerpt and featured image from the post. So on this case, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }Sakin
Keymaster@pohl: If you want to increase the widget font size through out all devices then add the following css in “Appearance => Theme Options => Custom CSS” box.
.widget-area { font-size: 14px; line-height: 1.62em; }But if you want to increase only in the large screen where was maintain the size in mobile devices then use the following css.
@media screen and (min-width: 1060px) { .widget-area { font-size: 14px; line-height: 1.62em; } }Sakin
Keymaster@ashrafashraf: If you want it for 1060px and below, then use the 1060px and if you want it for 960px and below, then use 960px
Sakin
Keymaster@businessbabes: Add the following CSS in “Appearance => Theme Options => Custom CSS” box to reduce the white space under the menu in Homepage.
#homepage-message { margin-top: 0; }Sakin
Keymaster@hopelovefreedom: This must be Next Gen gallery version 2.0 plugin issues. See this http://wordpress.org/support/topic/known-plugin-conflicts-with-nextgen-20/page/3 where Next Gen Plugin Author is helping in.
Sakin
Keymaster@etuttle2: Catch Everest Free theme only have Featured Post Slider. Which mean you can only use post as slider. You cannot use Page.
You can use Catch Everest Pro theme where you have option to use Featured Page Slider to use page as slider and Featured Image slider to use image as in independent slider. You can find more information about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Elisabetta: Sorry I don’t get it what you mean. Can you explain more please.
Sakin
Keymaster@Elisabetta: Non of our Pro and Premium themes are free. See the list of Premium themes at http://catchthemes.com/themes/category/premium/ and Free Themes at http://catchthemes.com/themes/category/free/
Sakin
Keymaster@ashrafashraf: For iPad you can add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 960px) { #branding ul.menu a { font-size: 13px; line-height: 42px; padding: 0 0.5em; } }Sakin
Keymaster@businessbabes: That is why I just need your site URL not the access. Ok I will email you as well.
Sakin
Keymaster@businessbabes: Email is not the issue. Issue is with your customization. We will not be able to track down the customized theme. Support forum is limited to help with the custom css and few suggestions. For detail customization you need to hire developer. try oDesk.com, eLance.com and jobs.wordpress.net
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 height -
AuthorPosts
