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

Home Forums

  • #91471

    Towfiq I.

    administrator

    can you show me the page your text is not showing up? and please elaborate…

    #91467

    Towfiq I.

    administrator

    Add this to your Custom CSS tab:

    .single-product .fixed_wrap .center{background: #fff;padding: 2%;}

    #91465

    Towfiq I.

    administrator

    this is only a warning actually. you can igonre this. its not causing any problem anywhere in your site.

    you can change the line with this if you want:

    a class="comm_date"><i class="icon-time"></i><?php echo get_comment_date(); ?></a>

    #91461

    Towfiq I.

    administrator

    how is this displayed on the frontend?

    and can you check if there is “do_shortcode” text in your content-welcome-text.php file?

    #91458

    Towfiq I.

    administrator

    so no matter how many posts you display you want to display the first 3 posts’s featured images?

    #91456

    Towfiq I.

    administrator

    this is how its looking on my mobile device:
    http://i.imgur.com/Wyt7f5F.png

    #91433

    Towfiq I.

    administrator

    Open up triton.js from the “js” folder and replace this:

    
    	//Layout1 Animations
    	jQuery('.lay1 .post .imgwrap').css({'opacity':'0.7'});
    	jQuery('.lay1 .post ').hover(function(){
    		jQuery(this).find('.imgwrap').stop().animate({'opacity':'1'}, 300);
    	}, function(){
    		jQuery(this).find('.imgwrap').stop().animate({'opacity':'0.7'}, 300);
    	});
    

    with this:

    
    	//Layout1 Animations
    	jQuery('.lay1 .post .imgwrap').css({'opacity':'1'});
    	jQuery('.lay1 .post ').hover(function(){
    		jQuery(this).find('.imgwrap').stop().animate({'opacity':'0.7'}, 300);
    	}, function(){
    		jQuery(this).find('.imgwrap').stop().animate({'opacity':'1'}, 300);
    	});
    
    #91430

    Towfiq I.

    administrator

    the menu space is limited, when you add another menu it goes on a second line and thats what creating the empty space.

    you can decrease the padding around each menu item make more space. Add this to your Stylesheet to do so:

    #topmenu ul li{padding: 25px 10px!important;}

    #90822

    Towfiq I.

    administrator

    Open up category.php from Appearance> Editor and replace this:

    <?php get_template_part('layout1'); ?>

    with this:

    <?php get_template_part('layout4'); ?>

    #90818

    Towfiq I.

    administrator

    Whats your site address?

    #90816

    Towfiq I.

    administrator

    @harley you should avoid using epione. As its out of date. please try another theme.

    #90815

    Towfiq I.

    administrator

    Elsa what do you mean by separated to the menu? whats your site address?

    @kassie yes you can.

    #90725

    Towfiq I.

    administrator

    1. In Asteria Options> Slider > Slider height insert the value “auto”

    2. thats weird…did you install wp mobile or similar plugin?

    #90723

    Towfiq I.

    administrator

    Please add a “featured image” to each of your posts.

    #90697

    Towfiq I.

    administrator

    its possible but you will have ti=o edit the index.php file.

    #90022

    Towfiq I.

    administrator

    whats the site address again?

    #90005

    Towfiq I.

    administrator

    1. Should have worked… whats your site address?

    2. where do you want the text?

    #90002

    Towfiq I.

    administrator

    replace “blocklink.png” in “images” folder with your own image, make sure the filename is same.

    #89834

    Towfiq I.

    administrator

    yes.

    #89659

    Towfiq I.

    administrator

    just add this to your stylesheet:

    #slides{height:385px!important;}

    #89656

    Towfiq I.

    administrator

    1. Add this to your Custom CSS tab:

    .nivo-controlNav{display:none;}

    2. You can change the title of the slides while editing them from Asteria Options> Slider.

    #89644

    Towfiq I.

    administrator

    whats the url of your blog?

    #89234

    Towfiq I.

    administrator

    can you try this shortcode in the “welcome text” field from the theme options page and see if works?

    #89226

    Towfiq I.

    administrator

    you can do that in the PRO version.

    #89219

    Towfiq I.

    administrator

    you can if they have shortcode support. do they have shortcodes?

Viewing 25 posts - 1,301 through 1,325 (of 2,462 total)