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

Home Forums

  • #86413

    Towfiq I.

    administrator

    add this to your stylrsheet:

    .lay4{width: 100%!important;}
    .lay4 .hentry{width: 98%!important;}

    #86403

    Towfiq I.

    administrator

    replace that line with:

    #slider{background: rgba(255, 255, 255, 0.3)!important;}

    #86398

    Towfiq I.

    administrator

    replace this:

    <?php the_post_thumbnail('large'); ?>

    with this:

    <p class="aligncenter"><?php the_post_thumbnail('large'); ?></p>

    #86397

    Towfiq I.

    administrator

    Theme theme uses wp_mail function which is built in wordpress. Should work fine. Did you select the contact form email to from Theron options> Misc?

    if it doesnt work, I suggest you to try a contact form plugin. e.g: contact form 7

    #86395

    Towfiq I.

    administrator

    Select one from google webfont and let me know:
    http://www.google.com/fonts

    make sure it supports all the characters, symbols.

    #86128

    Towfiq I.

    administrator

    The best way to see examples of live sites is go to this page and look for commenter’s name with red link. click those links to see their sites. http://www.towfiqi.com/asteria-lite-free-wordpress-theme.html

    #86117

    Towfiq I.

    administrator

    just replace these lies in the code with your image url:

    your workcategory image url here

    #86115

    Towfiq I.

    administrator

    hmm. you will need to switch back to default Arial font to display all characters. the font that is used in the theme (yanone kaffeesatz) doesnt support special characters and symbols.

    Just open up functions.php and remove this:

    wp_enqueue_style('customfont',get_template_directory_uri().'/fonts/yanone_kaffeesatz.css', 'yanone_kaffeesatz' );

    #85965

    Towfiq I.

    administrator

    Yes.

    #85855

    Towfiq I.

    administrator

    I assume, the latest images you added are after changing the theme to asteria.

    Asteria has a function that automatically resizes and crops the image to make the images fit on frontpage. To remove this function, open up functions.php and remove this:

    //Custom Thumbnail Size	
    if ( function_exists( 'add_image_size' ) ) { 
    	add_image_size( 'asteriathumb', 387, 260, true ); //(cropped)
    }

    and you will have to reset the last 7 featured images again.

    #85844

    Towfiq I.

    administrator

    tested the theme few days ago with php 5.5 and it works just fine. Should work with 5.4 too.

    #85841

    Towfiq I.

    administrator

    you have to change this line:

    #slider{background: rgba(180, 227, 145, 0.3)!important;}

    #85837

    Towfiq I.

    administrator

    lauren whats your site address?

    to create a heme menu button, Go to Appearance> Menus and under “Pages” box, click the “All” button and then add the “Home” menu item to your menu.

    #85835

    Towfiq I.

    administrator

    whats your site address?

    #85834

    Towfiq I.

    administrator

    add this to your “Custom CSS” tab:

    .lay1 .post_content{bottom:0px!important;}

    #85812

    Towfiq I.

    administrator

    add this to your custom css tab:

    .head_soc a{font-size:24px;width:30px!important;height:30px!important;}

    #85730

    Towfiq I.

    administrator

    add this to your “Custom CSS” tab:

    .lay1 .post_content{bottom:0px!important;}

    #85613

    Towfiq I.

    administrator

    Can you switch back to asteria and let me know?

    #85604

    Towfiq I.

    administrator

    Kevin you are using a different theme. for your theme (Asteria Lite) there is an option to change the slider height from Appearance> Asteria Options> Slider. Change the height of the slider to 285px

    #85586

    Towfiq I.

    administrator

    Open up category.php and add this:

    <?php if(is_category(7)) { ?>
       <img src="your workcategory image url here" />
    <?php } ?>
    <?php if(is_category(2)) { ?>
       <img src="your blog category image url here" />
    <?php } ?>
    

    after this:

    <?php get_header(); ?>

    #85499

    Towfiq I.

    administrator

    You can disable that from Asteria Options> Miscellaneous

    #85498

    Towfiq I.

    administrator

    1. You can add logo image only in the PRO version.

    2. Go to Appearance> Menus and inside the “Pages” box click the “All” button and you will see a “Home” menu item. add it to your menu.

    #85424

    Towfiq I.

    administrator

    you will have to add exactly this line:

    body #content .more-link{color:#fff!important;}

    #85402

    Towfiq I.

    administrator

    Open up header.php and add that line after this:

    <div class="center <?php echo of_get_option('head_select'); ?>-social">

    and then add this to your stylesheet:

    .transposh_flags {
    direction: ltr;
    line-height: 0;
    float: left;
    margin-top: 30px;
    }

    #85401

    Towfiq I.

    administrator

    CDN = Content delivery network.

    But I guess you are not using one. Like I asked earlier, can you send me your site’s id/pass through this page. i will find out what the issue is:

    Contact

Viewing 25 posts - 1,376 through 1,400 (of 2,462 total)