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 - 726 through 750 (of 2,462 total)

Home Forums

  • #154879

    Towfiq I.

    administrator

    open up category.php and add this:

    <?php if(is_category('blog')){ ?>
    <p>Your Permanent Text here</p>
    <?php } ?>

    after this:

    <?php get_header(); ?>

    #154839

    Towfiq I.

    administrator

    message box? you mean the whole content?

    #154164

    Towfiq I.

    administrator

    it wont be cut out. the full picture will be shown.

    #154161

    Towfiq I.

    administrator

    Add this to the very bottom of your stylesheet:

    .page-id-1330 .single_post{padding: 0;width: 1000px!important;background: transparent!important;border: none;box-shadow: none;}

    #153951

    Towfiq I.

    administrator

    1. open up page-blog.php and replace the number 6 with 10 or 20

    2. While editing the post click the “Screen Options” from top right and click “Author” then a box will appear under the post editor. you can change the author from there.

    #153141

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .widgettitle{margin-right:0px!important;}

    #153140

    Towfiq I.

    administrator

    open up functions.php and add this:

    // [polylang lang="en"]English[/polylang][polylang lang="sp"]Spanish[/polylang]
    function polylang_shortcode($atts, $content = null)
    {
    	if (empty($content))
    		return '';
    	extract( shortcode_atts( array('lang' => ''), $atts ) );
    	if (empty($lang))
    		return "<h3>You must specify 'lang' using shortcode: polylang</h3>";
    
    	return ($lang == pll_current_language()) ? $content : '';
    }
    add_shortcode('polylang', 'polylang_shortcode');

    before this:

    //Asteria Site title

    Then you can use this shortcode to in the welcome text box and blocks:

    [polylang lang="en"]My English Text[/polylang][polylang lang="sp"]My Spanish Text[/polylang]

    #153036

    Towfiq I.

    administrator

    Please Go to Appearance> Menus to setup the menu properly. watch this video to learn how to do that:

    https://www.youtube.com/watch?v=Q-Jy35z1qFM

    #151573

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .lay1_title, .homeposts_title, .lay1 .hentry{ margin-top: 0!important; opacity: 1!important;}

    #151132

    Towfiq I.

    administrator

    it should deactivate fine. what happens when you deactivate the theme? are you getting any errors?

    #150963

    Towfiq I.

    administrator

    can you send me a page link where you added these icons and they are not showing up?

    #150931

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .bigmenu {text-align: right!important;}

    #150918

    Towfiq I.

    administrator

    remove this from asteria.js file:

    if (jQuery('#redux-google-fonts-css').length){}else{
        jQuery("h2, .mid_block_content h3, .widgettitle, .postitle, body .fixed_site .header4 #topmenu ul li a, .text_block, .lay1_title h3, #sidebar .widget .widgettitle, .left_arro, .right_arro, #submit, .widget_calendar caption, .rel_content a, #ast_related ul li a, .fourofour a").attr('style', 'font-family: "kaffeesatzthin"!important');
    #150917

    Towfiq I.

    administrator

    did you clicked the “Theme locations” option from the bottom of your created menu?

    #150568

    Towfiq I.

    administrator

    The theme is not responsive. its mobile friendly. so everything is working fine.

    #150372

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .midrow_block{padding:2%!important;}

    #150356

    Towfiq I.

    administrator

    of course its allowed to install any plugins you want. you can even modify the theme anyway you want.

    PRO version means lots of extra features.

    #149859

    Towfiq I.

    administrator

    yes. you will have to call the fancybox.css and fancybox.js through functions.php. look into asteria’s functions.php

    #149853

    Towfiq I.

    administrator

    whats your site address?

    #149848

    Towfiq I.

    administrator

    yes possible. send me the page link.

    #149682

    Towfiq I.

    administrator

    the sites look same. there are no special settings. just add contents to your site and your site will look like that.

    #148659

    Towfiq I.

    administrator

    in the about field use this:

    <a href="https://www.facebook.com/profile.php?id=100001850299207">Facebook</a>

    #146678

    Towfiq I.

    administrator

    1. they both are Optimized for Iphone, Ipad and Android devices. this mobile optimization feature is coined as “responsive” nowdays. so I just stated its 100% responsive.

    2. you can only do that in the PRO version.

    #146676

    Towfiq I.

    administrator

    add this to your custom CSS:

    .gib{background:#0b1521;}

    and then load your gallery and press ctrl+f5 couple of times and it should display fine.

    #146400

    Towfiq I.

    administrator

    open up gallery.js file from asteria/js folder and try replacing the gallery.js code with this:
    http://pastebin.com/raw.php?i=bZnJastw

Viewing 25 posts - 726 through 750 (of 2,462 total)