Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Alois,

    Thank you for using my plugin and for the kind words. The default WordPress thumbnail size is 150px x 150px. If you’d like to use that size image, then on your portfolio page use the following shortcode: [portfolio thumb="thumbnail"].

    If you want to use a different size, follow my response in the thread you noted.

    Thread Starter astandera

    (@astandera)

    Dear John,
    my hat goes down. It works great. With using WP thumbnails (simplier) gallery looks better.

    For those, who find the way how to format css with titles over thumbnails to avoid grid not to be disaligned from rows because of l o n g titles, there is a CSS code. Take it as is, made by me, amateur ??

    Before taking an affect, put in your Gallery (Portfolio) static page the code [portfolio thumb="thumbnail"] and Publish it. Then put this CSS code below either to theme’s or plugin’s CSS file:

    .arconix-portfolio-grid li {position:relative; max-width: 220px; float: left;}/* format pluginu galerie Acronix Portfolio */
    .arconix-portfolio-grid .arconix-portfolio-title {
    position: absolute; bottom: 2px; left: 4px; padding: 0.2em; max-width: 146px; max-height: 3em; overflow: hidden;
    line-height: 0.8em !important; font-size: 80%; text-align: left; word-wrap: break-word; word-break: break-all; color: white;
    background: white;
    	background: rgb(0, 0, 0);
    	/* RGBa with 0.6 opacity */
    	background: rgba(0, 0, 0, 0.6);
    	/* For IE 5.5 - 7*/
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    	/* For IE 8*/
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      }
    .arconix-portfolio-grid .arconix-portfolio-title code {padding: 0;}

    Background property is only to make the Title box transparent, remove it, if you decide.

    Thank all the community and especially to John and his helpfulness and I hope this make you as happy as me.
    Yep ??
    Alois

    Thread Starter astandera

    (@astandera)

    Oh, I forgot the (temporar) link: https://www.studiowella.cz/test/?page_id=228
    PS: In some time that will be on main domain: https://www.studiowella.cz

    Tested in: IE7 (not transparent title, I do not care), FF, Chrome, Opera.

    Good luck

    Alois

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Squared thumbs in Portfolios page’ is closed to new replies.