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

Home Forums

  • #82403

    Towfiq I.

    administrator

    whats your site address?

    #82388

    Towfiq I.

    administrator

    your slider is showing up just fine..

    #82387

    Towfiq I.

    administrator

    you are doing it wrong. Since you are new its easy to make this mistake. When you click the “News” page you only want to get the news post and when you click on events menu it should display the posts with category event, right? The right way to do this, is to Go to Appearance> menus and from the “Category” box, add the respective categories to your menu. and then when you click the menu items they should display the posts related to their categories.

    Hope this helps.

    #82385

    Towfiq I.

    administrator

    add this to your stylesheet:

    #slider{border-radius: 0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;}

    #82382

    Towfiq I.

    administrator

    I just checked your site with different resolution screens and the slider image are not being cutoff. the site looks fine.

    #82377

    Towfiq I.

    administrator

    they wouldn’t. because when they are displayed on frontpage, they are automatically re-sized. whats your site address?

    #82375

    Towfiq I.

    administrator

    You cna fix this by carefully editing the functions.php file. Open up functions.php from Appearance> editor and replace this:

    function asteria_home_query($query) {
        if ( $query->is_home()) {
    		global $asteria;
    		set_query_var( 'post_type', 'post' );
    		set_query_var( 'paged', ( get_query_var('paged') ? get_query_var('paged') : 1) );
    		if(!empty($asteria['enable_cat'])){
    		$postcount = $asteria['n_posts_field_id'];
    		$postcat = $asteria['posts_cat_id'];
    		set_query_var( 'posts_per_page', ''.$postcount.'' );
    		if(!empty($asteria['posts_cat_id'])){set_query_var( 'cat', ''.implode(',', $postcat).'' );}
    		}
        }
    	
    }
    add_action( 'pre_get_posts', 'asteria_home_query' );

    with this:

    function asteria_home_query($query) {
        if ( $query->is_home()) {
    		global $asteria;
    		set_query_var( 'post_type', 'post' );
    		set_query_var( 'paged', ( get_query_var('paged') ? get_query_var('paged') : 1) );
    		if(!empty($asteria['enable_cat'])){
    		$postcount = $asteria['n_posts_field_id'];
    		$postcat = $asteria['posts_cat_id'];
    		set_query_var( 'posts_per_page', ''.$postcount.'' );
    		if(!empty($asteria['posts_cat_id'])){set_query_var( 'cat', ''.implode(',', $postcat).'' );}
    		}
        }
    	
    }
    add_action( 'pre_get_posts', 'asteria_home_query' );
    #82373

    Towfiq I.

    administrator

    the menu doesnt show up at all or the blue menu button shows up but upon clicking it doesnt work? which one?

    #82300

    Towfiq I.

    administrator

    whats your site address?

    #82293

    Towfiq I.

    administrator

    in web we dont measure images in dpi rather in pixels(px) make sure your images have at-least the width of 300px.
    I guess you come from print media as you are trying to measure images with dpi.

    #82222

    Towfiq I.

    administrator

    I heard about the issue and also seen tit but I need to make some edits to a site thats having this issue. Can you send me your site’s id/pass and site address through this page: http://www.towfiqi.com/contact So I can fix the issue from your site’s back-end?

    Thanks

    #82221

    Towfiq I.

    administrator

    Go to Appearance> Editor and add this to the very bottom of your stylesheet:

    .logo h1 a{color:#fff!important;}
    .desc {color:#D73A36;}

    #82220

    Towfiq I.

    administrator

    I will look into it and try to fix it in the new version.

    #82219

    Towfiq I.

    administrator

    i think I replied to your answer in another thread..

    #82212

    Towfiq I.

    administrator

    i just checked your site and the slider bottom border color is as same as the menu border color.

    #82211

    Towfiq I.

    administrator

    want to resize other smaller?

    sorry I dont understand.

    #82210

    Towfiq I.

    administrator

    Please update to asteria lite version 0.7 a lots of bugs have been fixed and a featured added where you can add links from the Blocks settings page.

    #82209

    Towfiq I.

    administrator

    Teej with the new version of the theme you can now add individual links to your blocks from The blocks settings page.

    #82203

    Towfiq I.

    administrator

    whats the current font size and what size do you want the font to change to?

    #82099

    Towfiq I.

    administrator

    Only the code modifications will be lost. nothing else.

    #81996

    Towfiq I.

    administrator

    add this to your stylesheet:

    #slider{background:#17733c!important;}

    #81971

    Towfiq I.

    administrator

    did you edit the index.php file by any chance?

    #81817

    Towfiq I.

    administrator

    Did you select your secondary color as white?

    1. Sorry I dont get it.. can you elaborate?
    2. Cinzel Decorative.

    #81816

    Towfiq I.

    administrator

    whats your site address?

    #81710

    Towfiq I.

    administrator

    Go to Appearance> Asteria Theme Options and disable “Ajax pagination” feature.

Viewing 25 posts - 1,476 through 1,500 (of 2,462 total)