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

Home Forums

  • #76050

    Towfiq I.

    administrator

    go to Asteria Options> Custom CSS

    #76037

    Towfiq I.

    administrator

    featured images are not supposed to display on post pages. You can display them by adding this to your single.php:

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

    after this:

    <h2 class="postitle"><a href="<?php the_permalink();?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

    #76035

    Towfiq I.

    administrator

    this feature is not available in the lite version. I left some of the footprint of this option by mistake. This bug will be fixed in the future update.

    #76034

    Towfiq I.

    administrator

    remove this form single.php:

    <div class="post_meta">
                        <div class="post_cat"><?php _e('Category' , 'Scylla'); ?> : <?php the_category(', '); ?></div>
                        
                        <?php if( has_tag() ) { ?><div class="post_tag"><?php _e('Tags' , 'Scylla'); ?> : <?php the_tags(' '); ?></div><?php } else { ?><?php } ?>
                        </div>

    and this:

    <div class="single_metainfo">by <?php the_author(); ?></div>

    #76024

    Towfiq I.

    administrator

    great!

    #75896

    Towfiq I.

    administrator

    please make sure you added title for each slide.

    #75749

    Towfiq I.

    administrator

    1. 285px x 190px

    2. Add this to your stylesheet:

    .single_metainfo{display:none;}

    #75748

    Towfiq I.

    administrator

    Open up index.php and remove this:

        <?php
    	//Front Page Posts
        break;
        case 'posts': ?>
        <div class="home_blocks"><?php $homeposts = $asteria['home_sort_id']; if(!empty($homeposts['posts'])){ ?>
            <!--Latest Posts-->
                <?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_frontposts'])) ) { ?>
                <?php }else{ ?>
                <?php get_template_part('layout'.$asteria['front_layout_id'].''); ?>
                <?php } ?>
            <!--Latest Posts END-->
            <?php } ?></div>
    #75740

    Towfiq I.

    administrator

    this is a known bug and will be fixed in the future version. Here is how to fix this:

    Open up asteria.js and replace this:

    
    if (jQuery(window).width() < 768) {
    	//jQuery("#topmenu").attr("id","sidr");
    	var padmenu = jQuery("#simple-menu").html();
    	jQuery('#simple-menu').sidr({
          name: 'sidr-main',
          source: '#topmenu'
        });
    	jQuery(".sidr").prepend("<div class='pad_menutitle'>"+padmenu+"<span><i class='fa-times'></i></span></div>");
    	
    	jQuery(".pad_menutitle span").click(function() {
    		jQuery.sidr('close', 'sidr-main')
    		preventDefaultEvents: false;
    		
    });
    }

    with this:

    //jQuery("#topmenu").attr("id","sidr");
    	var padmenu = jQuery("#simple-menu").html();
    	jQuery('#simple-menu').sidr({
          name: 'sidr-main',
          source: '#topmenu'
        });
    	jQuery(".sidr").prepend("<div class='pad_menutitle'>"+padmenu+"<span><i class='fa-times'></i></span></div>");
    	
    	jQuery(".pad_menutitle span").click(function() {
    		jQuery.sidr('close', 'sidr-main')
    		preventDefaultEvents: false;
    		
    });

    and then add this to your custom css tab:

    /*Hide the mobile menu on desktop*/
    #sidr-main{ display:none;}

    #75680

    Towfiq I.

    administrator
    #75533

    Towfiq I.

    administrator

    please follow this method:
    http://html5media.info/

    #75526

    Towfiq I.

    administrator

    the stylesheet looks fine.
    is the site live? whats your site address?

    #75525

    Towfiq I.

    administrator

    1. add this toyour stylesheet:
    ol#controls{display:none;}

    2. open up comments.php and remove the “comments are closed” text. and you can hide the posting date from Zenon Options> Misc,

    3. add this to your stylesheet:

    .block_comm, .date_meta{display:none;}

    4. Create custom link page in the menu and then in the link field use this: #
    then add the submenus under the custom link menu.

    #75275

    Towfiq I.

    administrator

    whats your site address?

    #75145

    Towfiq I.

    administrator

    can you send me a page link its being overridden?

    #75071

    Towfiq I.

    administrator

    you can disable the default icons and insert the image icons inside the block textarea fields.

    #74971

    Towfiq I.

    administrator

    Open up style.css and replace this:

    
    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:940px !important;}
    .theron_fullwdth_body #content .single_wrap{ width:1000px;}
    
    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:970px;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 570px;}
    .theron_fullwdth_body .comment-form-comment{width: 600px;}
    .theron_fullwdth_body .field_wrap{width: 340px;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 263px;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:940px; height:auto;}
    .theron_fullwdth_body .post_foot{width:1000px;}
    .theron_fullwdth_body .share_this{width:960px;}

    with this:

    
    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:90% !important;}
    .theron_fullwdth_body #content .single_wrap{ width:100%;}
    
    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:96%;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 90%;}
    .theron_fullwdth_body .comment-form-comment{width: 50%;}
    .theron_fullwdth_body .field_wrap{width: 50%;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 50%;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:100%; height:auto;}
    #74969

    Towfiq I.

    administrator

    whats your site address?

    #74968

    Towfiq I.

    administrator

    change your primary text color to a dark color from Asteria Options> Style.

    #74960

    Towfiq I.

    administrator

    add this to your custom css tab:

    #footer .widget_search #s{
    width: 60%;
    border: 1px solid #272727;
    padding: 5px 4%;
    color: #aaa;
    }

    #74874

    Towfiq I.

    administrator

    how did you fix it? did you replace the code with the code I posted in the pastebin link?
    if you did that, the issue should be solved.

    The double title issue appears when you install a SEO plugin and it tries to modify the site title.

    #74871

    Towfiq I.

    administrator

    you made a little mistake pasting the code in functions.php.

    Can you login via ftp and open up functions.php and replace all the code with the code you find here:
    http://pastebin.com/raw.php?i=3MGFsQjz

    #74865

    Towfiq I.

    administrator

    the try adding before:

    function thn_other_css() {

    #74861

    Towfiq I.

    administrator

    right. you mean in the title bar..

    open up header.php and replace this:

    <?php wp_title(); ?>

    with this:

    <?php wp_title( '|', true, 'right' ); ?>

    Then open up functions.php and add this to your functions.php:

    //theron Site title
    function theron_wp_title( $title, $sep ) {
    	global $paged, $page;
    
    	if ( is_feed() )
    		return $title;
    
    	// Add the site name.
    	$title .= get_bloginfo( 'name' );
    
    	// Add the site description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		$title = "$title $sep $site_description";
    
    	// Add a page number if necessary.
    	if ( $paged >= 2 || $page >= 2 )
    		$title = "$title $sep " . sprintf( __( 'Page %s', 'theron' ), max( $paged, $page ) );
    
    	return $title;
    }
    add_filter( 'wp_title', 'theron_wp_title', 10, 2 );

    before this:

    function thn_mobile_css() {

    #74854

    Towfiq I.

    administrator

    just checked your site. I am not seeing this issue. can you send me a screenshot of the issue?

Viewing 25 posts - 1,551 through 1,575 (of 2,462 total)