douglasmikado
Forum Replies Created
-
Or is there a conditional option in the conditional notifications addon?
Forum: Plugins
In reply to: [Loops & Logic] Translated media url not showing in loopHi Ben, thanks for the follow up. I have created a sandbox with only 3 plugins enables (elementor, tangible and polylang).
The issue with the taxonomy was my mistake. Unfortunately the issue with the image remains. I will send you credentials to access the sandbox.Forum: Plugins
In reply to: [Loops & Logic] Translated media url not showing in loopUnfortunately, the issue was not solved. The results where cached. Images still don’t show when media translations are on.
I even found another issue with the translations and a custom taxonomy.
When I enable the translations in Polylang for ‘Custom post types and Taxonomies’ and select my custom taxonomy then the loop does not show the titles anymore. Once I disable the the translations again the issue is fixed.
This is my code in the loop:
<ol> <Loop type=taxonomy_term taxonomy=timeslots> <li><Field title /></li> </Loop> </ol>- This reply was modified 3 years, 8 months ago by douglasmikado.
Forum: Plugins
In reply to: [Loops & Logic] Can I choose the render size of an image field?Yes this helps! Thank you
Forum: Plugins
In reply to: [Loops & Logic] Can I choose the render size of an image field?What I try to do is to use the resized (medium) image by wordpress, not the original image resized in the browser.
For now I can only display the original image in the loop but the size is too big for an overview page. Could you give an example how to achieve this?Forum: Plugins
In reply to: [Loops & Logic] Translated media url not showing in loopHi @bentangible ,
I have updated the plugin to v3.0.0 and added the space in the markup. (Quotes where ok on my end.)
But the update and/or the valid markup fixed the problem. I can enable ‘media translations’ now. Thanks!Forum: Plugins
In reply to: [Loops & Logic] Translated media url not showing in loopThe Field image is still there on the Dutch version when I check the object. It also has the same ID in both languages.
To test I put this in my loop:
<div class=”tangible-bg-img”style=”background-image: url({Field image_url})”</div>
<Field image />The image_url just returns empty string but strangely the <field image /> shows an empty bracket “[ ]”.
Hope it helps. For now I disabled the media translations. If I find the time this week I will create a staging for you to have a look if this info did not help.
Forum: Plugins
In reply to: [Loops & Logic] Translated media url not showing in loopThe translation plugin is Polylang. It works fine until we enable the media module from Polylang. A language dropdown appears on every image in the media library and the featured image, still present on the teasers elsewhere on the site, disappear from the loops.