ellabtz
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Reviews are no longer displayedHi,
thanks for your message.
Just activated the troubleshooting mode, apparently the problem is with my plugin “WPML Multilingual CMS”.
However, it worked before and my new reviews are displayed.
What can I do about it?Thanks a lot!
Best Regards
Forum: Plugins
In reply to: [Media Library Assistant] Dynamically displays posts for the current monthHi David,
Thank you very much for your help and programming the desired function!!
Just installed the development version and tested the new code – works great!
Thats the code I used:
attachment_category="{+current_timestamp,timestamp( 'F Y' )+}"
All files with the category “February 2022″ are displayed here automatically.
(Here in the first section you can see the gallery: https://www.reisebuero-bamberg.de/testseite-portfolio/ ”Thanks for your always great and fast help!
- This reply was modified 3 years, 1 month ago by ellabtz.
Forum: Plugins
In reply to: [Media Library Assistant] Change pagination viewHi David,
Thank you so much for your help and your effort!
The code works, but the ‘load more’-button comes only the first time, the second time the standard pagination with ‘previous – page number – next’ comes. If i then click on the next page, the button comes again, but also only once ..
Do you know what the reason is and how I can solve this?
You can see it on the bottom of this page!
https://www.reisebuero-bamberg.de/portfolio-test/Thank you so much.
Best regardsForum: Plugins
In reply to: [Media Library Assistant] Change pagination viewHi David,
thank you very much, that was exactly what I was looking for! Works perfect.
The only thing I would still need help is, I have a search box built into my page:
Textfield:
[mla_gallery s="{+template:({+request:search-string+}|a-bad-term)+}" mla_rollover_text="{+parent_title+}" posts_per_page=12 size=full? mla_link_href='{+site_url+}/?page_id={+parent+}']
Codeblock:<form id="mla-search-form" action="." method="post"> <input id="mla-search-box" name="search-string" type="text" value="" />?<input id="submit" name="submit" type="submit" value="Suchen" /> </form>
Can I put this function in a div like you said above and if so, how do I do that?
Thank you so much!Best regards
Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesOh I’m sorry, did you received it now? Sent it to [email protected]
Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesJust wrote you an email! Thank you so much.
Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesI installed the Development Version and updated the plugin, that worked perfect. But unfortunately only 251 images were found by clicking on the “Attach Referenced in” tool. Do you know what the reason is? There are still about 4000 images missing.
Results:
Attach Referenced Items skipped 34 attached items, processed 254 posts/page references to 251 unattached items and updated 251 items. There were 0 error(s).Thanks for your time!
Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesThank you so so much for your help, David!!
I used the “Attach Referenced in” tool, but unfortunately I get this message:
Results:
Attach Referenced Items processed 0 posts/page references to 0 unattached items and updated 0 items. There were 0 error(s).My Insert Fixit Plugin is Version 1.18, is that the right one?
Thank you so much! ??Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesHi David,
I got some new information from the Enfold Support.
?If you want to extract the ids of the images from a masonry element, you can parse the shortcode and get the value of ids parameter. This is an example of masonry shortcode.
[av_masonry_gallery ids='357,356,355,354,353' caption_elements='title excerpt' caption_styling='' caption_display='always' size='flex' orientation='' gap='large' columns='flexible' av-medium-columns='' av-small-columns='' av-mini-columns='' items='24' paginate='none' color='' custom_bg='' overlay_fx='active' animation='active' container_links='active' link_dest='' lightbox_text='' lazy_loading='disabled' id='' custom_class='' template_class='' av_uid='av-kq1y46dy' sc_version='1.0']“
Is this helpful for you?
Best regardsForum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesThank you for your update! I really appreciate your help!! ??
I have contacted the Enfold support again, told them the issue and asked them to contact you for information about the masonry gallery.
Please let me know if no one gets back to you!Forum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesHi David,
I contacted the Enfold Support and they told me this:
?The wp_get_attachment_link function might help. https://developer.www.ads-software.com/reference/functions/wp_get_attachment_link/ ?
Unfortunately he couldn‘t tell me where I have to implement this code, could you help me further?
Thank you!- This reply was modified 3 years, 9 months ago by ellabtz.
Forum: Plugins
In reply to: [Media Library Assistant] change image size in galleryFixed the problem with the bad quality by adding size=full in the shortcode! ??
Forum: Plugins
In reply to: [Media Library Assistant] change image size in galleryMany thanks for your efforts!!
I have inserted this code in CSS, now my images are larger! ??#top .gallery .gallery-item, #top .gallery .gallery-item img { width: 130px; height: 130px; margin: 0px 5px 0 0; }
But now I have the problem that the image quality is very poor when I display the images even larger.
Now I have thought to display the images on click in full size and then redirect to the parent-page. Is that possible?
Right now I’m using the shortcode:[mla_gallery attachment_category='bar' mla_link_href='{+site_url+}/?page_id={+parent+}']
But with this you are redirected directly.
Thank you!
Forum: Plugins
In reply to: [Media Library Assistant] change image size in galleryHi David,
i just added size=large and size=full, but as you can see both just makes the images smaller and both have the same size. also changed the block type, unfortunately still doesn’t work.
I will try to solve it with adding CSS-code now, will give you an update if it worksForum: Plugins
In reply to: [Media Library Assistant] post parent, link imagesThe ‘Masonry gallery’ is part of my Theme Enfold.
I will contact the Enfold Support. When I have found a suitable solution, I will share it here!
Thanks you!