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

Home Forums

  • #74845

    Towfiq I.

    administrator

    Victor you are using “Point” theme which was not built by me. Please ask the developers of the theme.

    Thanks

    #74837

    Towfiq I.

    administrator

    This is a bug and will be fixed in the new version of the theme. Here is how you can remove the frontpage posts.

    Open up index.php and replace this:

    	<?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_frontposts'])) ) { ?>
        <?php }else{ ?>
    	<?php get_template_part('layout'.$asteria['front_layout_id'].''); ?>
        <?php } ?>

    with this:

    <?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 } ?>
    #74832

    Towfiq I.

    administrator

    whats your site address?

    #74678

    Towfiq I.

    administrator

    open up “validation_css.php” from wp-content/themes/asteria-lite/redux/inc/validation/css folder and replace this line:

    $this->value = htmlspecialchars_decode(wp_filter_nohtml_kses($this->value));

    with this:

    $this->value;

    #74671

    Towfiq I.

    administrator

    add this to the very to your custom css:

    body .thn_post_wrap a:link, body .thn_post_wrap a:visited, body .single_metainfo a {color: #b30000!important;}

    #74641

    Towfiq I.

    administrator

    the width should be at-least 1200px and you can set the height of the slider from Aster Options> Slider.

    #74631

    Towfiq I.

    administrator

    what line are you trying to add in the custom css?

    #74532

    Towfiq I.

    administrator

    add this to the very bottom of your stylesheet:

    .single .post_content, .page .post_content, .archive .post_content, .type-attachment .post_content{margin-top:50px!important;}

    #74531

    Towfiq I.

    administrator

    you can change the text color on secondary elements from Asteria Options> Style

    can you show me which element is having this issue?

    #74528

    Towfiq I.

    administrator

    Please Go to Appearance> Asteria Options> Documentation to learn how to setup the slider.

    #74425

    Towfiq I.

    administrator

    the theme should work fine up 1600px x 900px (21″).
    but could easily break in 24″ monitor. can you send me a screenshot of how it looks?

    #74422

    Towfiq I.

    administrator

    try adding the css to your child theme’s stylesheet.

    #74313

    Towfiq I.

    administrator

    whats your site address?

    #74312

    Towfiq I.

    administrator

    looks like the wp_mail function has been changed. I will look into it. Thanks for the update Ingo.

    #74201

    Towfiq I.

    administrator

    whats the screen size of your monitor?

    #74176

    Towfiq I.

    administrator

    add this to your stylesheet:

    .lay1 .block_comm, .lay2 .block_comm, .lay3 .block_comm, .date_meta{display:none!important;}

    #74133

    Towfiq I.

    administrator

    you can’t add the link to the title. You will have to add some text and link the text manually in block1 textarea.

    #74132

    Towfiq I.

    administrator

    Go to Asteria Options> Miscellaneous to disable the comment system.

    and how are you trying to add cooliris? where exactly are you trying to add it?

    #74036

    Towfiq I.

    administrator

    how did you do that in the lite version?

    #73870

    Towfiq I.

    administrator

    I just checked, it should work fine. Can you give it a try again?

    If it doesnt work, contact me through this page:

    Contact

    #73869

    Towfiq I.

    administrator

    you can manually link anything. Are we talking about the same blocks?

    You are talking about the blocks under the slider right?

    #73791

    Towfiq I.

    administrator

    1. Whats your site address?

    2. Go to Appearance> Backgrounds to change the background image.

    3. what are you adding in your theme options?

    4. can you show me an example?

    #73781

    Towfiq I.

    administrator

    add this to your stylesheet:

    body .lay1 .hentry {
    width: 300px!important;
    padding: 15px;
    background: none!important;
    border: none!important;
    float: left;
    margin-right: 5px!important;
    margin-bottom: 25px;
    }

    #73778

    Towfiq I.

    administrator

    the way you added the links to your blocks is the correct and only way to add links to your blocks.

    #73775

    Towfiq I.

    administrator

    which theme are you using?

Viewing 25 posts - 1,576 through 1,600 (of 2,462 total)