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

Home Forums

  • #18874

    Towfiq I.

    administrator

    from your stylesheet, replace this line:

    body .desc{float:left; font-size:20px; padding-left:10px; padding-top:20px;}

    with:

    body .desc{float:right; font-size:24px; padding-left:10px; padding-top:20px;font-weight:bold;}

    body #header{background:none!important;}

    then from Theron Options> Style change the tertiary element color to grey. this will make the menu color grey, like the screesnhot.

    #18825

    Towfiq I.

    administrator

    you were right. ther isn’t any. Find these lines:

    <script type="text/javascript">
    jQuery(window).load(function() {
    jQuery('#zn_nivo').nivoSlider({pauseTime: <?php echo of_get_option('sliderspeed_text'); ?>, controlNavThumbs: true,<?php if(of_get_option('nivothumb_checkbox') == "0"){ ?> directionNav: false,<?php } ?> controlNavThumbsReplace: '-150x150.jpg'});
    });
    </script>

    and replace them with:

    <script type="text/javascript">
    jQuery(window).load(function() {
    jQuery('#zn_nivo').nivoSlider({pauseTime: <?php echo of_get_option('sliderspeed_text'); ?>, controlNavThumbs: true,<?php if(of_get_option('nivothumb_checkbox') == "0"){ ?> directionNav: false,<?php } ?> controlNavThumbsReplace: '-150x150.jpg', effect: fade});
    });
    </script>

    #18835

    Towfiq I.

    administrator

    Upload the attached image to your theme's "images" folder.

    [attachment=5877,351]

    #18823

    Towfiq I.

    administrator

    can you copy all the code from functions.php and paste it in pastebin.com and paste the link here.

    #18833

    Towfiq I.

    administrator

    nope. only the widgets’ images. you can remove the post/page image titles by editing the picture.

    Also, you can give this plugin a try:

    http://wordpress.org/extend/plugins/img-title-removal/

    #18831

    Towfiq I.

    administrator

    you will have to open up widgets.php and remove these:

    alt="'.get_the_title().'"

    #18829

    Towfiq I.

    administrator

    which widget is this?

    #18821

    Towfiq I.

    administrator

    look carefully. press ctrl+f and search for it.

    #18811

    Towfiq I.

    administrator

    Now open up header.php and remove this line:

    <div style="clear: both;"></div>

    Then, load your site and press ctrl+f5 to see the change.

    #18809

    Towfiq I.

    administrator

    Add these lines to the very bottom of the stylesheet:

    body .desc{float:left; font-size:20px; padding-left:10px; padding-top:20px;}

    body .outer-center{float:none;right:auto;}

    body .inner-center{float:left;right:auto;}

    #18807

    Towfiq I.

    administrator

    it looks small enough. you can also add the phone number, it should display fine. can you add the logo to the site? let me see how it looks.

    #18819

    Towfiq I.

    administrator

    open up fuctions.php and replace the word “random” with “fade”

    #18817

    Towfiq I.

    administrator

    You mean “fade” effect?

    open up page-contact.php and fix the typo

    #18804

    Towfiq I.

    administrator

    whats your logo width? why dont you upload the logo and let me see how it looks.

    #18802

    Towfiq I.

    administrator

    Go to Theron options> Basic and upload your logo image?

    #18797

    Towfiq I.

    administrator
    #18795

    Towfiq I.

    administrator

    you can disable the pattern from Theron Options> Style

    #18793

    Towfiq I.

    administrator

    you can change the menu font color from theron options.

    #18739

    Towfiq I.

    administrator

    yeah.

    #18737

    Towfiq I.

    administrator

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

    <?php bloginfo('name') ;?>

    with your logo title.

    #18717

    Towfiq I.

    administrator

    add this:

    #thn_welcom{color:#2BB975;}

    #18711

    Towfiq I.

    administrator

    not sure. search for this kind of plugin in wordpress plugin directory:

    http://wordpress.org/extend/plugins/

    #18714

    Towfiq I.

    administrator

    1. Add this to your stylesheet:

    #thn_welcom{padding:0px!important; width:1000px!important;}

    2. disable sticky menu option from Theron Options> basic

    3. Add this to your stylesheet:

    .logo img{margin-bottom:0px!important;}

    4. add this to your stylesheet:

    #thn_welcom{margin-top:10px!important;}

    .midrow{margin-top:20px!important;}

    #18708

    Towfiq I.

    administrator

    was it like this from the beginning? or did it happen maybe after installing a plugin or editing template files?

    #18706

    Towfiq I.

    administrator

    its strange that the font is not loading properly..

Viewing 25 posts - 2,101 through 2,125 (of 2,462 total)