Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author AccountClosed

    (@wistudatbe)

    Thank you for using our plugin!

    edit css/wp-tiles-wud-base.css

    Long post titles:

    /* Post title standard*/
    .wud-h2 {
    	padding: 2px 4px 2px 4px;
    	background-color: rgba(0, 0, 0, 0.701961);
    	color: #DADADA;
    	height: auto;
    	overflow: hidden;
    	text-overflow: ellipsis;
            white-space: nowrap;
    	position: absolute;
    	width:100%;
    }

    Remove: text-overflow: ellipsis; and white-space: nowrap;
    Add: word-wrap: normal;

    Second question, i have to think more ??

    Regards,
    Danny

    Plugin Author AccountClosed

    (@wistudatbe)

    Concerning: “and how can i show on tile the category name that post belongs;”

    Where do you want to see this category name?

    I will add this feature in our next release (this week(end?)).
    Regards,
    Danny

    Thread Starter auludag

    (@auludag)

    thanks for fast reply I tried that CSS but I don’t know the changes were not applied. Although when I control those changes with the Safari inspector on website, it is turning to what I want.
    https://www.dropbox.com/s/1u374rddlxcjqcb/Screenshot%202016-04-27%2014.33.12.jpg?dl=0

    Second:
    The category name is on tile somewhere on images. I shared on the link above. (in a possible place.)

    Plugin Author AccountClosed

    (@wistudatbe)

    Change the line:
    height: auto;
    to:
    height: auto !important;

    The new code will be like this:

    /* Post title standard*/
    .wud-h2 {
    	padding: 2px 4px 2px 4px;
    	background-color: rgba(0, 0, 0, 0.701961);
    	color: #DADADA;
    	height: auto !important;
    	overflow: hidden;
    	position: absolute;
    	width:100%;
    }

    If you want a fix height, change it to:
    height: 20% !important;
    The 20 can be any number you want.

    Let me know the results.
    New release is tomorrow ready, included your request.

    Thread Starter auludag

    (@auludag)

    the link that i shared above is what I want since title continues on the second line. I don’t mind for the transparent background grey bar.

    Because, although i changed the CSS it still shows like this below: (no changes applied).

    https://www.dropbox.com/s/5z26xalbx57a8xq/Screenshot%202016-04-28%2011.19.53.jpg?dl=0

    the link above was from a safari inspector during my testing the css code. i said yes that was what i want. i captured the screenshot.

    But when i applied to code on vps, strangely nothing happened.

    Second: thanks, it is appreciated.

    Thread Starter auludag

    (@auludag)

    update: my issue regarding to first part was related to caches. now it is ok.

    Plugin Author AccountClosed

    (@wistudatbe)

    I ‘m glad to hear this.

    In the next release there are some new features:
    * Extra parameter: show category/tags/custom post title on the tile.
    (sample: https://wp.wistudat.be/wp-help/category/ )
    * CSS : wud-h4 for category/tags/custom post title added.
    * Show the first gallery image, if no (featured/standard) image is available.

    If everything is oké it will be released tomorrow.
    Regards,
    Danny

    Thread Starter auludag

    (@auludag)

    cool thanks.

    Plugin Author AccountClosed

    (@wistudatbe)

    1.5.2 released included your requested options.

    * Extra parameter: show/hide the category/tags/custom post title on the tile.
    * Show the first gallery image, if no (featured/standard) image is available.
    * Change the tile title format: cropped or full.
    * CSS wud-h4 for category/tags/custom post title added.
    * Updated our online manual: https://wp.wistudat.be/wp-tiles-wud-how-to-use/.

    Regards,
    Danny

    Thread Starter auludag

    (@auludag)

    yeah Updated. Thank you Danny.

    Plugin Author AccountClosed

    (@wistudatbe)

    Hello Auludag,
    Thank you for using our plugin and give us these nice ideas.
    Regards,
    Danny

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘post title word wrap and category display’ is closed to new replies.