Forum Replies Created
-
#68840On November 30, 2013 at 4:58 pm
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#68824On November 30, 2013 at 4:36 pmthats 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.
Thanks
#67799On November 29, 2013 at 6:31 pmhamid, just make sure, the number of posts you set from Theron Options> Front page and Settings> Reading page are same.
#67790On November 29, 2013 at 6:21 pmI 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.
#67774On November 29, 2013 at 6:05 pmOpen 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++; ?>
#67557On November 29, 2013 at 1:57 pmYou cannot install a third party theme on wordpress.com You can only install themes that are available on wordpress.com theme gallery.
#67124On November 29, 2013 at 4:30 amGo to Settings> Reading and select 9 blog posts per page.
and how do you want to change the order of the posts?
#66823On November 28, 2013 at 9:18 pm1. Go to Settings> Reading to set the number of blog posts per page.
2.How do you want to reorder the posts?#66221On November 28, 2013 at 10:18 amNo you won’t have to add theme again after the update. the upgrade only changes the theme, nothing else.
#65060On November 27, 2013 at 10:08 amGo to Appearance> Triton Options> Documentation and learn how to add new slides.
#63902On November 26, 2013 at 1:19 pmI think you should consider 600px x 160px ad.
and you want to ad a text box under the posts?
#63708On November 26, 2013 at 9:29 amGo to Appearance> Theron options> Documentation to learn how to setup your slider.
#61711On November 22, 2013 at 6:16 pmAdd 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;
}}
#61465On November 22, 2013 at 5:25 aman archive page is not removable.
are you using any cache plugin?#61433On November 22, 2013 at 3:41 amGo 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.
#60946On November 21, 2013 at 5:53 amSend me the link to the social icons images..
#60944On November 21, 2013 at 5:49 amwhich 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;}#60440On November 20, 2013 at 6:01 amare you adding the code in the header.php manually?
#59697On November 19, 2013 at 6:21 amso, when you add a gallery with that plugin, the slider breaks right?
add a gallery in your post and share the link here.
#59487On November 18, 2013 at 8:39 pmyou cant do it that way.
Go to Appearance> Theron options> Documentation>Misc. and learn how to setup a blog page.
#59486On November 18, 2013 at 8:38 pmBelow 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-->
#59074On November 18, 2013 at 5:41 amOpen 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>