Forum Replies Created
-
AuthorPosts
-
sebastien
ParticipantEDIT: after few responsiv tests (by changing the screen size), the Overlay – Style 2 doesn’t display well:
* the content once hovered is out of the image.
* in some positions, the content still is still displayed=/
sebastien
ParticipantI want report an issue I’ve found with style “Overlay – Style 1”.
it only works with post type: Post (from WP core).
If I change by Pages (from WP core) or any other Custom Post Type, then issues happens:
1) with Pages: only one post appear (even if I param X columns & number/page).
2) with custom Post: all post display at the expected position. but the hover effect doesn’t work. Even if the background color change as expected, the text content/others meta is sticky (never desappears/appears).So I had to switch to style Overlay – Style 2 which works perfectly with any Type Post.
Do you have any quick CSS tricks that would fix this issue? =)sebastien
Participanthey,
Still about the arrows, I would like to replace the arrows (no more request) by some custom content.
Is there a way to code somewhere.. something like that: arrows = customcontent ? =)
thankssebastien
ParticipantI would love to edit my messages but I can’t that why I reply…
I think this kind help to understand my need:
At the moment WPShowPosts displays the content of fields:
* title
* content
* link
* iconsI use 4 of my customs fields in my custom Post Type displayed by WPShowPosts.
I would like to use a function (or something else?) to replace these defaults sources (fields) by my 4 customs fields (datas of these fields:1) custom-title : the filter to get the data is “custom_title“. I want use custom title instead of the original title field
2) custom-content : the filter to get the data is custom_content, I want use custom content instead of the original content field
3) custom-link : the filter to get the data is custom_link , I want use custom link instead of the original link field
4) custom-content-2: the filter to get the data is the filter is custom_content_2 , I want that my custom content 2 replace either an Icon or all icons div, or been placed (the div of my custom content 2) before/next the div of Title.
Can you help please?
thanks
sebastien
ParticipantThe filters to call these datas are:
* for the field named custom-title, the filter is custom_title
* for the field named custom-content, the filter is custom_content
* for the field named custom-link, the filter is custom_link
* for the field named custom-content-2, the filter is custom_content_2sebastien
Participant2) I also use a 4th customs fields called custom-content-2. I would like the content of this field to replace the inner into which WPShowPosts displays Social Icons.
thanks you so much in advance if you can unlock these features !
sebastien
Participantit’s all right thanks !
sebastien
Participant3) how to decrease the height of the images ? I mean the container (I don’t like this format)
sebastien
Participantedit: I’ve resolved the point 2).. xD
-
AuthorPosts