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

Home Forums

  • #85395

    Towfiq I.

    administrator

    I am not seeing this line in your stylesheet:
    http://www.silenzine.com/wp-content/themes/Scylla_Pro/style.css

    are you sure you added it? please add it to the very bottom.

    #85394

    Towfiq I.

    administrator

    I guess you are using this plugin:
    http://wordpress.org/plugins/transposh-translation-filter-for-wordpress/

    does this plugin has a shortcode or template function?

    #85393

    Towfiq I.

    administrator

    whats your site address?

    #85392

    Towfiq I.

    administrator

    make sure you add titles to each of your slides. you cannot save a slide without giving it a title.

    #85391

    Towfiq I.

    administrator

    Got it. Open up page.php and remove this:

    <h1 class="postitle"><?php the_title(); ?></h1>

    #85382

    Towfiq I.

    administrator

    add this to your stylesheet:

    .single #content{width:100%!important;}
    .share_this{margin-right:18px!important;}
    #sidebar{display: none;}

    #85356

    Towfiq I.

    administrator

    can you send me the page link where you added the featured image.

    #85354

    Towfiq I.

    administrator

    Open up head4.php and replace this:

    			<?php if ( is_home() ) { ?>   
                <h1><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h1>
                <?php }else{ ?>
                <h2><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h2>
                <?php } ?>

    with this:

    			<?php if ( is_home() ) { ?>   
                <h1><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h1>
    <div class="desc"><?php bloginfo('description')?></div>
                <?php }else{ ?>
                <h2><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h2>
    <div class="desc"><?php bloginfo('description')?></div>
                <?php } ?>
    #85350

    Towfiq I.

    administrator

    add this to your stylesheet:

    body #content .more-link{color:#fff!important;}

    #85346

    Towfiq I.

    administrator

    to fix this, add this to your functions.php:

    if ( function_exists( 'sharing_display' ) ) remove_filter( 'the_excerpt', 'sharing_display', 19 );

    Before this:

    //Load Mobile CSS

    #85285

    Towfiq I.

    administrator

    can you send me the page link where these read more boxes are visible?

    #85272

    Towfiq I.

    administrator

    Not in the lite version.

    #85252

    Towfiq I.

    administrator

    do you want to display same image for all the category pages?

    #85226

    Towfiq I.

    administrator

    Go to Appearance> Menus to setup your menu
    You can find details about this in Appearance > Asteria Options > Documentation

    #85148

    Towfiq I.

    administrator

    are you using jetpack?

    #84866

    Towfiq I.

    administrator

    could this be your PC? here are some screenshots taken on xp, the logo font works fine:
    http://www.browserstack.com/screenshots/29771237058354f6182b12fc99ff1342ac171053

    and I also browsed your site with my android phone and the logo font is showing up fine too.

    #84844

    Towfiq I.

    administrator

    in your style.css replace this:

    #slider{border-radius: 0 0 2px 2px;-webkit-border-radius: 0 0 2px 2px;-moz-border-radius:0 0 2px 2px;}

    with this:

    #slider{border-radius: 0 0 7px 7px;-webkit-border-radius: 0 0 7px 7px;-moz-border-radius:0 0 7px 7px;}

    #84842

    Towfiq I.

    administrator

    Please let me know your site’s id/pass through this page and I will take a look at the issue from the backend:

    Contact

    #84819

    Towfiq I.

    administrator

    after upgrading to pro, install the pro and then Just go to Import/Export Option and import the file you just downloaded.

    #84816

    Towfiq I.

    administrator

    Go to Appearance> Menus and create a “Link” menu item and in the url field put a hash # instead of a url and then add it to your menu.

    #84692

    Towfiq I.

    administrator

    I am not seeing any issue on both IE and chrome.. could this be your PC? can you try loading the site from another pc?

    #84690

    Towfiq I.

    administrator

    Sorry Ashok. I dont understand..

    #84682

    Towfiq I.

    administrator

    Go to Asteria Options> Import/Export and and use the exported file on your live site from Asteria Options> Import/export.

    #84681

    Towfiq I.

    administrator

    because you have 7 sticky posts on your site. sticky posts always displays on top of other posts.

    #84678

    Towfiq I.

    administrator

    whats your site address? Go to Media> Add New and upload your cart image and then post the “file url” of the image here.

Viewing 25 posts - 1,401 through 1,425 (of 2,462 total)