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

Home Forums

  • #353652

    Towfiq I.

    administrator

    could be. whats your site address?

    #347539

    Towfiq I.

    administrator

    try adding this:

    div.gib{min-height: 500px;}

    #347507

    Towfiq I.

    administrator

    you can get a refund from mojothemes.com

    #347469

    Towfiq I.

    administrator

    Sorry Nathan Thats not possible.

    #347467

    Towfiq I.

    administrator

    are you sure you added this to the very bottom of your stylesheet?

    #347463

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{width:auto!important}

    #337136

    Towfiq I.

    administrator

    replace the code of gallery.js file from the “js” folder with this : http://pastebin.com/raw.php?i=bZnJastw

    #337132

    Towfiq I.

    administrator

    Add this to the very bottom of your stylesheet:

    .center, .headcenter {width: 100%!important;}
    #header{margin-top: 0px!important;}
    #copyright{margin-bottom: 30px!important;}
    #337120

    Towfiq I.

    administrator

    In theron Lite you will have to add slides differently. Read the Documentation to learn how to setup the slider. and theron only has narrow layout.

    #337098

    Towfiq I.

    administrator

    sorry replace this:

    #menu_wrap{margin-0 auto;}

    with this:

    #menu_wrap{margin:0 auto;}

    #337083

    Towfiq I.

    administrator

    try disabling the ajax pagination from Asteria Options> Basic.

    #336991

    Towfiq I.

    administrator

    Yes I noticed that too. I just checked another theme with woocommerce and the same thing happened. Looks like its an woocommerce issue. can you let the woocomerce guys know about this?

    Thanks

    #331587

    Towfiq I.

    administrator

    whats your site address?

    #327654

    Towfiq I.

    administrator

    you should get a refund for the theme as I am not supporting the theme anymore. Sorry.

    #327646

    Towfiq I.

    administrator

    looks like you changed the theme..

    #327638

    Towfiq I.

    administrator

    1. To make the accordion slider fields translatable, open up accordion.php and replace this:

                                   <h3 class="entry-title">
                                   <a <?php if (!empty ($arr['slide_url'])) { ?>href="<?php echo $arr['slide_url']; ?>"<?php } ?>><?php echo $arr['slide_title']; ?></a>
                                   </h3>
                                   <p><?php echo $arr['slide_description']; ?></p>

    with this:

                                   <h3 class="entry-title">
                                   <a <?php if (!empty ($arr['slide_url'])) { ?>href="<?php echo do_shortcode($arr['slide_url']); ?>"<?php } ?>><?php echo do_shortcode($arr['slide_title']); ?></a>
                                   </h3>
                                   <p><?php echo do_shortcode($arr['slide_description']); ?></p>

    2. To make the “front page posts title and description” translatable, open up layout3.php and replace this:

    <?php echo $asteria['posts_title_id']; ?>

    with this:

    <?php echo do_shortcode($asteria['posts_title_id']); ?>

    #327536

    Towfiq I.

    administrator

    share the page where you added the gallery.

    #327521

    Towfiq I.

    administrator

    I just checked your website and the video is showing up fine… can you try a different browser?

    #316576

    Towfiq I.

    administrator

    I just tried to embed the code that i got from the embed section of youtube. and went to the welcome text field and then clicked the “text” mode and added the embed code:

    <iframe width="560" height="315" src="//www.youtube.com/embed/j4-Gt6dUVj0" frameborder="0" allowfullscreen></iframe>

    and the video loaded up fine..

    #316516

    Towfiq I.

    administrator

    have you tried to use the embed code? are you trying to embed a youtube video?

    #316496

    Towfiq I.

    administrator

    I just checked the page and it looks fine, although you have 2 lightbox installed, either disable the lightbox feature of the theme or disable the lightbox plugin.

    #316485

    Towfiq I.

    administrator

    Add this to your custom css:

    .nivo-caption{display:none!important;}

    #316482

    Towfiq I.

    administrator

    open up header.php and replace this:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    with this:

    <title><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?> | <?php wp_title(); ?></title>

    #316477

    Towfiq I.

    administrator

    Looks like you already figured this out. sorry for the late reply.

    #309818

    Towfiq I.

    administrator

    You can disable it by going to Appearance> Asteria Options> Miscellaneous and disabling the “Beautify my gallery”

Viewing 25 posts - 376 through 400 (of 2,462 total)