madfatter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to group and order results by a taxonomySome previous research suggested that the best way to handle something like this would be to use meta values for the “package types” instead of taxonomies but I’m not clear on how I’d set the priority. Would it make sense to have multiple queries one after the other? Filtered by “premium” first and then the next query group filtered by “plus” etc.? That feels sloppy to me but it’s all I can think of.
A look at the HTML says that it’s a div called “social slider”. I presume that it’s expecting facebook icons etc. Is there some mention of that in the theme’s admin?
Thanks Marcus.
I’ll try using the Widget Logic suggestion from this thread:
http://wordpress.org/support/topic/plugin-events-manager-wpml-multilanguage-issues?replies=12
and see how it goes.
Thanks agelonwl.
The text that I need to translate is actually the field directly below that for “All events link text?:” after the checkbox for “Show all events link at bottom?”. Usually that sort of field would show up in WPML string translation but the contents of the widget don’t seem to register.
Partial success, I found the translation options in the Format settings!
But I’m still unsure of how to translate the widget text.
Thanks.
I see that with version 6 and using Fencer04’s code responsive video is much improved. thanks!.
However I found in HTML5 mode the still image displays at its fixed size unless the function is triggered on a delay. So what the viewer sees is the video box at the right proportions and then the still image appears over top at too large a size and breaks the layout. Triggering the function on a 2 second delay forces the image back to the right size. Obviously this is a bit jarring to look at and I imagine it’s caused by the still image loading after the document is declared ready. Is there a recommended way to achieve smooth resizing with the HTML5 player? Any advice would be greatly appreciated.
Thanks.
Thanks! I’ve sent a message to you via the form.
Thanks for the reply. So is that to say that the HTML5 issue is a known issue? I’ve searched extensively and haven’t seen it mentioned before in relation to responsiveness issues with JW Player.
Hi,
I’m struggling with this issue as well and I was able to utilize the code that Fencer04 posted however I’m finding that the HTML5 fallback doesn’t work at all unless the width of the player is specified in pixels. The video appears in a flash enabled browser but if I look at it on an iPad for instance there’s nothing there at all. If I set the plugin to default to HTML5 I see a control bar but no video window. If I use a configuration where the width is set in pixels HTML5 works. Has anyone else encountered this problem?
I’m having the same issue on one of my websites. I’ve searched through the available plugins and haven’t found one that says it works in the same simple manner as this one.
I don’t want to back-up to a cloud service or into a directory on the server, I simply want the database emailed once a week. Can anyone recommend a plugin that would be a good replacement?
Thanks.
Using The Events Calendar Pro with WPML is something that I’m very interested in as well.
Forum: Fixing WordPress
In reply to: weird redirect with 404 as resultDid you find the answer to this problem? I’m also migrating a site from an asp installation and I’ve redirected all the corresponding pages in the htaccess file but when I try to redirect index.asp to index.php the page won’t load because of too many redirects. If I don’t redirect index.asp it produces a 404 page.
Forum: Fixing WordPress
In reply to: Limit Search Results to Custom Post Type?I apologize for what might be a stupid questions but where would you put that line of code?
Thanks.
Forum: Themes and Templates
In reply to: Best way to create a list of pages with thumbnails?Thanks for responding.
From what I can gather the code you’ve suggested is aimed at posts. Am I right?
The only way I can figure out to make the productions have the various sublinks that they need is to make each production a page, with a number of child pages. There might be a better way (and I am open to suggestions) but with my current plan I think I’m stuck to using pages rather than posts.
Forum: Fixing WordPress
In reply to: Adding a login buttonThank you!