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

Home Forums

  • #84675

    Towfiq I.

    administrator

    you should use the blog page template to your blog page and also mark all the posts with a category called blog and then select the category for the blog from Asteria Options> Misc.

    and you want to display the blocks on all pages?

    #84661

    Towfiq I.

    administrator

    Alex you can use the footer sidebar if you want to display a widget on frontpage.

    #84278

    Towfiq I.

    administrator

    you have to write 40px in the field. you just wrote 40.

    #84213

    Towfiq I.

    administrator

    you will have to select the blog page category from Asteria Options> Miscellaneous.

    #84203

    Towfiq I.

    administrator

    where are you changing the number of posts from?

    #84201

    Towfiq I.

    administrator

    whats your site address?

    #84157

    Towfiq I.

    administrator

    sorry I forgot another part of editing the file. open up style.php replace this line:

    .sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php $slidefont = $asteria['slidefont_size_id']; echo $slidefont['font-size']; ?>!important;}

    with this:

    .sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php echo $asteria['slidefont_size_id']; ?>!important;}

    #84145

    Towfiq I.

    administrator

    its a bug. Open up style.php and replace this:

    .logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a{font-family:'<?php echo $logofont['font-family']; ?>'!important;color:<?php echo $logofont['color']; ?>; font-weight:<?php echo $logofont['font-weight']; ?>!important;}

    with this:

    .logo h1 a, .logo h2 a, .ast_maintanace .logo h1 a{font-family:'<?php echo $logofont['font-family']; ?>'!important;color:<?php echo $logofont['color']; ?>!important; font-weight:<?php echo $logofont['font-weight']; ?>!important;}

    #84136

    Towfiq I.

    administrator

    the theme doesnt let you view it in preview mode. so this link shouldn’t work: http://stabmeldys.net/?slider=slide-2

    #83847

    Towfiq I.

    administrator

    looks like you are using another theme.

    #83846

    Towfiq I.

    administrator

    The demo uses an older version. it was fixed in a later version.

    #83709

    Towfiq I.

    administrator

    Great! 🙂

    #83707

    Towfiq I.

    administrator

    whats your site address?

    #83701

    Towfiq I.

    administrator

    Are you sure the slides have “published” status? whats your site address?

    #83699

    Towfiq I.

    administrator

    Whats your site address Alexander?

    #83580

    Towfiq I.

    administrator

    you want to change the post title font-size?

    you will have to use a external widget for that. Please Search:
    http://wordpress.org/plugins/

    #83521

    Towfiq I.

    administrator

    The margins are there because of how you added paragraphs under it. each paragraphs have their own margin.

    #83508

    Towfiq I.

    administrator

    The menu looks fine in my mobile. they menu in mobile and ipad uses same technology.. so they should work. As I dont have an ipad air with me.. i cant check. Could this be a device specific issue? can you try another ipad? and what browser are you using?

    #83502

    Towfiq I.

    administrator

    Are you using a CDN?

    #83412

    Towfiq I.

    administrator

    No. it doesnt mean you will have to change to my version. To install my version, you will have to get your own hosting.

    #83276

    Towfiq I.

    administrator

    Go to Appearance> Menus and create a custom “Link” menu item adn put a # in the url field and label it “Service Options” and then add the item to your menu. Now drag the submenu items under it.

    #83227

    Towfiq I.

    administrator

    add this to your custom css tab:

    @media screen and (max-width: 480px){
    .img_hover{display:none!important;}
    }

    #83096

    Towfiq I.

    administrator

    its ok. I already drank coffee knowing the issue was fixed 😉

    #83078

    Towfiq I.

    administrator

    In your stylesheet you have this:

    #header{ float:left; width:500%;}

    change the 500 to 100.

    #83071

    Towfiq I.

    administrator

    Go to Appearance> Editor and open up index.php and paste your aweber newseltter form code after this:

    <?php get_header(); ?>

Viewing 25 posts - 1,426 through 1,450 (of 2,462 total)