Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #209873

    Hello,

    1. How can I disable the time and day release information, that appears if I select “Enfold Latest Portfolio” widget for sidebar. I’d like to display title only, without any information about time and date of release underneath.

    2. If I chose portfolio grid with the link handling “open a preview of the entry (ajax portfolio)” and click on it to come further to the portfolio page itself after preview, how can I change the size of the image that is shown on top? Its cutted. I would like to display it smaller but not cutted.

    3. How can I change colours of Icon List Symbols manually?

    Thank you!
    milatch

    #209893

    Hi milatch!

    1.) You can add this on Quick CSS to remove the date and item on Latest Portfolio Widget:

    .news-time {
    display: none !important;
    }

    2.) You can change the width of the portfolio featured image using this:

    .single-portfolio .page-thumb img {
    width: 300px;
    }

    3.) Use this to change the iconlist icons color:

    .iconlist-char {
    color: red;
    }

    Cheers!
    Ismael

    #209902

    Hey Ismael,

    thank you, that worked fine.

    Just to 2. point: The picture is still cutted on top and on the bottom. How can I avert that?

    And to 3. point: The symbol inside changes colour, but how can I change colour of the circle?

    Thank you!

    #209917

    Hi!

    2.) Please give us a link to the actual single portfolio page.

    3.) Change the iconlist background using this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    Best regards,
    Ismael

    #210233
    This reply has been marked as private.
    #211390
    This reply has been marked as private.
    #212136

    Hey!

    Open up /wp-content/themes/enfold/single-portfolio.php and replace

    
    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    

    with

    
    $avia_config['size'] = 'full';
    

    Regards,
    Peter

    #212309

    Thank you Peter!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio questions’ is closed to new replies.