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 - 251 through 275 (of 2,462 total)

Home Forums

  • #440156

    Towfiq I.

    administrator

    1. Can you elaborate?

    2. There is a Slider Height option in Appearance> Asteria Options> Slider where you can change the slider height.

    #440150

    Towfiq I.

    administrator

    replied to your email.

    #440149

    Towfiq I.

    administrator

    Scott,

    Set the “Blog page Template” to your blog page. Then select the blog page category to “blog” from Theron Options> Miscellaneous.

    Thanks

    #440148

    Towfiq I.

    administrator

    Happy New year too Katie 🙂

    #440139

    Towfiq I.

    administrator

    Can you send me a page link where the pagination should work and not working? I checked the frontpage and the pagination works fine.

    #440134

    Towfiq I.

    administrator

    Open up functions.php 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).'' );}
    		}
        }
    	if ( $query->is_category()) {
    		set_query_var( 'order', 'ASC' );
    		}
    	
    }
    add_action( 'pre_get_posts', 'asteria_home_query' );
    #440131

    Towfiq I.

    administrator

    can you please ask the plugin developer about this? Sounds like a plugin issue.

    Thanks

    #440127

    Towfiq I.

    administrator

    I see the Polish character showing up fine now. did you make it work?

    #440126

    Towfiq I.

    administrator

    Please make sure each of your slides have title. The title field is required.

    #440116

    Towfiq I.

    administrator

    Try adding this to your Custom CSS:

    .ast_gall img {max-width: 100%;width: auto;height: auto;max-height: 400px;}

    #437716

    Towfiq I.

    administrator

    Open up lobster.css from the “fonts” folder and replace this:

    @font-face {
    	font-family: 'Lobster1.4Regular';
    	src: url('../fonts/lobster/lobster_1.4-webfont.eot');
    	src: local('?'), url('../fonts/lobster/lobster_1.4-webfont.woff') format('woff'), url('../fonts/lobster/lobster_1.4-webfont.ttf') format('truetype'), url('../fonts/lobster/lobster_1.4-webfont.svg#webfontcOtP3oQb') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }

    with this:

    @import url(http://fonts.googleapis.com/css?family=Lobster);

    #437714

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .midrow_block{margin-top:0!important; opacity:1!important;}

    #437711

    Towfiq I.

    administrator

    Sorry you can only do that in the PRO version.

    Thanks

    #437701

    Towfiq I.

    administrator

    just remove the line.

    #437700

    Towfiq I.

    administrator

    this shouldn’t happen? whats your site address?

    #436245

    Towfiq I.

    administrator

    The theme doesn’t have a blog page template. you can create a blog page by assigning a category page directly to your menu.

    Go to Appearance> Menus and add the category “Blog” to your menu. so when you click the blog menu from the front-end the page will display all the blog posts.

    Thanks

    #436238

    Towfiq I.

    administrator

    Can you please let me know about what you need help with?

    Thanks

    #436232

    Towfiq I.

    administrator

    Lori whats your site address?

    #436230

    Towfiq I.

    administrator

    Its because you made changes to your stylehseet. look at this line:

    .header4 a{ color:#C9E1F9;}

    #436227

    Towfiq I.

    administrator

    whats your site address David?

    #436221

    Towfiq I.

    administrator

    Looks like a plugin conflict. try disabling all the plugins one by one and see which one is causing this.

    #433628

    Towfiq I.

    administrator

    Are you still having the issue? Let me know your site’s id and password through this page and I will check it out from the backend:

    Contact

    Thanks

    #433615

    Towfiq I.

    administrator

    The page is already displaying the list of all posts by the author:
    http://asterialite.towfiqi.com/?author=1

    #433606

    Towfiq I.

    administrator

    Whats your site address?

    #431865

    Towfiq I.

    administrator

    Nope!

Viewing 25 posts - 251 through 275 (of 2,462 total)