Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #759576

    Hi Guys,

    One more question. Iff you look at the link (private section) you notice that the sidebar images are 68x68px ‘square’ (i have changed the thumbnails size for the whole site to this). But…

    These sidebar images are generated by the “Enfold latest portfolio widget” I would like these thumbs to be landscape with the 68px height. and the title, centered beneath the thumb. But only for the latest portfolio widget and not for the latest news widget.

    Is there a css for this?

    #759653

    Hey Jeffrey,
    I went to your link, but I only saw the news sidebar widget, and not the portfolio sidebar widget. Can supply a different url?

    Best regards,
    Mike

    #759657

    The link supplied in private DOES give you the latest portfolio widget in the right sidebar on that page. 100% sure!

    Also re-checked the widgets and it is.

    Sure you went to in private mentioned link?

    #760505

    Mike?

    #761422

    Hi,

    Sorry for the late response. You can change the size using this plugin: https://wordpress.org/plugins/simple-image-sizes/
    Then after you have modified the thumbnail size and regenerated the images, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #portfoliobox-2 .news-thumb {
        float: none;
        margin: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    #761451

    Hi Nikko,

    Thanks for reply’in. Does this plugin only handles the portfolio thumbs? Because it may NOT affect the other thumnails.

    #761686

    Hi,

    It affects all images using that size in this case it only affects the sidebar portfolio and news widget, since they are both using ‘widget’ image size as well as they are both made using the same system/code.

    Cheers!
    Nikko

    #761747

    I’ve tried the de-bug option and make a 1 column portfolio categorie. Copied the code and pasted it into a tekst widget. That also works.

    Thanks!

    #762343

    Hi,

    Thanks for the feedback, so you got everything working then I assume?

    Best regards,
    Rikard

    #762379

    Hi Rikard,

    Not exactly as i want to, but it will do. Iff you check the link in private previous post you will notice that the thumbs are the way i want them to be, but i cant’t get them a little bit bigger and under each-other.

    This is my code now;

    [av_one_full first  min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_portfolio categories='23' columns='2' one_column_template='special' items='-1' contents='' preview_mode='auto' image_size='portfolio' linking='' sort='no' paginate='no' query_orderby='date' query_order='DESC']
    
    [/av_one_full]
    #762847

    Hey,

    Try adding this css code:

    #top .sidebar .widget .no_margin.av_one_half {
        position: static !important;
        width: 100%;
    }

    Hope this helps :)

    Regards,
    Nikko

    #762852

    Hi NIkko! That did it! Thanks. Made the width 75% instead of 100%.!

    You can close it now. Thanks againn

    #762862

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘SIDEBAR portfolio thumbs ->16/9’ is closed to new replies.