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

Home Forums

  • #14726

    Towfiq I.

    administrator

    how can i limit the random posts to be within one month?

    Not possible.

    #14729

    Towfiq I.

    administrator

    There is already an option for that. Go to Appearance> Triton Lite Options> Misc. and check “Hide Author Name & Date ” option.

    #14728

    Towfiq I.

    administrator

    it is ok.

    #14724

    Towfiq I.

    administrator

    Very odd indeed. Did you install any plugin that may cause this?

    #14682

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “header.php” file and remove this line:

    <div id="topmenu"><?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?></div>

    #14010

    Towfiq I.

    administrator

    You can just install the product and start adding product right way.

    #14588

    Towfiq I.

    administrator
    #14581

    Towfiq I.

    administrator

    Can you try this Form Plugin:

    http://www.deliciousdays.com/cforms-plugin/

    #14580

    Towfiq I.

    administrator

    Go to Scylla PRO options and then click the “Misc.” tab and then click the “Pluign” tab. Check the option:

    “Disable Fancybox Plugin”

    #14453

    Towfiq I.

    administrator

    No idea! Sorry. 🙁

    #14451

    Towfiq I.

    administrator

    did you see any changes after adding the codes?

    #14449

    Towfiq I.

    administrator

    caution:It is not a widget. It gives you the layout of “tumblr” It might not be compatible with this theme.

    In index.php file make these changes:

    find this line:

    <h2 class="postitle"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>

    and replace it with:

    <?php woo_tumblog_the_title($class= "title", $icon = true, $before = "", $after = "", $return = false, $outer_element = "h1") ?>

    and this line with:

    <!--MAIN CONTENT-->
    <?php if(get_option('amp_content')) { ?>
    <?php the_content() ;?>
    <?php } else { ?>
    <?php wpe_excerpt('wpe_excerptlength_teaser', 'wpe_excerptmore'); ?>
    <?php } ?>

    and replace it with:

    <!–MAIN CONTENT–>

    <?php if(get_option(‘amp_content’)) { ?>

    <?php woo_tumblog_content($return = false); ?>

    <?php the_content() ;?>

    <?php } else { ?>

    <?php woo_tumblog_content($return = false); ?>

    <?php wpe_excerpt(‘wpe_excerptlength_teaser’, ‘wpe_excerptmore’); ?>

    <?php } ?>

    Do the same edits for single.php

    #14447

    Towfiq I.

    administrator

    Post your site address.

    #14058

    Towfiq I.

    administrator

    Download the category.zip file and extract the file inside at and upload it to your AmphionPro Directory.

    #14056

    Towfiq I.

    administrator

    there is no category.php file in Amphion PRO template.

    #14052

    Towfiq I.

    administrator

    I am not sure about the blog-in-blog plugin. Did you put the category.php file in the Scylla theme directory?Do you have a live site that I can look into?

    #14050

    Towfiq I.

    administrator

    Upload it to the “ScyllaPro” directory then.

    #14048

    Towfiq I.

    administrator

    @jason. Go to Appearance> Editor and select “category.php” from right and remove everything, Then add these codes you find in this page:

    http://pastebin.com/EpWZGyDK

    Adding this will change the category template. When you click on any of the category link on your site, a page with (slider and specific category content) will load. try it.

    #14380

    Towfiq I.

    administrator

    I don’t understand… care to elaborate?

    #14311

    Towfiq I.

    administrator

    Put this code:

    <a href="//www.sandislehawaii.com/"><img src="hxxp://aperfectsip.com/wp-content/uploads/2011/07/Sandwich-Isles-Realty-banner-ad.jpg" /></a>

    after this(in header.php):

    <?php if($option["scl_description"] == "1"){ ?><div class="desc"><?php bloginfo('description')?></div><?php } else { ?><?php } ?>
    </div>

    #14309

    Towfiq I.

    administrator

    Did you try the method I posted? Didn’t it work?

    #14307

    Towfiq I.

    administrator

    First upload the image from Media> Add new and copy the file url of the image. Then Go to Appearance> Editor and select “header.php” from right and add this line to the very bottom:

    <a href="link of the banner"><img src="copied file url" /></a>

    #14046

    Towfiq I.

    administrator

    Can you try this plugin:

    http://wordpress.org/extend/plugins/blog-in-blog/

    i don’t think it is possible without a plugin… so search for plugins..

    #14043

    Towfiq I.

    administrator

    You want to create a page with the same layout as the homepage? but you want show different category posts for the page?

    #14024

    Towfiq I.

    administrator

    You made the button color grey. Just load your website and press ctrl+F5 to make a hard refresh and you will see the changes..

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