Forum Replies Created
-
#29716On August 25, 2013 at 5:45 am
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;}#29277On August 22, 2013 at 5:43 pmadd this to your stylesheet, see of that changes anything:
@media screen and (max-width: 500px){
body .nivo-caption{position:relative!important;}
body .nivo-caption p{width:100%!important;}
}#29271On August 22, 2013 at 5:10 pm1. You forgot to link those 2 images to full images.
2. Open up fancybox.js from the “js” folder and replace this line:
'overlayShow' : truewith this:
'overlayShow' : true, 'hideOnContentClick' : true#29158On August 22, 2013 at 5:50 amyou did not close a div inside your welcome textarea. that messing with the code. Click the “Text” button of your welcome textarea from theron theme options and paste it here.
#29050On August 21, 2013 at 2:33 pmto remove the lightbox shadow add this to your stylesheet:
.fancybox-bg, #fancybox-bg-n, #fancybox-bg-ne , #fancybox-bg-e , #fancybox-bg-se, #fancybox-bg-s, #fancybox-bg-sw, #fancybox-bg-w, #fancybox-bg-nw{display:none;}
and about the mouse cursor issue, can you send me a page link where this is happening?
#28850On August 20, 2013 at 7:29 pmyou can only do that in the PRO version.
#28674On August 20, 2013 at 4:40 amuse a photo editing psftware like GIMP to resize your photos.
#28667On August 20, 2013 at 4:31 amare you getting a blank page? did you copy the “admin” folder to your child theme folder?
#28468On August 19, 2013 at 4:32 amThere is a “Blog Page template” you can assign to your page to display a blog page.
Like this one displayed din the demo:
http://theronlite.towfiqi.com/?page_id=86#28467On August 19, 2013 at 4:31 amThe theme support of wordpress.com theme is given in wordpress.com theme forum.
#28413On August 18, 2013 at 8:17 pmcan you send me your site’s id/pass through the contact page? I will look into it from the back-end.
#28399On August 18, 2013 at 7:11 pmcan you send me a screenshot of how it looks?
#28397On August 18, 2013 at 7:07 pmGo to Settings> Reading select “your latest posts” as your homepage.
#28382On August 18, 2013 at 3:40 pmcan you send me a page link where this issue is visible?
#28338On August 18, 2013 at 5:08 amthere shouldnt be a long row of navigation buttons. You can also hide the navigation on homepage by opening up layout1.php and replace this :
<?php if (function_exists("theron_paginate")) {theron_paginate();} ?>with:
<?php if ( !is_home() ) { ?><?php if (function_exists("theron_paginate")) {theron_paginate();} ?><?php } ?>#27645On August 16, 2013 at 6:56 pmyou will have to match the number of posts per page on Settings> Reading page and the theron options page to get rid of the 404 issue.
#27633On August 16, 2013 at 5:48 pmreplace this:
#topmenu ul > li ul li:hover > a{color:#999!important;}
with:
body #topmenu ul > li ul li:hover > a{color:#999!important;}
#27629On August 16, 2013 at 5:43 pmadd this to your stylesheet:
#fancybox-outer{background:none!important;}
#fancybox-content{border: 0px solid transparent!important;}#27624On August 16, 2013 at 5:38 pmyou just want to hide the navigation under the posts n front page right?
#27623On August 16, 2013 at 5:32 pmyes there’s this issues when viewed from ipad. this will be fixed in next update.
#27620On August 16, 2013 at 5:25 pmyou will have to set the settings of the theme options only. you dont have to create menus, pages, posts etc.