Title: FullFolio Feature Request
Last modified: August 22, 2016

---

# FullFolio Feature Request

 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/)
 * Hi there! FullFolio is finally online 🙂
 * Feel free to post Feature Requests for FullFolio here, thanks.
 * For any other things related (bugs, fixes…), please create your own ticket and
   I’ll be happy to solve your questions.

Viewing 15 replies - 1 through 15 (of 38 total)

1 [2](https://wordpress.org/support/topic/fullfolio-feature-request/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/fullfolio-feature-request/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/fullfolio-feature-request/page/2/?output_format=md)

 *  [cosmonautas](https://wordpress.org/support/users/cosmonautas/)
 * (@cosmonautas)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239816)
 * Hi, I would like to have a way to deactive the spining animation.
    BTW Thanks
   for this theme, Im a very novel user of wordpress and knowing nothing about html
   or css i could make my portfolio online. 🙂
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239817)
 * Hi cosmonautas,
 * Are you referring to the loading animation? if so, this is for visual feeling
   with the user while not all the images are loaded and everything is positioned
   correctly.
 * A quick way to deactivate it is:
    – in Appearance / Editor click ‘Header (header.
   php)’ in the right column to edit it. – delete or comment this block of code:
 *     ```
       <!-- loading -->
       <div id="post-loading">
          <div class="wrapperloading">
             <div class="loading up"></div>
             <div class="loading down"></div>
          </div>
       </div>
       <!-- /loading -->
       ```
   
 * Best
 *  [jpterodactyl](https://wordpress.org/support/users/jpterodactyl/)
 * (@jpterodactyl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239841)
 * Love the theme, just what I’ve been looking for…
 * I’ve noticed that category / tag / date archives don’t display the “Load More”
   link at the bottom of the page. I’m I missing something or is this feature not
   supported?
 * Thanks in advance, all the best.
 * J
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239849)
 * Hi jpterodactyl,
 * as you said, it isn’t implemented for now, maybe in the next version I will implement
   it, but sure I’m going to add this in feature requests, thanks.
 * Best
 *  [wjroberts](https://wordpress.org/support/users/wjroberts/)
 * (@wjroberts)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239850)
 * I would like to be able to only display the latest 3 posts on the main page instead
   of 10. How can this be done. Thanks again.
 * Will
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239851)
 * Hi wjroberts,
 * you can change it in Settings / Reading / Blog pages show at most
    default is
   10
 * Best
 *  [rodrigoriz](https://wordpress.org/support/users/rodrigoriz/)
 * (@rodrigoriz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239853)
 * Hello,
    First, thanks fro the theme! It’s my favorite of all. I want to know 
   if there is a way to deactivate or hide the date and time when i published something.
   Also deactivate the categories and titles. I would appreciate your help.
 * Thanks!
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239854)
 * Hi rodrigoriz,
 * I’m going to add this to feature request (I’m going to implement it via Customizer),
   
   but in the meanwhile:
 * date on thumbnails (template-item.php)
    delete or comment this line/s: `<p class
   ="date-item"><?php the_time(get_option('date_format')); ?>`
 * title:
    `<h2><?php the_title();?></h2>`
 * categories:
    `<p><?php echo $cats_arr;?></p>`
 * the above are for thumbnails, for single (single.php):
 * title:
    `<h2><?php the_title();?></h2>`
 * date:
    `<p class="date-item date-col"><?php the_time(get_option('date_format'));?
   >`
 * tags:
    `<p class="tags">Tags: <?php echo get_the_tag_list();?></p>`
 * Best
 *  [rodrigoriz](https://wordpress.org/support/users/rodrigoriz/)
 * (@rodrigoriz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239855)
 * Hello,
 * I would like to know also how can i create another ‘tab’ like in my website (
   [http://rodrigoriz.com](http://rodrigoriz.com)) WOMEN, for example create one
   named MEN, similar as WOMEN, with pictures also.
    I find how to create the ‘tab’
   but I don’t find how to post there, idk if im doing it wrong.
 * Thank you!
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239856)
 * Hi rodrigoriz,
 * I don’t understand what ‘tab’ mean (FullFolio doesn’t has tabs),
    can you explain
   it a little more? thanks.
 *  [vibrantdigital](https://wordpress.org/support/users/vibrantdigital/)
 * (@vibrantdigital)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239857)
 * can the number of columns on the home page be changed from 3 to 4?
    Can the page
   width be limited to 1000px, instead of filling 100%?
 * Thanks!
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239858)
 * Hi vibrantdigital,
 * yes this is possible modifying the css in css/main.css
    you can change the .item
   width in [@media](https://wordpress.org/support/users/media/) only screen and(
   min-width: 996px) {
 * change this:
 *     ```
       .item {
           width: 32.1%;
           margin-left: 0.5%;
           margin-right: 0.5%;
           margin-bottom: 1%;
         }
       ```
   
 * for this:
 *     ```
       .item {
           width: 23.8%;
           margin-left: 0.5%;
           margin-right: 0.5%;
           margin-bottom: 1%;
         }
       ```
   
 * about the page width, FullFolio was designed to work as a full width theme, but
   you can try to modify the css too, basically you can change all the parent containers
   width from percentatges to fixed width.
 * Best
 *  [Lars2i](https://wordpress.org/support/users/lars2i/)
 * (@lars2i)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239859)
 * Hi, thanks for the theme!
 * One question: When i insert an image into a post the image will also show up 
   on the bottom of the post – for a second time. That is ok. But when i delete 
   the image from the post, the image still shows up at the end. How to get rid 
   of the image at the bottom as well?
 * thank you
 *  Theme Author [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * (@dinamiko)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239860)
 * Hi Lars2i,
 * in the post, click add media and in the dropdown (All media items) select Uploaded
   to this post. this shows all the images in the post.
 * FullFolio was designed to show images as gallery, the better approach is upload
   the images but not insert in the content, this way all images will be below the
   content and with a masonry layout.
 * Best
 *  [Lars2i](https://wordpress.org/support/users/lars2i/)
 * (@lars2i)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/#post-5239861)
 * hi dinamiko,
    thanks, now i know that the picture is automatically put in to 
   a gallery, that helps. Unfortunately it does not solve my problem: how to delete
   the image from the gallery without deleting it from my media library. But this
   seems to be a general wordpress problem not one of your great theme.
 * Now i will go the extra mile, delete the pic from the library and reupload it
   but not to the post.

Viewing 15 replies - 1 through 15 (of 38 total)

1 [2](https://wordpress.org/support/topic/fullfolio-feature-request/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/fullfolio-feature-request/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/fullfolio-feature-request/page/2/?output_format=md)

The topic ‘FullFolio Feature Request’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fullfolio/1.3/screenshot.png)
 * FullFolio
 * [Support Threads](https://wordpress.org/support/theme/fullfolio/)
 * [Active Topics](https://wordpress.org/support/theme/fullfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fullfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fullfolio/reviews/)

 * 38 replies
 * 14 participants
 * Last reply from: [dinamiko](https://wordpress.org/support/users/dinamiko/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/page/3/#post-5239903)
 * Status: not resolved