Forum Replies Created
-
AuthorPosts
-
Hi Enfold team,
I just finished updating Dutch language files (up to 100% again) and created a pull request in Github for it.Regards,
RogerI just finished updating Dutch language files (up to 100% again) and created a pull request in Github for it.I did get a merge conflict, though. Hope it’s not a problem?!
Besides I found one little typo in the new strings:
“These settings are only available for streched layout” -> streched missing a ‘t’ ;-)
Regards, and looking forward to the new version!
RogerJune 15, 2021 at 7:58 am in reply to: Page scrolls to Google Maps automatically when Text-marker is shown #1305731Hi Jordan,
As far as I’m concerned, you may close this topic.
Regards,
RogerJune 14, 2021 at 12:39 pm in reply to: Page scrolls to Google Maps automatically when Text-marker is shown #1305590Hi Manu,
Thanks for your solution. It works great. Meantime I’ve found this one:
.gm-ui-hover-effect:focus {
outline: none !important;
}But it causes the screen to flash. The problem is probably due to the ‘tabindex=0’ attribute of the Google Maps Closing button.
Anyway, I used your code to work around the issue. Thanks!Regards,
RogerJune 9, 2021 at 8:06 am in reply to: Page scrolls to Google Maps automatically when Text-marker is shown #1304797May 15, 2021 at 8:39 am in reply to: Masonry showing duplicate (autosave) portfolio entries #1300472Hi Nikko,
Thanks for your reply. In the meantime, I fixed the issue (again), now by adding this to the Quick CSS:
div.av-masonry-container a.revision {
display: none !important;
}For some reason, there are autosave revisions that the masonry does show. Would be nice if it could be fixed permanently in code instead of this patch, but for now, it works! Ticket can be closed.
Regards,
RogerHi Mike,
Thanks a lot for your answer: your solution still works: the results are being shown correctly now, though I have two result strings now, but I can hide them the same way as showing the correct one. Just one thought: why don’t you include this code in the next Enfold update, since it’s obviously an Enfold-related issue because it works fine already with the default Twenty-Twenty themes of WordPress.
Anyway, thanks again for this fix!
Regards,
RogerHi @yigit,
Thanks for clarifying. I now included the last string ‘Attention when using caching plugins….’. and created a pull request.
When will the new translations be available in a new 4.8.2 version?
Regards,
RogerMy compliments on the new Enfold 4.8. Realy nice and useful feature, these custom element templates.
I just finished updating Dutch language files (up to 100% again) and created a pull request in Github for it. Let me know when they will be merged.
I also found a couple of typos in the English texts:
– Unknown Custom Element Typw
– Unkonwn element name
– When creating a new custom element you can set deault values for each option. You can also lock an option so it will no longer be possible to change it once you add a new instance of the new custom element to the page canvas.And there is one untranslatable string:
Attention when using caching plugins: Whenever you make changes to a custom element template please clear your server cache to show the changes.Regards,
RogerI totally agree with you, so I changed it. Thanks for the advice!
You may close this ticket if you like.
Regards,
RogerPS: When will the new 4.8 be available? Please keep in mind that I like to translate the beta so that 4.8 will have 100% translated Dutch strings when it’s available.
Thanks again Guenni007, it works again and looks really nice. Happy with it :-).
I also noticed some poor performance, but there will not be a lot of entries on this page, max. 3.
Regards,
RogerHi Guenni007,
Thanks very much, it works! You can see the result here: https://watt-infra.nl/blog/
About the $markup: I don’t know where this came from, but it works just fine without it, so I removed it, thanks!.
Maybe one more thing: is it possible to get the full localized/translated (Dutch) monthname in the date? We want it like this: 12 februari 2021
Regards,
RogerHi Guenni007,
Thanks for your answer. I’m sorry I didn’t mention how I got the meta-data over there: it’s due to a small modification in functions.php:
add_filter('avf_portfolio_extra', 'avf_portfolio_extra_mod', 10, 2); function avf_portfolio_extra_mod($output, $entry) { $output = '<div class="portfolio-new-meta">'; $output .= '<div class="portfolio-read-more-link"><a href="'.get_permalink($entry->ID).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div>'; $output .= "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>"; $output .= '</div>'; return $output; }
So the only question would be: how can I get the publishing date, something like: $entry->publishing_date ??
Regards,
Roger -
AuthorPosts