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

Home Forums

  • #92499

    Towfiq I.

    administrator

    Go to Appearance> Menus to setup the menu properly.

    #92481

    Towfiq I.

    administrator

    can you replace all the <?php the_title(); ?> with <?php echo get_the_title(); ?>

    #92480

    Towfiq I.

    administrator

    Go to Appearance> Editor and select stylesheet from right and add the code to the very bottom of your stylesheet.

    #92479

    Towfiq I.

    administrator

    Go to Appearance> Widgets and remove all the widgets from “Right Sidebar”

    #92478

    Towfiq I.

    administrator

    Add this to your Custom CSS tab:

    .ast_gall{width: 80%!important; float: right;}
    .gall_dash{width:10%!important; float:left;}

    #92376

    Towfiq I.

    administrator

    which theme are you using?

    #92292

    Towfiq I.

    administrator

    aah. you are using the full width layout… in that case the thumbnail size should be 400px x 280px

    2. Add this to your Custom CSS tab:

    @media screen and (max-width: 960px){
    #topmenu{display: none;}
    #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%;}
    }
    
    #92291

    Towfiq I.

    administrator

    should have worked fine.. are you filtering front page posts by category from Asteria options> Frontpage> Frontpage Posts? if so, you can just change the frontpage posts number from there. if not, the above code should work.

    and when I load your site, all the slider images are loaded vertically at first. looks odd. add this to your Custom CSS to prevent this:

    #zn_nivo{min-height:500px;}

    #92288

    Towfiq I.

    administrator

    Yves is correct. You will need to Go to Settings> Reading and select “Your Latest Posts” as frontpage to see the slider.

    #92287

    Towfiq I.

    administrator

    open up page.php from Appearance> Editor and see if this tag is present or not:

    <?php the_title(); ?>

    #92285

    Towfiq I.

    administrator

    Try replacing your layout1.php with this:
    http://pastebin.com/raw.php?i=h2XMx0k6

    #92284

    Towfiq I.

    administrator

    Just checked your site. the Shortcode works great I see..

    #91981

    Towfiq I.

    administrator

    are you talking about the post category list in single post pages?

    #91980

    Towfiq I.

    administrator

    can you send me a page link where you added the gallery?

    #91976

    Towfiq I.

    administrator

    the responsive youtube video shortcode is only available in the PRO version.

    #91972

    Towfiq I.

    administrator

    Not sure whats causing this. Can you send me your site’s id/pass through this link and let me see from the backend:

    Contact

    #91969

    Towfiq I.

    administrator

    add this to your stylesheet:

    @media screen and (max-width: 768px){
    .midrow_wrap .threeblocks .midrow_block{width:47.3%!important;}
    }

    #91951

    Towfiq I.

    administrator

    1. 350px x 240px

    2. whats your site address?

    #91947

    Towfiq I.

    administrator

    to change the number of frontpage posts to 6, open up functions.php and add this:

    set_query_var( 'posts_per_page', '6' );

    after this line:

    set_query_var( 'paged', ( get_query_var('paged') ? get_query_var('paged') : 1) );

    #91945

    Towfiq I.

    administrator

    please copy the “redux” folder inside your child theme folder.

    #91944

    Towfiq I.

    administrator

    send me a page link where the title is missing…

    #91930

    Towfiq I.

    administrator

    select the default permalink and then switch back to the current settings and see if that makes any change.

    #91477

    Towfiq I.

    administrator

    1. create a 3 level menu and send me the page link I will see how it looks.

    2. With Asteria PRO you can add different slider on each posts/page with the slider shortcode.

    3. no, the PRO version allows you to add contact page with installing a plugin.

    4. you can do that with your browser. after loading your post, right click anywhere and click the “View Source” option to see the whole html of the page.

    5. Did you try the Import tool of wordpress? if you want to import/export posts, pages, categories and everything else you should use the wordpress importer.

    #91475

    Towfiq I.

    administrator

    so your post titles are not being displayed?

    #91473

    Towfiq I.

    administrator

    please remove the <script> and </script> from your analytics code.

Viewing 25 posts - 1,276 through 1,300 (of 2,462 total)