Forum Replies Created
-
AuthorPosts
-
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 #10945Sakin
Keymaster@Luis: It will work fine. I found issue in your custom CSS box. Remove the following CSS. I don’t know why you added that. This is giving you issue.
@media screen and (max-width: 599px)Sakin
Keymaster@MaxR: To change the category/archive to excerpt view. You can do that from “Appearance => Theme Options => Layout Options”. There you can click on “Excerpt/Blog Display” and save it.
Sakin
Keymaster@Nixos: Upgrading from Catch Everest Free theme to Catch Everest Pro theme is pretty smooth. Yes, all your settings will be migrate to pro version as well. As this pro version is just addition to the free version. You can see the list of added features at http://catchthemes.com/themes/catch-everest-pro
You can buy Catch Everest Pro theme from http://catchthemes.com/themes/catch-everest-pro
Sakin
Keymaster@svoelker: You can upload the image in your site or any storage devices such as drop-box, pinterest and Flickr and all. Then post the URL here.
Sakin
Keymaster@Raminder: Thanks for your appreciation. If you are satisfied with the code inside your editor. That is fine. You don’t need to replace with the css.
Let me know what you want to do. Then just create that and let me know where to add the border and details. Then I will send you the css.
Sakin
Keymaster@PAM: I guarantee that it will not effect your SEO. You can check in the WordPress.org themes. All themes have same issues and we are discussing about that.
June 25, 2013 at 12:42 am in reply to: Foursquare Social Link & Backgroud Widget Color other than default #fff #10937 -
AuthorPosts
