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

Home Forums

  • #24445

    Towfiq I.

    administrator

    1. Try this widget maybe?
    http://wordpress.org/plugins/email-address-protector/

    There are plenty of twitter widgets out there:
    http://wordpress.org/plugins/tags/twitter-widget

    2. Did you add the widget with your custom code? I dont see any empty widget with only the title.

    #24293

    Towfiq I.

    administrator

    add all the widgets that are having issues and let me know your site address.

    #24241

    Towfiq I.

    administrator

    yes you can customize the theme anyway you want.

    its advised to use a child theme so that your modifications dont get wiped after a theme update.

    #24228

    Towfiq I.

    administrator

    1. No. its there. I just double checked and the font is working fine in the lite version.
    2. Yes. Its a bug and will be fixed in the next version. To fix it yourself, Open up style.css and replace this:

    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:940px !important;}
    .theron_fullwdth_body #content .single_wrap{ width:1000px;}

    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:970px;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 570px;}
    .theron_fullwdth_body .comment-form-comment{width: 600px;}
    .theron_fullwdth_body .field_wrap{width: 340px;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 263px;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:940px; height:auto;}
    .theron_fullwdth_body .post_foot{width:1000px;}
    .theron_fullwdth_body .share_this{width:960px;}

    with this:

    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:90% !important;}
    .theron_fullwdth_body #content .single_wrap{ width:100%;}

    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:96%;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 90%;}
    .theron_fullwdth_body .comment-form-comment{width: 50%;}
    .theron_fullwdth_body .field_wrap{width: 50%;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 50%;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:100%; height:auto;}

    #24196

    Towfiq I.

    administrator

    You can do that from Appearance> Zenon Options> Slider.

    #23957

    Towfiq I.

    administrator

    to learn how to setup the slider Go to Appearance> Theron Options> Documentation.

    by photography plugin do you mean photo gallery plugin?

    #23918

    Towfiq I.

    administrator

    Add this to your stylesheet:

    /*FOOTER*/
    #footer_sec width:970px; float:left; background:#171717 border:1px solid #ececec; font-size:12px;padding-top:15px; padding-left:30px; margin-top:15px;}
    #footer_sec .widgets .widget a{}
    #footer_sec .widgets ul{ margin:0; padding:0;}
    #footer_sec .widgets .widget{ width:217px; float:left; margin-right:25px; list-style-type:none; margin-bottom:25px;}
    #footer_sec .widgets .widgettitle{color:#333; font-size:20px;}
    #footer_sec .widgets .widget ul{ margin:0; padding:0;}
    #footer_sec .widgets .widget ul li{ list-style-type:none; padding:6px 0;border-bottom-style:dashed; border-bottom-color:#ececec;border-width:1px;}
    #footer_sec.widgets .widget ul li a{text-decoration:none;}

    #23867

    Towfiq I.

    administrator

    in this layout the Right sidebar cannot be displayed.

    #23821

    Towfiq I.

    administrator

    No problem. Let me know if you need help with anything else 🙂

    #23816

    Towfiq I.

    administrator

    Go to Theron Options> Frontpage> Blocks to edit them.

    #23814

    Towfiq I.

    administrator

    thats very odd. can you send me your site’s id/pass through the contact page from the bottom? I will check it out from the back-end of your site.

    #23812

    Towfiq I.

    administrator

    1. Clear your browser cache to see the image quality change.
    2. The link you posted (http://movingon.co.za/wordpress/wine-estates-2/) doesnt use Triton theme.

    #23811

    Towfiq I.

    administrator

    try adding the video this way:

    [embed width="600" height="400"]your video url[/embed]

    #23698

    Towfiq I.

    administrator

    No. but it will be made responsive pretty soon.

    1. what do you mean by posts page?

    Answer to 2 and 3 is posted in the FAQ:

    Triton Lite: Free WordPress Theme

    #23690

    Towfiq I.

    administrator

    can you copy the code of footer.php and paste it via pastebin.com?

    #23667

    Towfiq I.

    administrator

    Add this to your footer.php too:

    < ?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer2 Widgets’) ) : ?>< ?php endif; ?>

    #23663

    Towfiq I.

    administrator

    yes, since you removed the code from functions.php you cannot show the second footer.

    can you add this code back to your functions.php and see if the error still shows?

    	register_sidebar(array(
    	'name' => __('Footer2 Widgets', 'zenon'),
    	'id' => 'foot2_sidebar',
    	'description' => __('Widget Area for the Footer', 'zenon'),
    	'before_widget' => '<li id="%1$s" class="widget %2$s"><div class="widget_wrap">',
    	'after_widget' => '</div>',
    	'before_title' => '<h3 class="widgettitle">',
    	'after_title' => '</h3>'
    	));
    #23660

    Towfiq I.

    administrator

    1. your website isn’t loading.

    and remove this line from footer.php too:

    < ?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer2 Widgets’) ) : ?>< ?php endif; ?>

    #23654

    Towfiq I.

    administrator

    I dont get any errors anywhere. can you remove this and see if its working or not:

    	register_sidebar(array(
    	'name' => __('Footer2 Widgets', 'zenon'),
    	'id' => 'foot2_sidebar',
    	'description' => __('Widget Area for the Footer', 'zenon'),
    	'before_widget' => '<li id="%1$s" class="widget %2$s"><div class="widget_wrap">',
    	'after_widget' => '</div>',
    	'before_title' => '<h3 class="widgettitle">',
    	'after_title' => '</h3>'
    	));

    and about the pro forum, can you access it?

    #23651

    Towfiq I.

    administrator

    paste the code of functions.php in a pastebin.com page and share the link.

    and can you access this forum:
    http://www.towfiqi.com/forums/forum/premium-theme-support/zenon-pro

    #23604

    Towfiq I.

    administrator

    The twitter widget is not working because twitter stopped their api v1.0.

    You will have to use this widget:
    http://wordpress.org/plugins/twitget/

    I am assuming the affiliate links and pinterest feeds are 2 plugins that you are using. Make sure the theme is not breaking them. Install the default twentyten theme and see if they are still not working. if they are not working with the twentyten theme then you will have to contact the plugin developers.

    #23603

    Towfiq I.

    administrator

    Open up index.php and add your youtube video embed code after this line:

    #23602

    Towfiq I.

    administrator

    1. Use this plugin:
    http://wordpress.org/plugins/digg-digg/installation/

    2. which images are you talking about?

    #23588

    Towfiq I.

    administrator

    You are using an older version of the theme. Download the theme from this link:

    Theron Lite: Free WordPress Theme

    #23434

    Towfiq I.

    administrator

    the php max upload file size is limited by your host. less than 3 mb. its the default php setting. You can ask your host to increase it.

    or you can use other methods to install the theme. e.g: FTP
    http://codex.wordpress.org/Using_Themes#Adding_New_Themes

Viewing 25 posts - 1,951 through 1,975 (of 2,462 total)