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

Home Forums

  • #97731

    Towfiq I.

    administrator

    send me the page links of “Upcomming Projects”, “Current Projects”, “Running Projects” categories…

    #97492

    Towfiq I.

    administrator

    1. Open up functions.php and add this:

    set_query_var( 'posts_per_page', '3' );

    before this:

    if(!empty($asteria['enable_cat'])){

    2. Add this to your Custom CSS:

    .home .ast_pagenav{display:none;}

    3. Go to Appearance> Widgets and take all the unnecessary widgets off.

    4. you cannot access any .js files with Appearance> Editor. to access them use ftp or try this plugin:

    http://wordpress.org/plugins/solid-code-theme-editor/

    #97454

    Towfiq I.

    administrator

    should work fine. can you post your blog page link here?

    #97450

    Towfiq I.

    administrator

    @Cecilia open up functions.php and add this:

    /***WPML Translation Shortcode****/
    if(! function_exists('wpex_wpml_lang_translate')) {
            function wpex_wpml_lang_translate( $atts, $content = null ) {
                    extract(shortcode_atts(array(
                            'lang' => '',
                    ), $atts));
     
                    $current_lang = ICL_LANGUAGE_CODE; //get WPL current language
     
                    if($lang == $current_lang){
                        return do_shortcode($content);
                    }  
            }
            add_shortcode('wpml_translate', 'wpex_wpml_lang_translate');
    }

    after this:

    add_action( 'pre_get_posts', 'asteria_home_query' );

    #97430

    Towfiq I.

    administrator

    Please disable the “cardoza wordpress poll” plugin. it conflicts with the theme.

    #96703

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    body #simple-menu{background:#100a04!important; color:#ffffff!important;}

    #96240

    Towfiq I.

    administrator

    looks like you installed a plugin that is altering how the comments look. try disabling the plugin.

    #95897

    Towfiq I.

    administrator

    twitter changed their api. its not working anymore its not possible to implement the latest api to the theme. please use a plugin to display twitter feeds.

    #95774

    Towfiq I.

    administrator

    replace this:

    <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>">

    with this:

    <li class="<?php if ($comment->user_id == 1) $oddcomment = "authorstyle"; echo $oddcomment; ?>" <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>">

    #95742

    Towfiq I.

    administrator

    Go to Settings> Reading and select “your latest posts” as your homepage.

    #95641

    Towfiq I.

    administrator

    Add “featured image” to your post. You can read the tutorial from Asteria Options> Documentation> Setting up a post thumbnail.

    #95636

    Towfiq I.

    administrator

    phil are you trying to display images of your posts to display on frontpage? whats your site address?

    #95628

    Towfiq I.

    administrator

    1. Open up page-blog.php and replace the number 6 with 99

    2. sorry I dont understand what do you mean by “archive by category” since the blog page template only get posts from one category.

    3. Open up asteria.js and remove this:

    jQuery('.lgn_toggle_content').hide();

    #95626

    Towfiq I.

    administrator

    open up page.php and page-full_width.php and add this:

    <?php get_template_part('frontpage/content','blocks'); ?>

    before this:

    <?php get_footer(); ?>

    #95618

    Towfiq I.

    administrator

    whats color do you want for the buttons background? and text color?

    #95596

    Towfiq I.

    administrator

    while removing the code you removed another line with it by mistake. replace all the code of your theme’s functions.php with a fresh copy:
    http://themes.svn.wordpress.org/asteria-lite/0.7/functions.php

    #95543

    Towfiq I.

    administrator

    hmm.. try replacing all the code with this:

    http://pastebin.com/raw.php?i=TPtQVHRs

    #95522

    Towfiq I.

    administrator

    did you install any plugin recently? if you did, try disabling it for a minute and try to add the slide.

    #95434

    Towfiq I.

    administrator

    You can change the font size of the slides title from Asteria Options> Slider.

    #95432

    Towfiq I.

    administrator

    I just checked your site and the slider just works fine..

    #95429

    Towfiq I.

    administrator

    whats your site address?

    #95428

    Towfiq I.

    administrator

    please make sure each of your slides have a title. you cannot save the slides without titles.

    #95427

    Towfiq I.

    administrator

    are you talking about the blocks under the slider? or the footer widgets?

    #95422

    Towfiq I.

    administrator

    @Alexandra whats your site address?

    #95415

    Towfiq I.

    administrator

    the post page should not display featured image by default. Your previous theme had this special feature, but not all the theme has that.

    If you want to display the featured image, where do you want it? after the post title?

Viewing 25 posts - 1,201 through 1,225 (of 2,462 total)