• Theme Author dinamiko

    (@dinamiko)


    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)
  • 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

    (@dinamiko)

    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

    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

    (@dinamiko)

    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

    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

    (@dinamiko)

    Hi wjroberts,

    you can change it in Settings / Reading / Blog pages show at most
    default is 10

    Best

    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

    (@dinamiko)

    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

    Hello,

    I would like to know also how can i create another ‘tab’ like in my website (https://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

    (@dinamiko)

    Hi rodrigoriz,

    I don’t understand what ‘tab’ mean (FullFolio doesn’t has tabs),
    can you explain it a little more? thanks.

    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

    (@dinamiko)

    Hi vibrantdigital,

    yes this is possible modifying the css in css/main.css
    you can change the .item width in @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

    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

    (@dinamiko)

    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

    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)
  • The topic ‘FullFolio Feature Request’ is closed to new replies.