Forum Replies Created

Viewing 20 posts - 5,981 through 6,000 (of 14,497 total)
  • Author
    Posts
  • in reply to: Center Embedded Video #46917
    Sakin
    Keymaster

    @svoelker: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .wp-video { margin: 0 auto; }

    in reply to: Change font on widget title #46916
    Sakin
    Keymaster

    You will not be able to add that directly in your widget. So, you need to add that from your css. You can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    .widget-title {
        color: #bd2026;
        font-family: Monotype Corsiva, sans-serif;
    }
    in reply to: Need to create child theme in order to update theme? #46915
    Sakin
    Keymaster

    For child theme tutorial, check out http://catchthemes.com/blog/create-child-theme-wordpress/. You can also download the sample child themes from there.

    in reply to: Navigation: Name of article instead of previous and next #46914
    Sakin
    Keymaster

    @Tillman: By default theme doesn’t support next and previous post name for navigation. IF you want this then you might need to hire cusotmizer and then ask him/her to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/ and then change previous_post_link() and next_post_link() functions.

    in reply to: Change color of social and search widget? #46913
    Sakin
    Keymaster

    @Irina: It depends on the social icons that you use. All the css is shown below. You can add in whatever you need in “Appearance => Theme Options => Custom CSS” box.

    .social-profile ul li.facebook a {
    	background-position: 0 -44px;
    }
    .social-profile ul li.twitter a {
    	background-position: -44px -44px;
    }
    .social-profile ul li.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.you-tube a {
    	background-position: -132px -44px;
    }
    .social-profile ul li.linkedin a {
    	background-position: -176px -44px;
    }
    .social-profile ul li.tumblr a {
    	background-position: -220px -44px;
    }
    .social-profile ul li.viemo a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -264px -44px;	
    }
    .social-profile ul li.dribbble a {
    	background-position: -308px -44px;
    }
    .social-profile ul li.my-space a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.aim a {
    	background-position: -396px -44px;
    }
    .social-profile ul li.myspace a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.flickr a {
    	background-position: -440px -44px;
    }
    .social-profile ul li.pinterest a {
    	background-position: -484px -44px;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
    .social-profile ul li.wordpress a {
    	background-position: -572px -44px;
    }
    .social-profile ul li.deviantart a {
    	background-position: -616px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -660px -44px;
    }
    .social-profile ul li.instagram a {
    	background-position: -704px -44px;
    }
    .social-profile ul li.skype a {
    	background-position: -748px -44px;
    }
    .social-profile ul li.soundcloud a {
    	background-position: -792px -44px;
    }
    .social-profile ul li.email a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.contactus a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.xing a {
    	background-position: -882px -44px;
    }
    .social-profile ul li.meetup a {
    	background-position: -971px -44px;
    }
    in reply to: Edit Description #46910
    Sakin
    Keymaster

    @RadMod: Thanks for the update 🙂

    in reply to: Top Navigation Menu? #46880
    Sakin
    Keymaster

    @fmck718: For sub-menu as per your css, the top position should be 30px. So, add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 30px; }

    Sakin
    Keymaster

    @Jale: Thanks for your appreciation.

    in reply to: All pictures aligned left #46872
    Sakin
    Keymaster

    @Tillman: It happens. Thanks for your appreciations 🙂

    in reply to: Reduce padding between main menu and slider? #46847
    Sakin
    Keymaster

    @Naomi: You can edit the padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box

    #hgroup-wrap { padding-bottom: 50px; }

    Sakin
    Keymaster

    @Jale: Site speed mostly depends on your Website Hosting Server. But if you want then you can install plugin such as W3 Total Cache to cache your site to make it faster load.

    To hide title only in page, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page #main .entry-header { display: none; }

    in reply to: Stop text from centering within a table cell #46819
    Sakin
    Keymaster

    @jkbart: Can you send me the page URL and explain. Then I can check in your table code and send you suggestion.

    in reply to: header margins left & right side #46818
    Sakin
    Keymaster

    @sabine: Can you replace your following CSS from “Appearance => Theme Options => Custom CSS” box
    #header-content { padding: 0; }

    With the following css:

    #header-content {
        margin: 0;
        padding: 0;
    }
    in reply to: Strange things #46817
    Sakin
    Keymaster

    @sabine: Sorry I don’t get it what you mean. For me the widgets are working fine.

    in reply to: Homepage Featured Content not displaying properly on iPad2 #46813
    Sakin
    Keymaster

    @jmott310: Yes, I have replied you in email and you can send me the access so that I can check your site.

    in reply to: Increase body width/decrease sidebar width #46809
    Sakin
    Keymaster

    @msabeer3d: Sorry I don’t think there is anything that we can do with that menu hand cursor.

    For font you can either upgrade to pro version where you will get font option in theme options panel or you can search for font plugin.

    in reply to: How to have smaller images in posts #46758
    Sakin
    Keymaster

    Yes, thanks for your feedback and appreciation.

    in reply to: Edit Description #46749
    Sakin
    Keymaster

    @RadMod: Can you send me your site URl so that I can check in.

    in reply to: How to have smaller images in posts #46748
    Sakin
    Keymaster

    @Em Smilingheart: Sorry every theme cannot be so flexible like that.

    in reply to: code for Hiding words or white wording #46744
    Sakin
    Keymaster

    @Joz: That should work. If it’s not then I need to look at the live site. So, please buzz me when you put your site live.

Viewing 20 posts - 5,981 through 6,000 (of 14,497 total)