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

Home Forums

  • #125278

    Towfiq I.

    administrator

    whats your site address?

    #124781

    Towfiq I.

    administrator

    Add this to your stylesheet too:

    .lay2 .postitle, #topmenu ul li a{text-transform: none!important;}

    #124760

    Towfiq I.

    administrator

    not wp-includes. navigate to wp-content/themes/asteria/lib/icludes to locate the shortcode.php file.

    #123370

    Towfiq I.

    administrator

    press ctrl+f5 couple of times to see the changes.

    #123369

    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' );

    #123365

    Towfiq I.

    administrator

    you cant do it like that. you will have to edit the shortcodes.php from lib/includes folder.

    replace this:

    	$return_html = '<div class="scl_button"><span><a target="_blank" style="background:'.$background_color.';color:'.$text_color.';" href="'.$url.'">'.$content.'</a></span></div><div style="clear:both"></div>';
    
    	$return_html = '<div class="scl_button"><span><a target="_self" style="background:'.$background_color.';color:'.$text_color.';" href="'.$url.'">'.$content.'</a></span></div><div style="clear:both"></div>';
    
    #123357

    Towfiq I.

    administrator

    Open up style.php and replace this line:

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

    with this:

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

    #123129

    Towfiq I.

    administrator

    @Vaibhavi please press ctrl+f5 couple of times to see the change,

    #122864

    Towfiq I.

    administrator

    try adding this to your Custom CSS:

    @media screen and (max-width: 868px){
    #simple-menu{display: block;float: right;background:rgba(0, 0, 0, 0.5);padding: 15px 20px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-top: 1.5%;}
    #topmenu{display: none;}
    }
    
    #122857

    Towfiq I.

    administrator

    yes a wrordpress user wrote a custom shortcode function. Add this to your functions.php

    // [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 line:

    //Asteria Site title

    then you can use the shortcode like this:

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

    source: https://wordpress.org/support/topic/polylang-shortcode-like-qtranslate-for-theme-options-and-text?replies=17

    #122849

    Towfiq I.

    administrator

    whats your site address?

    #122848

    Towfiq I.

    administrator

    Try this plugin:

    All In One Favicon

    #122843

    Towfiq I.

    administrator

    Add this to your stylesheet:

    @media screen and (max-width: 800px) and (min-width: 499px){
    .midrow_block .blocklink{ display:block; width:32px; height:32px; background:url(images/blocklink.png) ;}no-repeat;}
    }
    
    #122835

    Towfiq I.

    administrator

    replace this line:

    #slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}

    #121989

    Towfiq I.

    administrator

    you are not using the child theme. or your child theme’s stylesheet is not loading..

    #121948

    Towfiq I.

    administrator

    click the “restore default settings” of the theme options page and try setting up the theme options again.

    #121532

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .scl_button{text-align:center;}

    #121320

    Towfiq I.

    administrator

    Please make sure you add titles to each of your slides. You can’t save slides without titles.

    #121319

    Towfiq I.

    administrator

    1. Go to Appearance> Menus and create Custom Link menu and add them to your menu.

    2. Sorry. I am not seeing the overlapping issue. can you send me a screenshot?

    #121310

    Towfiq I.

    administrator

    Add this to the very bottom of your stylesheet:

    .single_post .post img, .type-page img, .type-attachment img{max-width:100%!important;}

    #121308

    Towfiq I.

    administrator

    whats your site address Lindi?

    #121307

    Towfiq I.

    administrator

    @Joyce Yes. just create a new category called blog and mark all the category as “blog” and then select the blog category for the blog page template.


    @birdirt
    Please load your site and press ctrl+f5 couple of times to see the change.

    #121305

    Towfiq I.

    administrator

    Go to Settings> Reading and select 6 posts per page.

    #121295

    Towfiq I.

    administrator

    Go to Appearance> Zenon Options> Front Page> Blocks to change those text.

    #121293

    Towfiq I.

    administrator

    @Joshua The slider images you uploaded are not big enough. please make sure they are at-least 1200px x 400px

    and you can only change font in the PRO version.

Viewing 25 posts - 876 through 900 (of 2,462 total)