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

Home Forums

  • #453957

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    body .nivo-caption h3 a, .nivo-caption{color:#fff!important;}

    #453951

    Towfiq I.

    administrator

    in the Slider> Slider Height field write auto

    Regards

    #453945

    Towfiq I.

    administrator

    Just checked your site. The post title is already under the date stamp.

    #453937

    Towfiq I.

    administrator

    looks like you change the theme. Good Luck with the new theme. looks great 🙂

    #453936

    Towfiq I.

    administrator

    it should go before line 47. which should look something like this:

    	});
    </script>
    #453932

    Towfiq I.

    administrator
    #453930

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    #topmenu ul li ul li{text-align:left;}
    #topmenu ul li ul{width:260px!important;}
    
    #452672

    Towfiq I.

    administrator

    Angie this will be fixed in the Next version.

    Thanks

    #452034

    Towfiq I.

    administrator

    whats your site address?

    #452028

    Towfiq I.

    administrator

    which header type are you using? whats your site address?

    #451887

    Towfiq I.

    administrator

    Gianfranco whats your site address?

    #451886

    Towfiq I.

    administrator

    Add this to your Custom CSS:

    .nivo-caption .sld_layout2{color:#333!important;}
    .nivo-caption .sld_layout2 h3 a{color:#333!important;}
    .nivo-caption .sld_layout3{color:#333!important;}
    .nivo-caption .sld_layout3 h3 a{color:#333!important;}
    
    #451376

    Towfiq I.

    administrator

    whats your site address Colin?

    #451094

    Towfiq I.

    administrator

    can you disable the Maintenance Mode?

    Thanks

    #451092

    Towfiq I.

    administrator

    Can’t you just disable the Maintenance Mode From Asteria Options?

    Thanks

    #451089

    Towfiq I.

    administrator

    Thanks Ahmed, I will keep this in mind. 🙂

    #451088

    Towfiq I.

    administrator

    @happyjjd whats your site address?

    #451086

    Towfiq I.

    administrator

    Please disable the lightbox plugin and let me know.

    Thanks

    #451082

    Towfiq I.

    administrator

    Do you have an icon of LittleMonsters.com? can you share the icon/image?

    #450580

    Towfiq I.

    administrator

    This is actually a WordPress bug which will be fixed in WordPress 4.2 (https://core.trac.wordpress.org/ticket/30831)

    There is a fix for now. Open up layout1.php and replace this:

    	<?php
            global $wp_query;
            $big = 999999999; // need an unlikely integer
                echo paginate_links( array(
                    'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
                    'format' => '?paged=%#%',
                    'current' => max( 1, get_query_var('paged') ),
                    'total' => $wp_query->max_num_pages,
                    'show_all'     => true,
                    'prev_next'    => false
                
                ) );
        ?>

    with this:

    	<?php
            global $wp_query;
            $big = 999999999; // need an unlikely integer
                echo paginate_links( array(
                    'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
                    'format' => '?paged=%#%',
                    'current' => max( 1, get_query_var('paged') ),
                    'total' => $wp_query->max_num_pages,
                    'show_all'     => true,
                    'prev_next'    => false,
                'add_args' => false
                ) );
        ?>

    Regards

    #450578

    Towfiq I.

    administrator

    Sonia The page headers are displayed under the menu. They are not the logo. here is an example of a page header:
    http://asteriapro.towfiqi.com/?page_id=137

    Whats your site address?

    Regards.

    #450574

    Towfiq I.

    administrator

    1. yes please post a screenshot.

    2. When you install a woocommerce a “shop” page is already created which you can access from the Pages menu of your admin dashboard. Please check if that page is displaying the shop page or not.

    Regards

    #450571

    Towfiq I.

    administrator

    Jay please make sure each of your slides have a title.

    john Open up javascript.php and add this:

    jQuery(".nivo-caption").has('.sld_layout3').addClass('sld3wrap');

    before this:

    </script>
    <?php } ?>
    <?php if($asteria['slider_type_id'] == "unslider"){ ?>
    #449810

    Towfiq I.

    administrator

    Go to Asteria Options> Slider and in Slider Height field write auto

    Thanks

    #449793

    Towfiq I.

    administrator

    1) Can you send me a page link where this issue is visible?

    2) how did you try to display the shop page?

Viewing 25 posts - 176 through 200 (of 2,462 total)