Forum Replies Created

Viewing 20 posts - 13,841 through 13,860 (of 14,488 total)
  • Author
    Posts
  • in reply to: Add subheader to post title and reduce padding #3935
    Sakin
    Keymaster

    @bobbafett: I hope this tutorial will help you to create child theme http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

    If you create the child theme then the theme update will not replace your child theme changes.

    in reply to: Image not posting #3934
    Sakin
    Keymaster

    @bluezelia: Which image you are talking about. You question is not clear. To show in post and pages. You need to add image in post and pages. Also you need to add featured images on posts. http://en.support.wordpress.com/featured-images/

    For the social icon, you need to add link to your social profile in Social option in your theme option.

    Send me your site URL as well. So, that I know what you are talking about.

    in reply to: background color and menu text #3932
    Sakin
    Keymaster

    @Elisabetta: You mean the space at the end. It will be little difficult. Try increasing the menu padding as needed.
    #access ul li a { padding: 0 18px; }

    in reply to: change default layout #3930
    Sakin
    Keymaster

    @Elisabetta: I have email you for details support. Please reply my email.

    in reply to: Add subheader to post title and reduce padding #3929
    Sakin
    Keymaster

    @bobbafett: That is why don’t edit any core theme files. Just build child theme and then add the files content.php, content-single.php and content-page.php in your child theme and edit there.

    in reply to: How can I change my link font color ? #3926
    Sakin
    Keymaster

    @AiD: Then use this.
    #main .post a .caps { color: #444; }

    in reply to: French Version #3925
    Sakin
    Keymaster

    @web-automobile: You can add the .po from catch box them and use the software poedit to open that file. Then click on update. It will show you the list of item you need to translate and then write the translation.

    in reply to: background color and menu text #3923
    Sakin
    Keymaster

    @Elisabetta: Add the following css in “Custom CSS” box in your Theme Option panel. You hove you can change as per your need.

    /* For Menu Color */
    #access { background-color: #3a3434; }
    #access ul li a { color: #f8940f; }
    /* For Menu Color hover and active */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color: #3a3434;
    color: #f8940f;
    }

    in reply to: change default layout #3922
    Sakin
    Keymaster

    @Elisabetta: There is setting in individual pages as well. Please check that settings in your page under the page editor.

    in reply to: copy gallery from page to another page #3921
    Sakin
    Keymaster

    @Elisabetta: I am little bit confused about what type of gallery you are talking about. If you are talking about adding gallery in page then you have to upload the image in that particular pages and then insert the gallery in that particular page. You cannot do cut and copy. See this http://en.support.wordpress.com/images/gallery/

    in reply to: General Question #3920
    Sakin
    Keymaster

    @paigeohliger:

    1. To change the hover color for the Previous and Next buttons from grey to orange (#ef5a29). Add the following css in your “Custom CSS” box in your Theme Options:
    ul.default-wp-page li a:hover, #content nav a:hover { background-color: #ef5a29; }

    2. On the home page the excerpts have the ellipse (…) indicating that there is more text to read. But on the Recipe page (http://plantricious.com/category/recipes-and-hints/recipes/) there is no indication of additional text to read. Is there a setting that I am missing.
    — That is due to the setting in the theme for featured post widget. I will ask to add the option in next version so that you can disable it from css. For now there is no option for that. You need to use the text widget and add the content if you don’t like the …

    in reply to: Testimonials #3917
    Sakin
    Keymaster

    @paigeohliger: Ok I have noted down and will try to add up in future version update. Thanks for your suggestion.

    in reply to: tinynavNaN Issue with lightbox #3916
    Sakin
    Keymaster

    @Piet Momberg: Which plugin you are using? Please report the plugin author and try to add another Lightbox plugin. Tinynav is the the responsive menu used in most of the WordPress Themes. Let me know if I need to work on anything after the plugin author reports. It looks like that plugin creates display block for all display none elements.

    in reply to: French Version #3914
    Sakin
    Keymaster

    @web-automobile: We don’t have at the movement but we will try to add in future. The languages are send my our users using http://www.poedit.net/ software. See this for details instruction http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/

    in reply to: search field on my header #3913
    Sakin
    Keymaster

    @web-automobile: If you want it like the screenshot you send me then add the following css in Custom CSS box in your theme Options.

    #header-content { position: relative; }
    .sidebar-top { position: absolute; right: 4px; top: 42px; }

    in reply to: Side Bar Is Not Diplaying #3911
    Sakin
    Keymaster

    @venkat: Hum that strange. Which sidebar have you added widget in. Try adding text widget and write something and then send me your Site URL. Do you have any cache plugin installed then clear you cache.

    in reply to: Featured Slider Questions #3900
    Sakin
    Keymaster

    @Abbtt: I pro version there in option for this. In Default Layout you can simply choose “No Sidebar, Full Width” and then it’s all done.

    in reply to: How can I change my link font color ? #3895
    Sakin
    Keymaster

    @Aid: Is the text “TUTAJ” your internal link. If so then this code will work for your

    #main .post a { color: #444; }

    in reply to: Dimensions of Columns #3894
    Sakin
    Keymaster

    @venkat: Which empty space your are talking about. If you are talking about adding in the Sidebar then you need to add though widget and if you are thinking about adding it in pages and posts then you need to add through content editor.

    in reply to: Dimensions of Columns #3888
    Sakin
    Keymaster

    @venkat: You can add image without any problem. Just add image and click on insert into post. See this http://en.support.wordpress.com/images/

Viewing 20 posts - 13,841 through 13,860 (of 14,488 total)