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

Home Forums

  • #17207

    Towfiq I.

    administrator

    The Nivo slider has the fade effect.

    #17192

    Towfiq I.

    administrator
    #14592

    Towfiq I.

    administrator

    Chrome doesn’t support rss feed by default. you have to install an extension fotr that.

    Read this topic:

    http://wordpress.org/support/topic/rss2-not-working-in-chrome?replies=11

    #17131

    Towfiq I.

    administrator

    hmm… go to Zenon Options and disable “Ajax pagination”

    #17162

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add these lines to the very bottom:

    #footer .widgets .widget ul li{width: 210px;margin-right: 15px;float:left;}

    #footer .widgets .widget{width:937px!important;}

    #17129

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “page-blog.php” from right and find these lines:

    <?php $loop = new WP_Query( array( 'cat' => ''.$zn_blog = of_get_option('blog_cat').'' ) ); ?>

    <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>

    and replace it with:

    <?php
    $args = array(
    'cat' => ''.$zn_blog = of_get_option('blog_cat').'',
    'post_type' => 'post',
    'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1),
    );

    query_posts($args);

    while (have_posts()) : the_post();?>

    #16997

    Towfiq I.

    administrator

    hmm.. add this line to your stylesheet:

    .copytext{padding:12px 0px!important;}

    #16995

    Towfiq I.

    administrator

    This is how it looks in Firefox:

    http://i.imgur.com/ZAB5e.jpg

    #16993

    Towfiq I.

    administrator

    Just checked your site, the copyright text is in the center. can you press ctrl+f5 for hard refresh.

    #17103

    Towfiq I.

    administrator

    Thats odd. You can try clicking the “Update” button and see the page attributes box is there.

    Maybe you are confusing pages with posts?? O.o

    #17098

    Towfiq I.

    administrator

    wordpress backup to dropbox

    watermark reloaded

    this two may eat a lot of your memory. use this plugin to find out which plugin is eating up how many megabytes of memory Uninstall the one thats using the most memory:

    http://wordpress.org/extend/plugins/p3-profiler/

    #17095

    Towfiq I.

    administrator

    can you post the name of the plugins here…

    #17093

    Towfiq I.

    administrator

    what plugins are you using? looks like the plugins you are using, hogging all the allocated memory of your hosting.

    #16211

    Towfiq I.

    administrator

    Thanks for the clarification peter. 🙂

    #17079

    Towfiq I.

    administrator

    in the copyright area? you can add a custom link via Appearance> menus if you want to add a download link to the footer menu.

    #17077

    Towfiq I.

    administrator

    Where in header?

    #16991

    Towfiq I.

    administrator

    Add these lines to your stylesheet:

    #copyright img {display: block;height: 70px;margin: 0 auto;

    width: 80px;}

    .copytext{float:none!important;text-align: center;width: 100%!important;}

    #16989

    Towfiq I.

    administrator

    can you please post the site address here?

    And did you add the code before this line?:

    <div class="copytext">

    #17027

    Towfiq I.

    administrator

    To install a theme from admin panel login to your admin panel and go to Appearance>Themes and click on Install themes then click the “Upload” link and upload the zip file.

    After uploading the theme activate it.

    #16980

    Towfiq I.

    administrator

    To add adsense bellow header. Go to Appearance> Editor and select “header.php” from right and add your code after this line:

    <div class="desc"><?php bloginfo('description')?></div>

    and you can add adsnese ad above and bleow the post content simply by using the google adsense shortcode that comes with the theme.

    and beside the sidebar, it will look ugly and may break the layout of the site.

    #16987

    Towfiq I.

    administrator

    Go to Appearance>Editor and select “footer.php” and add this line:

    <img src="your image file url" />

    before this line:

    <div class="copytext">

    let me know after you add this.

    #16978

    Towfiq I.

    administrator

    Where do you want your ads?

    #16959

    Towfiq I.

    administrator

    There is already and Option to add Google Analytics to your site via Triton options page. Go to Appearance> Triton Options> Misc. and in the Google Analytics id Field, put your GA id.

    #16908

    Towfiq I.

    administrator

    Edit from the wordpress backend. Go to Appearance> Editor and select “header.php” from right.

    #16905

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “header.php” from right.

    if you are using filezilla, navigate to wp-content/themes/zenon/header.php

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