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

Home Forums

  • #68840

    Towfiq I.

    administrator

    upload these 2 files to your wp-content/themes/asteria_lite/redux/inc/fields/typography folder and see if that fixes it:

    http://ge.tt/api/1/files/2EFtTW51/0/blob?download
    http://ge.tt/api/1/files/2EFtTW51/1/blob?download

    #68824

    Towfiq I.

    administrator

    thats very odd. Just checked with the latest version of chrome and its working fine..

    let me know your site address, id and pass through this secure page and I will try to fix it.

    Contact

    Thanks

    #68812

    Towfiq I.

    administrator

    which browser are you using?

    #67799

    Towfiq I.

    administrator

    hamid, just make sure, the number of posts you set from Theron Options> Front page and Settings> Reading page are same.

    #67790

    Towfiq I.

    administrator

    I am not sure why its happening. try this: disable all the plugins, change the theme and uninstall and remove the theme and install a fresh copy of the theme.

    #67774

    Towfiq I.

    administrator

    Open up layout1.php and add this line:

    <?php $count = 1; ?>

    before this:

    <?php if(have_posts()): ?><?php while(have_posts()): ?><?php the_post(); ?>

    then, find this:

    <?php endwhile; ?>

    and after it, add this line:

    <?php if ($count == 1) : ?>
    <div class="hentry post">
    
    YOUR GOOGLE ADSENSE CODE HERE
    
    </div>
    <?php endif; $count++; ?>
    #67557

    Towfiq I.

    administrator

    You cannot install a third party theme on wordpress.com You can only install themes that are available on wordpress.com theme gallery.

    #67124

    Towfiq I.

    administrator

    Go to Settings> Reading and select 9 blog posts per page.

    and how do you want to change the order of the posts?

    #66823

    Towfiq I.

    administrator

    1. Go to Settings> Reading to set the number of blog posts per page.
    2.How do you want to reorder the posts?

    #66221

    Towfiq I.

    administrator

    No you won’t have to add theme again after the update. the upgrade only changes the theme, nothing else.

    #65060

    Towfiq I.

    administrator

    Go to Appearance> Triton Options> Documentation and learn how to add new slides.

    #63902

    Towfiq I.

    administrator

    I think you should consider 600px x 160px ad.

    and you want to ad a text box under the posts?

    #63708

    Towfiq I.

    administrator

    Go to Appearance> Theron options> Documentation to learn how to setup your slider.

    #61711

    Towfiq I.

    administrator

    Add this to the very bottom of your stylesheet:

    .nav-social-facebook, .nav-social-twitter{top:-7px;}
    .nav-social-facebook a, .nav-social-twitter a{display: block;width: 32px;height: 32px;text-indent: -999999px;}
    .nav-social-facebook a{background: url("http://viajarataiwan.es/wp-content/uploads/2013/11/facebook.png");}
    .nav-social-facebook a{background: url("http://viajarataiwan.es/wp-content/uploads/2013/11/twitter.png");}

    and remove these:

    .nav-social-facebook a {
    opacity: 0;
    }

    .nav-social-twitter a {
    opacity: 0;
    }

    }

    #61465

    Towfiq I.

    administrator

    an archive page is not removable.
    are you using any cache plugin?

    #61433

    Towfiq I.

    administrator

    Go to Appearance> Editor and open up functions.php and add this:

    add_theme_support( 'custom-background', array(
    	'default-color' => '',
    	'default-image' => get_template_directory_uri() . '/images/theronbg.png'
    ) );

    after this:

    add_theme_support('automatic-feed-links');

    Then go to Appearance> Backgrounds and change background from there.

    #60963

    Towfiq I.

    administrator

    post the code here…

    #60949

    Towfiq I.

    administrator

    whats your friend’s site address?

    #60946

    Towfiq I.

    administrator

    Send me the link to the social icons images..

    #60944

    Towfiq I.

    administrator

    which font color do you want to change? I am confused.

    To remove the margins, add this to your stylesheet:

    #content .single_wrap{margin-top:0!important;}
    #content, .single_wrap .single_post{margin-bottom:0!important;}
    .slide_shadow{display:none;}

    #60440

    Towfiq I.

    administrator

    are you adding the code in the header.php manually?

    #59697

    Towfiq I.

    administrator

    so, when you add a gallery with that plugin, the slider breaks right?

    add a gallery in your post and share the link here.

    #59487

    Towfiq I.

    administrator

    you cant do it that way.

    Go to Appearance> Theron options> Documentation>Misc. and learn how to setup a blog page.

    #59486

    Towfiq I.

    administrator

    Below the 3 text area, if you want to add text, you will have to edit the index.php and add this:

    <div style="background:white:border:1px solid #eee; width:98%; padding:1%;">
    <p>
    
    Your text here.......
    
    </p>
    </div>
    

    After this line:

    <!--MIDROW END-->

    #59074

    Towfiq I.

    administrator

    Open up layout1.php and remove this:

    <div class="post_image">
                         <!--CALL TO POST IMAGE-->
                        <?php if ( has_post_thumbnail() ) : ?>
                        <div class="imgwrap">
    
                            <div class="date_meta"><?php the_time('d'); ?><?php the_time('S'); ?> <?php the_time('M'); ?></div>
                            <div class="block_comm"><?php if (!empty($post->post_password)) { ?>
                    <?php } else { ?><div class="comments"><?php comments_popup_link( __('0</br>Comment', 'zenon'), __('1</br>Comment', 'zenon'), __('%</br>Comments', 'zenon'), '', __('Off' , 'zenon')); ?></div><?php } ?></div>
    
                            
                        <a href="<?php the_permalink();?>"><?php the_post_thumbnail('medium'); ?></a></div>
                        
                        <?php elseif($photo = znn_get_images('numberposts=1', true)): ?>
        
                        <div class="imgwrap">
    
                            <div class="date_meta"><?php the_time('d'); ?><?php the_time('S'); ?> <?php the_time('M'); ?></div>
                            <div class="block_comm"><?php if (!empty($post->post_password)) { ?>
                    <?php } else { ?><div class="comments"><?php comments_popup_link( __('0</br>Comment', 'zenon'), __('1</br>Comment', 'zenon'), __('%</br>Comments', 'zenon'), '', __('Off' , 'zenon')); ?></div><?php } ?></div>
    
                            
                    	<a href="<?php the_permalink();?>"><?php echo wp_get_attachment_image($photo[0]->ID ,'medium'); ?></a></div>
                    
                        <?php else : ?>
                        
                        <div class="imgwrap">
    
                            <div class="date_meta"><?php the_time('d'); ?><?php the_time('S'); ?> <?php the_time('M'); ?></div>
                            <div class="block_comm"><?php if (!empty($post->post_password)) { ?>
                    <?php } else { ?><div class="comments"><?php comments_popup_link( __('0</br>Comment', 'zenon'), __('1</br>Comment', 'zenon'), __('%</br>Comments', 'zenon'), '', __('Off' , 'zenon')); ?></div><?php } ?></div>
    
                            
                        <a href="<?php the_permalink();?>"><img src="<?php echo get_template_directory_uri(); ?>/images/blank_img.png" alt="<?php the_title_attribute(); ?>" class="znn_thumbnail"/></a></div>   
                                 
                        <?php endif; ?>
                    </div>
Viewing 25 posts - 1,651 through 1,675 (of 2,462 total)