Forum Replies Created
-
#76037On December 20, 2013 at 9:33 pm
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>
#76035On December 20, 2013 at 9:31 pmthis 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.
#76034On December 20, 2013 at 9:29 pmremove 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>
#75896On December 20, 2013 at 11:13 amplease make sure you added title for each slide.
#75749On December 19, 2013 at 10:31 pm1. 285px x 190px
2. Add this to your stylesheet:
.single_metainfo{display:none;}
#75748On December 19, 2013 at 10:28 pmOpen 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>
#75740On December 19, 2013 at 10:00 pmthis 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;}#75680On December 19, 2013 at 6:33 pmPlease Read this:
#75533On December 19, 2013 at 9:32 amplease follow this method:
http://html5media.info/#75526On December 19, 2013 at 9:22 amthe stylesheet looks fine.
is the site live? whats your site address?#75525On December 19, 2013 at 9:19 am1. 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.#75145On December 18, 2013 at 6:20 amcan you send me a page link its being overridden?
#75071On December 17, 2013 at 11:26 pmyou can disable the default icons and insert the image icons inside the block textarea fields.
#74971On December 17, 2013 at 3:11 pmOpen 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;}
#74968On December 17, 2013 at 2:57 pmchange your primary text color to a dark color from Asteria Options> Style.
#74960On December 17, 2013 at 2:45 pmadd this to your custom css tab:
#footer .widget_search #s{
width: 60%;
border: 1px solid #272727;
padding: 5px 4%;
color: #aaa;
}#74874On December 17, 2013 at 8:34 amhow 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.
#74871On December 17, 2013 at 8:24 amyou 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#74865On December 17, 2013 at 8:08 amthe try adding before:
function thn_other_css() {
#74861On December 17, 2013 at 7:46 amright. 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() {