Forum Replies Created
-
#24445On July 30, 2013 at 5:57 pm
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-widget2. Did you add the widget with your custom code? I dont see any empty widget with only the title.
#24293On July 29, 2013 at 6:35 amadd all the widgets that are having issues and let me know your site address.
#24241On July 28, 2013 at 5:30 pmyes 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.
#24228On July 28, 2013 at 4:32 pm1. 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;}#24196On July 28, 2013 at 10:16 amYou can do that from Appearance> Zenon Options> Slider.
#23957On July 26, 2013 at 10:47 amto learn how to setup the slider Go to Appearance> Theron Options> Documentation.
by photography plugin do you mean photo gallery plugin?
#23918On July 26, 2013 at 4:08 amAdd 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;}#23867On July 25, 2013 at 4:07 pmin this layout the Right sidebar cannot be displayed.
#23821On July 25, 2013 at 5:37 amNo problem. Let me know if you need help with anything else 🙂
#23816On July 25, 2013 at 5:23 amGo to Theron Options> Frontpage> Blocks to edit them.
#23814On July 25, 2013 at 4:42 amthats 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.
#23812On July 25, 2013 at 4:23 am1. 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.#23811On July 25, 2013 at 4:20 amtry adding the video this way:
[embed width="600" height="400"]your video url[/embed]
#23698On July 24, 2013 at 9:21 amNo. 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:
#23690On July 24, 2013 at 8:46 amcan you copy the code of footer.php and paste it via pastebin.com?
#23667On July 24, 2013 at 6:07 amAdd this to your footer.php too:
< ?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer2 Widgets’) ) : ?>< ?php endif; ?>
#23663On July 24, 2013 at 5:20 amyes, 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>' ));
#23660On July 24, 2013 at 5:08 am1. 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; ?>
#23654On July 24, 2013 at 4:51 amI 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?
#23651On July 24, 2013 at 4:35 ampaste 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#23604On July 23, 2013 at 9:36 pmThe 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.
#23603On July 23, 2013 at 9:33 pmOpen up index.php and add your youtube video embed code after this line:
#23602On July 23, 2013 at 9:30 pm1. Use this plugin:
http://wordpress.org/plugins/digg-digg/installation/2. which images are you talking about?
#23588On July 23, 2013 at 7:58 pmYou are using an older version of the theme. Download the theme from this link:
#23434On July 23, 2013 at 6:36 amthe 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