Martin Schneider
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Find an minimum number of postsThanks for the hint. I’ve tried this configuration, but it did not find more posts. The Array in ‘terms’ has die IDs of the current, the parent and the main-category. I had no luck.
$arguments = array( 'fields' => 'ids', 'taxonomies' => array('category', 'post_tag'), 'posts_per_page' => '10', 'limit_year' => '4', 'exclude_terms' => $categoriesToIgnore, 'terms' => array(261, 48, 12) ); $related_posts = km_rpbt_get_related_posts($post_id, $arguments);
- This reply was modified 5 years, 9 months ago by Martin Schneider. Reason: Code formatting
Forum: Plugins
In reply to: [WP Advent] IE11 support for glightbox featureHi,
we’ve updated the lightbox and I’ve had no problems on any of my test environments in IE11. Would you try the update please?
– Martin
Forum: Plugins
In reply to: [WP Advent] Layout on mobile devicesHey,
I’m sorry, but I can’t reproduce that error on several devices. I’ve also tried Browserstack, an online testing tool. It provides me all kinds of combinations of devices and browsers. The window was always scrollable.
We’ll come up with another lightbox-solution next year, I’m afraid we can’t change anything at this point, where all calendars are in use.
Forum: Plugins
In reply to: [WP Advent] Slides instead of one pictureWe’ve updated the plugin and removed the slideshow-function.
– Martin
Forum: Plugins
In reply to: [WP Advent] Multiple Music Files Playing at OnceWe’ve updated the plugin, your audio-files should not play at once any more.
– Martin
Forum: Plugins
In reply to: [WP Advent] Layout on mobile devicesHi, I’m going to have a look at that. Which browser are you using?
Forum: Plugins
In reply to: [WP Advent] Layout on mobile devicesHi sabrownie,
I had no problem on your website using my iPhone 6 with the current iOS installed.
The lightbox is about half of the screenheight.Can you please provide me some information about the Phone you are using and the version of your OS?
Forum: Plugins
In reply to: [WP Advent] Slides instead of one pictureHi,
that slideshow was in the plugin since the update to 1.3 and is actually a “feature” of the Javascript Lightbox we’re using. I also think that it is not very useful. Unfortunately it can not be disabled, so I had to implement a workaround. We’re prepairing a bugfix-release.
What we are doing: We are donating some of our free time to build a free WordPress plugin which is used by a lot of people. Actually, most of that time is spend to provide support to users and to think about and implement features that we will never use ourselves. We do that to do people like you a favor. Turns out: Different people have different needs and different perceptions of “useful”. In addition, every WordPress is different from the next one which adds a lot of complexity to every change we make.
Forum: Plugins
In reply to: [WP Advent] Multiple Music Files Playing at OnceHi,
I was able to reproduce the problem and was able to prepare a fix. We are going to release a fix in the next days.
Sorry for the inconvenience,
MartinForum: Plugins
In reply to: [WP Advent] Layout on mobile devicesHi,
unfortunately I can’t reproduce that error on my iPhone. The calendar on your site works fine for me on my iPhone. What device and which browser are you using?
Forum: Plugins
In reply to: [WP Advent] New Page opens inside Glightbox / iframeDude,
we are not sure what you mean by “linked page”. Is it
- The numbered link on the image that opens the lightbox?
- A link on an image within the lightbox?
– Martin
Forum: Plugins
In reply to: [WP Advent] IE11 support for glightbox featureHi Gotti,
according to their website the glightbox should work with IE11. I’m afraid it does not, I just tried it out. My local copy also doesn’t work.
Unfortunately, I’m on a family trip this weekend and I’m not sure if I’ll find the time to have a closer look at the problem. But I’ll do within the next week.
– Martin
Forum: Plugins
In reply to: [WP Advent] How to use URL instead of lightboxHi Eva,
I’m afraid this is not possible at the moment. I don’t think that we can implement this feature within the next days.
But I’m putting it on our list of feature-wishes for the future.– Martin
Forum: Plugins
In reply to: [WP Advent] Styling contentsHi,
the calendar comes with it‘s own CSS-File ?WP_Advent_Plugin.css“. Please be aware, that changes to plugin files might be overwritten by the next update.
You can also try to overwrite the CSS via your Theme-CSS, which is safer. See the CSS-File for the relevant Classnames.
– Martin
Forum: Plugins
In reply to: [WP Advent] Problems after installationThat message seems to relate to your website data not beeing transfered via a secure protocol. I don’t think that this problem is connected to our plugin. I’m working in an insecure environment locally and can not reproduce that error.
It seems to me, as if there is something muddled up with your WordPress. That can happen, when themes and plugins oder plugins among each other do not work together correctly.
I’m sorry, but I don’t think that we can help you from our side. You should talk to your administrator, especially about implementing a ssl certificate to transfer your website via https.