Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Sebastiaan.Horn: In Simple Catch Free theme, we only have featured post slier where it will link to post. If you don’t want link and have your own custom text, then you have to use “Image Slider”. To use image slider, you need to upgrade to Simple Catch Pro theme.
See this for additional features in Simple Catch Pro theme http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@Cath6789: Just remove .home and it will be as below:
#hgroup-wrap { display: none; }Sakin
Keymaster@eckh20: This option is not there. You need to build child theme and edit it. Consider hiring developer for this.
Sakin
Keymaster@jbprins: Yes you can upload your favicon.ico from “Appearance => Theme Options => Fav Icon Options”
Sakin
Keymaster@saludypaz: For that you need to build child then and edit the function catcheverest_social_networks() also change the icon image social-profile.png . For this you need to hire developer.
Sakin
Keymaster@jwendell: I am also not sure about that. I just google that. There is no option in WordPress to do it by default. They are using their own tricks. So, can you ask to the person who wrote the tutorial. Also check the video in the youtube and ask them as well.
Sakin
Keymaster@svoelker: I don’t know which slider you are using. There is option for post slider, image slider and others.
If you are using post slider, then you can adjust the amount of text from the excerpt box in your post. See this http://en.support.wordpress.com/splitting-content/excerpts/
If you are using Image Slider, then you can change the content from the slider options itself.
If you want to adjust the width of the slider text box then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Screen Size above 960px */ @media screen and (min-width: 960px) { .featured-text { width: 80%; } }Sakin
Keymaster@sross00: Sometime, email might land to your spam or junk folder in your email. So, check their first. I see that you have cancelled your purchase. That is why it is not showing download. I have just created new one for you.
June 25, 2013 at 2:10 am in reply to: Foursquare Social Link & Backgroud Widget Color other than default #fff #10962Sakin
Keymaster@Luis: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry, .no-results, #author-info, #disqus_thread, #content .error404 { border-bottom: none; }Sakin
Keymaster@jwendell: Did you follow all 6 steps and see this http://office.microsoft.com/en-us/web-apps-help/embed-an-excel-workbook-on-a-web-page-HA102029502.aspx
Sakin
Keymaster@nickf26: You can change the margin as per your need. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { margin-bottom: 40px; }Sakin
Keymaster@traintoepping: If you don’t want any text in the homepage and just want slider and the footer. Then don’t set the homepage as static page. Just set as Latest posts. After that you can hide the latest post from “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”.
Sakin
Keymaster@traintoepping:
1. Center my logo
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box. The css you have added in fine. Just need to add the following extra css.#header-left { width: 100%; } #site-logo a { display: inline-block; }2. Reduce the white space beneath my logo
— Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { display: none; }3. Change the color of the footer text
— Just change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator { color: #000; }Sakin
Keymaster@jwendell: There is not such function to directly add the excel sheet in the WordPress site. But yes you can create the embed code and add it.
Maybe this post will help you:
http://datawiz.wordpress.com/2011/01/14/creating-a-web-calculator-using-excel/You can also check it video:
http://www.youtube.com/watch?v=ZIBF1sDOCEUSakin
Keymaster@poornima.uk: I don’t know how that plugin will add but you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it from homepage.
.home .breadcrumb { display: none; }Sakin
Keymaster@kz2284: You portfolio looks good at http://69.195.124.63/~kzinteri/portfolio/. Then I check in your portfolio “RESIDENTIAL DESIGN” at http://69.195.124.63/~kzinteri/portfolio/residential-design/. This also looks fine.
You cannot make it 100% same. But with the help of css you can make it similar. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single-portfolio .wp-caption { background: none transparent; margin: 0 0 0 2.92%; max-width: 100%; padding: 0 0 30px; width: 30.35% !important; } .single-portfolio .wp-caption img { background-color: #f5f5f5; border: 1px solid #b5b5b5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; margin: 0 auto 10px; max-width: 100%; padding: 2%; width: 96%; } .single-portfolio .wp-caption .wp-caption-text:before { content: none; } .single-portfolio .wp-caption .wp-caption-text { font: 24px 'Cuprum',Arial,Helvetica,sans-serif; margin-bottom: 2em; padding: 0; position: relative; text-align: center; }Sakin
Keymaster@aaloovinc: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget_search { display: none; }Sakin
Keymaster@Aliaaz: I don’t get it why you want to reduce the height. It’s just give you as per the image height. You can just upload the image with the height you want.
June 25, 2013 at 1:07 am in reply to: Foursquare Social Link & Backgroud Widget Color other than default #fff #10945 -
AuthorPosts
