Forum Replies Created

Viewing 10 posts - 3,661 through 3,670 (of 6,341 total)
  • Author
    Posts
  • in reply to: How to update the theme from 1.16 to 1.25? #6637
    You must have valid license to access this content.
    in reply to: Re-order Portfolio images #6636
    You must have valid license to access this content.
    in reply to: Errors when updating Posts, Pages, Etc. #6627

    It’s my pleasure!

    in reply to: Errors when updating Posts, Pages, Etc. #6623

    Hi

    These are the PHP strict mode issues, you can disable WP_DEBUG to false in wp-config.php file.

    Thanks

    in reply to: pagination disappeared #6618

    First 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.)

    in reply to: pagination disappeared #6616

    Hi

    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

    in reply to: magicbook wordpress #6615
    You must have valid license to access this content.
    in reply to: 3 columns in footer instead of 4 #6614

    Hi

    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

    in reply to: Footer customization (content and layout) #6613
    You must have valid license to access this content.
    in reply to: Change quote color & height #6612
    You must have valid license to access this content.
Viewing 10 posts - 3,661 through 3,670 (of 6,341 total)