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

Home Forums

  • #235416

    Towfiq I.

    administrator

    Go to Settings> Reading and make sure the selected Posts per page is higher than the settings in Appearance> Theron options> Frontpage > Posts per page setting.

    Thanks

    #235410

    Towfiq I.

    administrator

    1. Open up functions.php and replace all the 8px to with 10px or 12px

    2. the thumbnails size should be 28px x 200px

    #235395

    Towfiq I.

    administrator

    yes. everything will transition over easily 🙂

    #233658

    Towfiq I.

    administrator

    1. yes you can only display the title on the frontpage if you select “Your Latest Posts” as your frontpage settings. Although you can modify some files to display the slider on a specific page.

    2. Each slide must have a title at-least.

    #233524

    Towfiq I.

    administrator

    whats your site address?

    #233520

    Towfiq I.

    administrator

    Open up functions.php and try removing this:

    //Front page query
    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' );
    #232421

    Towfiq I.

    administrator

    ahanif whats your site address?

    #231421

    Towfiq I.

    administrator

    Go to Appearance>Theron Options> Frontpage and remove the “Your Welcome text goes here” from the welcome text field.

    #230487

    Towfiq I.

    administrator

    set your homepage to a static page and then let me know.

    #230455

    Towfiq I.

    administrator

    thats odd. can you ask the woocommerce guys about this?

    #229661

    Towfiq I.

    administrator

    re create the menu. you assigned wrong menu items to your menu.

    #229459

    Towfiq I.

    administrator

    I am not seeing any slider on that page.

    #229449

    Towfiq I.

    administrator

    sorry. try this instead:

    body .text_block{font-family: 'Open Sans', Arial, Helvetica!important;}

    #229446

    Towfiq I.

    administrator

    here is the comparison. You did not make that many changes:
    https://www.diffchecker.com/s1khhdzi

    #228197

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .text_block{font-family: 'Open Sans', Arial, Helvetica!important;}

    #228100

    Towfiq I.

    administrator

    In that case you will have to find out what changes you have made in your stylesheet. To do that,

    1. first disable the css minify plugin/or cache plugin that you using .

    2. and then Go to Appearance> Editor and select “style.css” and copy all the code and go to this website(https://www.diffchecker.com/) and paste it on the right panel.

    3. Then on the left panel copy all the code you find in this page(original css of asteria): http://themes.svn.wordpress.org/asteria-lite/0.8/style.css

    4. finally select the “store forever” option and click the “Find difference” button to see what changes you made to the stylesheet. Make the same changes to the PRO version’s stylesheet manually.

    #228086

    Towfiq I.

    administrator

    open up nivo.php and replace:

    <?php echo $arr['slide_url']; ?>

    with this:

    <?php echo do_shortcode($arr['slide_url']); ?>

    #227064

    Towfiq I.

    administrator

    Open up nivo.php and replace this line(appear multiple times):

    <?php echo $arr['re_text_field_id']; ?>

    with this:

    <?php echo do_shortcode($arr['re_text_field_id']); ?>

    and then open up content-blocks.php and replace these lines:

    <?php echo $data['block1_text_id']; ?>
    <?php echo $data['block2_text_id']; ?>
    <?php echo $data['block3_text_id']; ?>
    <?php echo $data['block4_text_id']; ?>

    with these:

    <?php echo do_shortcode($data['block1_text_id']); ?>
    <?php echo do_shortcode($data['block2_text_id']); ?>
    <?php echo do_shortcode($data['block3_text_id']); ?>
    <?php echo do_shortcode($data['block4_text_id']); ?>
    #227051

    Towfiq I.

    administrator

    did you make any edits from Appearance> Editor?

    #227034

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .ast-next{width: 44%!important;padding-left: 4%!important;}

    #227009

    Towfiq I.

    administrator

    Sorry No future plan..

    #225040

    Towfiq I.

    administrator

    Please read this:

    Reply To: gallery bug

    #222584

    Towfiq I.

    administrator

    Select Playfait Display for Post Titles, headings and Menu Font from Asteria Options> Typography

    and then add this to your Custom CSS:

    body #topmenu ul li a{font-family: 'Open Sans', Arial, Helvetica!important;}

    #222581

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .header3 #topmenu ul li a:hover{color:#1e73be!important;}

    #222567

    Towfiq I.

    administrator

    The slider works now!

Viewing 25 posts - 501 through 525 (of 2,462 total)