Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Can't Use Mail Chimp On Graphene

    #45777

    In the Mailchimp code, find this line and change it from:

    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

    to:

    <div class="clearfix"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    Admin

    In reply to: FJ Stacks Slider Image Cropped

    #45789

    The slider on your side is set to be 350px high instead of 500px. Make sure you have set the slider height to 500px to avoid the image being cut-off.

    Admin

    In reply to: FJ Stack – Are there other row class?

    #45823
    Quote:
    hmm but putting an empty line between the paragraph is the common logic, that is how we write letters or documents in words.

    so im just copying what i write from words document into the web.

    WordPress already converts newlines in your content into paragraphs, so there’s no need to enter additional empty lines. If copy-pasting content from Word, use the “copy from Word” button in the WordPress editor.

    Quote:
    how do i use the css to change font type to Verdana?

    .highlights .textwidget {
    font-size: 18px;
    font-family: verdana;
    line-height: 26px;
    }

    http://www.w3schools.com/css/

    Admin

    In reply to: FJ Stack – Are there other row class?

    #45821

    Those extra spacing between the paragraphs is because you have additional empty lines in your post. Remove those empty lines between the paragraphs and the extra spacing should disappear.

    To modify the font size, use this CSS code:

    .highlights .textwidget {
    font-size: 18px;
    line-height: 26px;
    }
    Admin

    In reply to: FJ Stack – Are there other row class?

    #45819

    You can use CSS for that. Any specific example on your site?

    Admin

    In reply to: Update 1.9.4.x info

    #45827

    We’ve updated the changelog for the Graphene theme here:

    https://forum.graphene-theme.com/graphene-theme/changelog/

    Admin

    In reply to: Some kind of Sticky stack feature

    #45826

    OK, will consider this feature improvement.

    Admin

    In reply to: FJ Stack – Are there other row class?

    #45817

    Nope, that’s pretty much it at the moment. We might add more as and when required.

    Admin

    In reply to: featured image size

    #45815

    Well, the simplest way to revert to what it was before is to add this code in the theme’s Custom CSS option:

    .hentry .featured-image img {
    width: auto;
    }
    Admin

    In reply to: featured image size

    #45813

    In 1.7, the featured image fills up the width of the post. The featured images on the site you linked to seems to have a small, square size. Therefore, when it fills up the width of the post, it looks blurry and large (because of the near square dimension).

    Try using another image with a width of at least 850 pixels.

Viewing 10 posts - 1,021 through 1,030 (of 6,030 total)