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

Home Forums

  • #391134

    Towfiq I.

    administrator

    Olive whats your site address? is the slider transition slow?

    #391123

    Towfiq I.

    administrator

    You added that to Appearance> Asteria Options> Custom CSS
    remove that line from there.

    Thanks

    #391122

    Towfiq I.

    administrator

    Are you using the latest version of wordpress? whats your site address?

    #389103

    Towfiq I.

    administrator

    Colin,

    You will have to add this too:

    #content {width: 100%;float: left;}

    Thanks

    #389093

    Towfiq I.

    administrator

    Olive, Open up javascript.php and replace 'random' with 'fade'

    Hautecoeur, can you elaborate please..

    #389079

    Towfiq I.

    administrator

    No. its not that. the playlist requires different code. Open up shortcodes.php and replace this:

    function thn_youtube_func($atts, $content) {
    
    	//extract short code attr
    	extract(shortcode_atts(array(
    		'width' => '100%',
    		'height' => '100%',
    		'autoplay' => 'true',
    	), $atts));
    	
    	$content = strip_tags($content);
    	$content =str_replace('http://www.youtube.com/watch?v=', '//www.youtube.com/embed/', $content);
    	$content =str_replace('https://www.youtube.com/watch?v=', '//www.youtube.com/embed/', $content);
    	if ($autoplay == 'true'){
    		$autoplay= 1;
    		}elseif ($autoplay == 'false'){
    		$autoplay= 0;	
    		}
    	$return_html = '<div style="clear:both;"></div><div class="ast_vid"><div class="responsive-container"><iframe class="vid_iframe" style=" width: '.$width.'; height: '.$height.';" src="'.$content.'?autoplay='.$autoplay.'" allowfullscreen></iframe></div></div>';
    	
    	return $return_html;
    }
    add_shortcode('youtube', 'thn_youtube_func');

    with this:

    function thn_youtube_func($atts, $content) {
    
    	//extract short code attr
    	extract(shortcode_atts(array(
    		'width' => '100%',
    		'height' => '100%',
    		'autoplay' => 'true',
    	), $atts));
    	$content = strip_tags($content);
    	if (($pos = strpos($content, "list=")) !== FALSE) { 
    		$listid = substr($content, $pos+5); 
        	$content ='//www.youtube.com/embed/videoseries?list='. $listid;
    	}else{
    		$content =str_replace('http://www.youtube.com/watch?v=', '//www.youtube.com/embed/', $content);
    		$content =str_replace('https://www.youtube.com/watch?v=', '//www.youtube.com/embed/', $content);
    	}
    	if ($autoplay == 'true'){
    		$autoplay= '?autoplay=1';
    		}elseif ($autoplay == 'false'){
    		$autoplay= '';	
    		}
    	$return_html = '<div style="clear:both;"></div><div class="ast_vid"><div class="responsive-container"><iframe class="vid_iframe" style=" width: '.$width.'; height: '.$height.';" src="'.$content.''.$autoplay.'" allowfullscreen></iframe></div></div>';
    	
    	return $return_html;
    }
    add_shortcode('youtube', 'thn_youtube_func');

    let me know.

    Thanks

    #389074

    Towfiq I.

    administrator

    let me know when the site is up..

    #389061

    Towfiq I.

    administrator

    replace all the code of your style.php with the code you find in this page:

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

    #389060

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .midrow_block{ opacity:1!important;}

    #389059

    Towfiq I.

    administrator

    Jenny send me the page link.

    #383975

    Towfiq I.

    administrator

    Yes you can do that with the lite version. you dont need the PRO version for that.

    #383972

    Towfiq I.

    administrator

    open up javascript.php and replace the word random with fadein

    #383970

    Towfiq I.

    administrator

    can you send me a page link where I can see this?

    Thanks

    #383964

    Towfiq I.

    administrator

    Amy remove the Stat counter code that you added.

    #383962

    Towfiq I.

    administrator

    open up functions.php and find this line and change the number 12:

    return 12;

    #383957

    Towfiq I.

    administrator

    Sorry matthew, the shortlinks are not supported yet. You can use the playlist link instead of the youtube link like this:

    [youtube width="100%" height="100%" autoplay="false"] https://www.youtube.com/watch?v=ltR4snOdSwI&list=PL1EEA8D333FA0371B[/youtube]

    Thanks

    #383956

    Towfiq I.

    administrator

    whats your site address Rana?

    #383944

    Towfiq I.

    administrator

    In the Asteria Options> Slider> Slider Height field, write auto

    #380408

    Towfiq I.

    administrator

    looks like the disqus guys changed their code…try this now:

    [data-disqus-identifier] {
    float: right;
    }
    #376583

    Towfiq I.

    administrator

    Looks like you changed the theme…

    #376582

    Towfiq I.

    administrator

    whats your site address?

    #376578

    Towfiq I.

    administrator

    whats your site address?

    #376506

    Towfiq I.

    administrator

    sorry, I meant easyslider.php

    #376505

    Towfiq I.

    administrator

    Can you send me a page link where this is happening?

    #376501

    Towfiq I.

    administrator

    can you elaborate?

Viewing 25 posts - 326 through 350 (of 2,462 total)