meisterleise
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] excludeOh, didn’t notice that there is a new checkbox now, awesome!
Thanks for your quick reply!Forum: Plugins
In reply to: [Wordpress Tooltips] No tool-tip on hover?Did you try if it works with text that is not a hyperlink?
Forum: Plugins
In reply to: [Wordpress Tooltips] Tooltips on TouchscreenThanks for your quick response, Tomas!
Forum: Plugins
In reply to: [Photo Gallery, Images, Slider in Rbs Image Gallery] Nasty message!Sorry, don’t remember. ???
Forum: Plugins
In reply to: [Photo Gallery, Images, Slider in Rbs Image Gallery] Nasty message!process:
I make an update of the robosoft plugin. After it’s done I click something in the left wordpress menu. But instead of the selected content, I’m redirected to the robosoft dashboard.This happens only once, but everytime robosoft has an update.
Forum: Plugins
In reply to: [Custom Related Posts] Resonsive Grid View…for everyone who’s interested in the CSS code:
@media only screen and (min-width: 1201px) { .my_inner_column_class .crp-list { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 1fr; } } /* RWD Gridsystem für Related Posts am Seitenende */ @media only screen and (max-width: 1200px) { .my_inner_column_class .crp-list { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr; } } @media only screen and (max-width: 1020px) { .my_inner_column_class .crp-list { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr; } } @media only screen and (max-width: 768px) { .my_inner_column_class .crp-list { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; } } .crp-list-title { margin-bottom: 30px; } .crp-list-item-title a { font-size: 20px; }
Forum: Plugins
In reply to: [iQ Block Country] suggestions for improvement1) I’ve blocked all countries except the EU and some english speaking countries. For this scenario the standard way would be laborious. So I use the invers function.
On the “pages” site I’ve to select all sites except the landing page for blocked users, which is also a little laborious. And you don’t have the “select all” function here.
But you’re right – the inverse function can be confusing. Perhaps it would be more clearly if this function would be above the list with radio buttons: “the following list is a A) Blacklist B) Whitelist.
Just ideas –?you’re the boss. ??
Forum: Plugins
In reply to: [Custom Related Posts] Custom Stylesp.s.: for my question b) I found the solution now, too:
.edgtf-post-content .crp-list-item-image img {
display: none;
}At least one thing I figured out by myself. ??
- This reply was modified 5 years, 9 months ago by meisterleise.
Forum: Plugins
In reply to: [Custom Related Posts] Custom StylesHaha, that works!
You’ve solved all my problems! So you’ve solved my day! ??Thank you! ??
Forum: Plugins
In reply to: [Custom Related Posts] Image Size responsiveHaha, that works!
(I should have figured it out myself.)
Thank you! ??p.s.
I think you should build that in by default.- This reply was modified 5 years, 9 months ago by meisterleise.
Forum: Plugins
In reply to: [Custom Related Posts] Set Image Size in WidgetWanna have this too!! ??
Opened a new ticked for my request: custom stylesForum: Plugins
In reply to: [Custom Related Posts] Custom Stylesa) I also would like to have the images in the short-code in another size than in the sidebar.
b) deactivate images in the short-codeForum: Plugins
In reply to: [Custom Related Posts] Image Size responsiveThann you!
linkForum: Plugins
In reply to: [Custom Related Posts] Custom styles.crp-list-item-title {
margin-bottom: 30px;
}this works for the widget in the side-bar. But it has no effect for the short-code.
Forum: Plugins
In reply to: [Custom Related Posts] Custom stylesNice! That helped me out! ??
But I’ve one problem: How can I expand the margin between two posts?
padding-bottom and margin-bottom didn’t work.