Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterIt’s my pleasure!
FocuxTheme Support
KeymasterHi
These are the PHP strict mode issues, you can disable WP_DEBUG to false in wp-config.php file.
Thanks
FocuxTheme Support
KeymasterFirst of all, so sorry for the delay.
I’m not sure I understood you correct. Generally, when you open the latest post, then it will only display next link. And when you open the oldest post, it will only display the previous post.
Or could you let me know the question page link? Maybe after I checked it, I will know what’s your mean. (You told me your link, but I still not found the problem.)
FocuxTheme Support
KeymasterHi
I’m not quite understand your last question, did you mean you want to publish the post directly, but they are always saved as drafts?
Sounds it’s not a theme problem, because the theme code doesn’t has permission to change the publish method.Thanks
You must have valid license to access this content.FocuxTheme Support
KeymasterHi
You need to customize the footer.php, find the following code
<div class="widgets four columns alpha"><?php if ( ! dynamic_sidebar('bottom-widget-1' ) ) : endif;?></div> <div class="widgets four columns alpha"><?php if ( ! dynamic_sidebar('bottom-widget-2' ) ) : endif;?></div> <div class="widgets four columns alpha"><?php if ( ! dynamic_sidebar('bottom-widget-3' ) ) : endif;?></div> <div class="widgets four columns alpha omega"><?php if ( ! dynamic_sidebar('bottom-widget-4' ) ) : endif;?></div>Change to
<div class="widgets five columns alpha"><?php if ( ! dynamic_sidebar('bottom-widget-1' ) ) : endif;?></div> <div class="widgets five columns alpha"><?php if ( ! dynamic_sidebar('bottom-widget-2' ) ) : endif;?></div> <div class="widgets five columns alpha omega"><?php if ( ! dynamic_sidebar('bottom-widget-3' ) ) : endif;?></div>Put the following CSS into Samsara options > Custom code > custom CSS
#bottom .column.alpha, #bottom .columns.alpha { margin-left: 30px; }Thanks
You must have valid license to access this content.You must have valid license to access this content. -
AuthorPosts
