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

Home Forums

  • #16489

    Towfiq I.

    administrator

    Just checked your site. the menu looks fine. Can you elaborate the problem as I cannot find whats wrong with the menu…

    #16483

    Towfiq I.

    administrator
    #16390

    Towfiq I.

    administrator

    Go to Appearance> Menus and add menus from the category box to your main menu. Watch this tutorial for better understanding:

    http://www.expand2web.com/blog/wordpress-30-custom-navigation-menus-video/

    #16383

    Towfiq I.

    administrator

    Add this line to your stylesheet:

    .single_post .postitle{display:none!important;}

    #16345

    Towfiq I.

    administrator

    Can you send me your site’s id and password through this secure page?

    Contact

    I will examine the issue myself.

    #16343

    Towfiq I.

    administrator

    Can you upload the image again. the url to the image is broken:

    http://www.supermercado23.com/blog/wp-content/uploads/fatcampcut.jpg

    #16324

    Towfiq I.

    administrator

    its because you did not add the menu. You can totally hide the reserved menu space by Going to Appearance>Editor and select “stylesheet” from right and add this line to the bottom:

    #menu_wrap{display:none;}

    #16309

    Towfiq I.

    administrator

    its happening because the slider title is wrapped around with a box called “slider_content” and it cannot be made clickable. you can reduce the size of it by Adding these lines to stylesheet:

    .slider-content{width:350px!important; height:50px!important;}

    #16307

    Towfiq I.

    administrator

    okay. remove everything from easyslider.php and paste this:

    <?php $option =  get_option('trt_options'); ?>
    <div id="slider" class="easyslider">
    <ul>
    <?php $loop = new WP_Query( array( 'post_type' => 'slider', 'posts_per_page' => $option['trt_num_sld'] ) ); ?>
    <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
    <li>
    <div class="slider-content">
    <?php the_title( '<h2 class="entry-title"><a href="' . get_post_meta($post->ID, 'slide_link', TRUE) . '" title="' . the_title_attribute( 'echo=0' ) . '" rel="bookmark">', '</a></h2>' ); ?>
    <a href="<?php echo get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_excerpt(); ?></a>
    </div>
    <a href="<?php echo get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_post_thumbnail(); ?></a>
    </li>
    <?php endwhile; ?>
    </ul>
    </div>

    #16305

    Towfiq I.

    administrator

    whats your site address? I have to examine this issue.

    #16303

    Towfiq I.

    administrator

    Replace this line:

    <?php the_post_thumbnail(); ?>

    with:

    <a href="<?php get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_post_thumbnail(); ?></a>

    #16301

    Towfiq I.

    administrator

    copy the whole code to pastebin.com and share the link here.

    #16299

    Towfiq I.

    administrator

    what sharing buttons are you talking about? the ones that appear on the left on ever ypage? or the ones under the post?

    #16294

    Towfiq I.

    administrator

    there’s is an option to disable it in Amphion PRO options.

    #14590

    Towfiq I.

    administrator

    there’s something wrong with your feed. Try this plugin to fix it:

    http://wordpress.org/extend/plugins/fix-rss-feed/

    #16206

    Towfiq I.

    administrator

    Sorry for the late reply. Could you do it like this:

    Create different gallerias and link them to your images manually.

    let me know.

    #16220

    Towfiq I.

    administrator

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

    .entry-content input, .entry-content textarea{background:#dddddd!important;}

    #respond input, #respond textarea{background:#dddddd!important;}

    .lay1 .read_mor{color:#888888!important;}

    change the values dddddd and 888888 with your own color values. go to colorpicker.com to get your own color values.

    #16209

    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.

    #15900

    Towfiq I.

    administrator

    If you are thinking about adding it to sidebar You can simply paste your code to a text widget.

    #16111

    Towfiq I.

    administrator

    Glenda, check your email.

    #16108

    Towfiq I.

    administrator

    Go to Appearnace> Editor and select “Stylesheet” from right and add this line to the very bottom:

    body{font-size:14px!important;}

    #16054

    Towfiq I.

    administrator

    its a php error.

    Did you modify any of the template files?

    what plugin did you install recently?

    #15995

    Towfiq I.

    administrator

    The slider link is only wrapped around the slider content. You don’t have slider texts.

    You can make the images clickable by going to Appearance >Editor and select “easyslider.php” from right and find this line:

    <?php the_post_thumbnail(); ?>

    with this:

    <a href="<?php echo get_post_meta($post->ID, 'slide_link', TRUE); ?>"><?php the_post_thumbnail(); ?></a>

    #15993

    Towfiq I.

    administrator

    it looks fine. Whats your site address?

    #15991

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “easyslider.php” from right and copy the whole code and paste it to pastebin.com and send me the link.

Viewing 25 posts - 2,326 through 2,350 (of 2,462 total)