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 - 1,526 through 1,550 (of 2,462 total)

Home Forums

  • #79706

    Towfiq I.

    administrator

    you can only change font in the PRO version.

    #79698

    Towfiq I.

    administrator

    if you are not going to add in any text in the welcome text area.. why not, add the image only under the slider and get rid of the welcome textarea altogether.

    Open up index.php and add this:

    <?php if ( is_home() ) { ?><img src="http://aliciaisenor.com/wp-content/uploads/2013/12/web-solid-image-1000-J.jpg" /><?php } ?>

    before this:

    <!--Welcome message-->

    #79686

    Towfiq I.

    administrator

    it shouldn’t be on right. can you send me a page link where this issue is visible?

    #79341

    Towfiq I.

    administrator

    the email address is already inserted in the “From” field. to display the name, of who sent the message in the subject line. open up page-contact.php and replace this line:

    $subject = "Someone sent a message from ".get_bloginfo('name');

    with:

    $subject = $name." sent a message from ".get_bloginfo('name');

    #79322

    Towfiq I.

    administrator

    ok. the image is too big. make the width of the image 1000px

    #79217

    Towfiq I.

    administrator

    whats your site address?

    #78785

    Towfiq I.

    administrator
    #78651

    Towfiq I.

    administrator

    did you clear your ipad browser cache? whats your site address?

    #78586

    Towfiq I.

    administrator
    #78322

    Towfiq I.

    administrator

    open up index.php and remove this:

    <!--LATEST POSTS-->
    <?php if ( is_home() ) { ?>
    	<?php if(of_get_option('latstpst_checkbox') == "1"){ ?><?php get_template_part(''.$zn_lays = of_get_option('layout_images', 'layout1').''); ?><?php } else { ?><?php } ?>
    <?php } else { ?>
    	<?php get_template_part(''.$zn_lays = of_get_option('layout_images', 'layout1').''); ?>
    <?php } ?>
    <!--LATEST POSTS END-->
    #78140

    Towfiq I.

    administrator

    each slide must have a title. Without a title a slide cannot be saved.

    #77672

    Towfiq I.

    administrator

    whats your site address Gaby?

    #77595

    Towfiq I.

    administrator

    add this to the very bottom of your stylesheet:

    .page-template-page-full_width-php .single_post .post img, .page-template-page-full_width-php .type-page img, .page-template-page-full_width-php .type-attachment img{max-width:960px!important;}

    #77591

    Towfiq I.

    administrator

    @Welcome
    Sorry I dont understand. can you elaborate?

    #77590

    Towfiq I.

    administrator

    send me the page link where this is happening.

    #77588

    Towfiq I.

    administrator

    yes. post the link of the image here and I will show you how to do it. The image width should be 1000px.

    #77585

    Towfiq I.

    administrator

    For Vimeo

    open up header.php and add this line:

    <li class="soc_vim"><a title="Vimeo" target="_blank" href="your vimeo link here">Vimeo</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    Then add this to the very bottom of your stylesheet:

    .social ul .soc_vim a{ background:url(“http://i.imgur.com/aw3oN.png”) no-repeat!important;}

    .social ul .soc_vim a:hover{ background:url(“http://i.imgur.com/nP3JX.png”) no-repeat!important;}

    for IMDB

    IMDB ICON:

    First open up header.php and add this line:

    <li class="soc_imdb"><a title="IMDB" target="_blank" href="put your imdb url here...">IMDB</a></li>

    after this line:

    <li class="soc_rss"><a title="Rss Feed" target="_blank" href="<?php echo of_get_option('rsssoc_text'); ?>">RSS</a></li><?php } ?>

    then add this to your stylesheet:

    .social ul .soc_imdb a{ background:url("http://i.imgur.com/FQOEC.png") no-repeat!important;}

    #77423

    Towfiq I.

    administrator

    Whats your site address Sam?

    #77073

    Towfiq I.

    administrator

    Go to Settings> Reading and select “Your Latest posts” as your frontpage.

    #76874

    Towfiq I.

    administrator

    add this to your stylesheet:

    .block_comm, .date_meta{display:none;}

    #76862

    Towfiq I.

    administrator

    please copy and paste the code of your functions.php here.

    #76848

    Towfiq I.

    administrator

    Add these lines to the very bottom of your stylesheet:

    /*FULL WIDTH PAGE*/
    body .single_post, .error404 .single_wrap, .error404 .single_post{ width:970px;}
    body .single_skew_comm{width: 962px;}
    body .single_skew_comm .skew_top_big{width: 968px;}
    body .single_skew_comm .skew_top_right{ margin-top:-71px;}
    body .single_skew .skew_bottom_big{width: 968px;}
    body .single_skew{ width:1000px;}
    body #commentform{ width:970px;}
    body .comment-form-comment textarea{width: 570px;}
    body .comment-form-comment{width: 600px;}
    body .field_wrap{width: 340px;}
    body .comment-form-author input, body .comment-form-email input, body .comment-form-url input{width: 263px;}

    #76197

    Towfiq I.

    administrator

    Yes Nik.

    #76052

    Towfiq I.

    administrator

    are you sure you activated the child theme from Appearance> Themes?

    #76051

    Towfiq I.

    administrator

    Nick., you can only do that in the PRO version of the theme.

Viewing 25 posts - 1,526 through 1,550 (of 2,462 total)