Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 851 through 875 (of 2,462 total)

Home Forums

  • #129672

    Towfiq I.

    administrator

    to make the slider image still, open up functions.php and replace this:

    continuous: true

    with:

    continuous: false

    #129524

    Towfiq I.

    administrator

    Just add this to your Custom CSS:

    .nivo-caption{display:none!important;}

    #129325

    Towfiq I.

    administrator

    why do you want to do that? The meta description is only visible for search engine bots. they will only index the meta found in english.

    #129323

    Towfiq I.

    administrator

    you added the code wrong. why dont you just use this plugin instead of editing the template files:
    http://wordpress.org/plugins/google-author-information-in-search-results-wordpress-plugin/

    #129314

    Towfiq I.

    administrator

    Its possible to increase the height of the slider, but not the width.
    whats your site address?

    #129310

    Towfiq I.

    administrator

    Open up single.php and replace this:

    <h1 class="postitle"><?php the_title(); ?></h1>

    with this:

    <h1 class="postitle entry-title"><?php the_title(); ?></h1>

    this line:

    <a class="comm_date"><?php the_time( get_option('date_format') ); ?></a>

    with this:

    <a class="comm_date"><span class="post_date" ><?php the_time('j F,Y'); ?></span></a>

    and lastly, this line:

    <?php global $authordata; $post_author = "<a class='auth_meta' href=\"".get_author_posts_url( $authordata->ID, $authordata->user_nicename )."\">".get_the_author()."</a>\r\n"; echo $post_author; ?>

    with this:

    <span class="vcard author"><span class="fn"><?php the_author(); ?></span>
    
     </span>
    #129141

    Towfiq I.

    administrator

    Great 🙂

    #129134

    Towfiq I.

    administrator

    I see it now. Try adding this to your stylesheet:

    .slider-content p{text-transform: none!important;}

    #129109

    Towfiq I.

    administrator

    what line did you add?

    I am not seeing anything new in your header.php

    #129100

    Towfiq I.

    administrator

    I cannot access http://www.christina.powernaps.dk/
    I am getting a “Under Construction” page.

    #128821

    Towfiq I.

    administrator

    you can install bbpress and see how the forum looks.

    #128484

    Towfiq I.

    administrator

    whats your site address?

    #128447

    Towfiq I.

    administrator

    If you have made any edits in the template files from Appearance> Editor, you will loose them.

    Here is the changelog:

    # WordPress 3.9 compatibility
    # Fixed The First SLider text Disappearing issue 
    # css output / bug fix
    # fixed slider font size change from backend.
    # fixed logo text color change issue
    # blog page pagination was not showing up
    # Gallery Updated
    # header4 menu disappearance on ipad fix
    #127781

    Towfiq I.

    administrator

    1. Add this to the very bottom of your stylesheet:

    .single_post .postitle{line-height: 1.3em;}

    2. sorry thats not possible.

    3. Open up single.php and replace this:

    <?php the_author(); ?>

    with:

    <a class="auth_info"><?php the_author(); ?></a>

    then add this to the very bottom of your stylesheet:

    .auth_info{color:#f66a5c}

    #127774

    Towfiq I.

    administrator

    Kate by default when you use woocommerce with the theme. the woocommerce pages looks broken. when you add this chunk of code it looks normal.

    if the woocommerce pages already looks good. it means the woocommerce guys might have changed how the plugin works and the plugin works out of the box. no modifications needed.

    #126766

    Towfiq I.

    administrator

    you can only do that in the PRO version.

    #126765

    Towfiq I.

    administrator

    whats your site address? did you edit the functions.php?

    #126760

    Towfiq I.

    administrator

    whats your site address?

    #126751

    Towfiq I.

    administrator

    sorry. no these 2 cannot be added.
    and did you add the links from the theme options page? whats your site address?

    #126420

    Towfiq I.

    administrator

    that shouldn’t happen. whats your site address?

    #125895

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    h1, h2, h3, h4, h5, h6, #topmenu ul li a, .text_block, .lay1_title h3, #sidebar .widget .widgettitle, .left_arro, .right_arro, #submit, .logo h1 a, .logo h2 a, .widget_calendar caption, .rel_content a, #ast_related ul li a, .fourofour a{font-family:'Shadows Into Light'!important;}

    #125884

    Towfiq I.

    administrator

    open up single.php, page.php and page-full_width.php and remove this:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    #125880

    Towfiq I.

    administrator

    I just checked your site and looks like the fixed worked fine. Press ctrl+f5 couple of times to see the change.

    #125875

    Towfiq I.

    administrator
    #125871

    Towfiq I.

    administrator

    you can create a new category and mark all the posts that are no frontpage, with that category and then just link the category to your menu.

Viewing 25 posts - 851 through 875 (of 2,462 total)