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

Home Forums

  • #95413

    Towfiq I.

    administrator

    You can create 2 categories:
    1. blog
    2. products

    Now from Asteria options> Frontpage> Frontpage posts select the “product” categories to display only the latest posts from the “products” category on frontpage.

    and then create a new page called “Blog” and then assign the blog page template to this page and then select the category for this page from Asteria options> Miscellaneous. select the “blog” category.

    Now on your frontpage you will only see the posts that are under “products” category and on blog page you will only see the blog posts.

    #95159

    Towfiq I.

    administrator

    while creating/editing slides, notice there are 3 options “layout1” “layout2” “layout3” select any of them.

    #95155

    Towfiq I.

    administrator

    just change the width: 80%; to 70%?

    #94995

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “page-blog.php” and replace all the code with this:

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

    #94988

    Towfiq I.

    administrator

    Brian try adding this to your fucntions.php:

    add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
    
    #94985

    Towfiq I.

    administrator

    Open up your style.css and remove everything from this

    @media screen and (max-width: 768px){

    to this:

    /*WOOCOMMERCE SUPPORT*/

    #94970

    Towfiq I.

    administrator

    you want to add it on selected pages or all pages?

    #94945

    Towfiq I.

    administrator

    Sorry I am not following you. can you elaborate different way?

    #94679

    Towfiq I.

    administrator

    Add this to your functions.php:

    // wpml shortcodes --------------------
     
    add_shortcode( 'wpml_language', 'wpml_find_language');
     
     
    /* ---------------------------------------------------------------------------
     
     * Shortcode [wpml_language language="en"] [/wpml_language]
     
     * --------------------------------------------------------------------------- */
     
    function wpml_find_language( $attr, $content = null ){
         
        extract(shortcode_atts(array(
     
            'language' => '',
     
        ), $attr));
         
        $current_language = ICL_LANGUAGE_CODE;
         
        if($current_language == $language){
            $output = do_shortcode($content);
        }else{
            $output = "";
        }
             
        return $output;
    }

    after this:

    $content_width = 630;

    then you can use this shortcode in slide title and content like this:

    [wpml_language language="en"] My English Title [/wpml_language]
    [wpml_language language="fr"] My French Title [/wpml_language]
    #94644

    Towfiq I.

    administrator

    I guess you are trying to find it while editing a post, this feature is only available for Pages.

    #94479

    Towfiq I.

    administrator

    which version of wordpress are you using?

    #94457

    Towfiq I.

    administrator

    I see you already figured this out by changing the font to Arial.

    #94437

    Towfiq I.

    administrator

    if you want different blocks on a different page, that’s not possible. if you want the same blocks on a different page, its possible.

    #94436

    Towfiq I.

    administrator

    remove thus from yanone_kaffeesatz.css

    @font-face {
        font-family: 'Signika';
        src: url('../fonts/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.eot');
        src: url('../fonts/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.eot?iefix') format('eot'),
             url('../fonts/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.woff') format('woff'),
             url('../fonts/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
             url('../fonts/yanone_kaffeesatz/yanonekaffeesatz-regular-webfont.svg#webfontiVAlVXNY') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }
    
    #94431

    Towfiq I.

    administrator

    yes. you are correct about the font.

    and yes the woocommerce uses the same font.

    #94411

    Towfiq I.

    administrator

    this is how the theme was made. it shows the recent posts on frontpage.

    #94407

    Towfiq I.

    administrator

    You can change the color easily from Asteria Options> Style

    #94405

    Towfiq I.

    administrator

    on the editor page, click the “Screen options” button from top right and then make sure “Page Attributes” is checked.

    #94128

    Towfiq I.

    administrator

    Add this to your Custom CSS tab:

    body #topmenu ul li a{ font-size:20px!important;}

    #94079

    Towfiq I.

    administrator

    great!

    #94027

    Towfiq I.

    administrator

    please update your wordpress to latest version and also update the theme.

    #93999

    Towfiq I.

    administrator

    Go to Appearnace> Themes and change to default twentytherteen theme and then hover your mouse over asteria lite. a “delete” link should appear. click the link.

    #93998

    Towfiq I.

    administrator

    Cna you try disabling all the plugins and see if it works..

    #93996

    Towfiq I.

    administrator

    instead of page, try addig posts. the frontpage blocks display latest posts.

    #93930

    Towfiq I.

    administrator

    Open up functions.php and remove this line:

    wp_enqueue_style('customfont',get_template_directory_uri().'/fonts/yanone_kaffeesatz.css', 'yanone_kaffeesatz' );

Viewing 25 posts - 1,226 through 1,250 (of 2,462 total)