vi54
Forum Replies Created
-
Yes it’s always happening. I have absolutely no idea why.
I made a copy on a subdomain of that site. Disabled all plugins and turn them back on one by one. It simply does not work, even without any other plugin running.
So again: Going directly to media library. Everything works fine: I can search an image and download it.
Editing it from a post or page → insert image → instant images: search for an image: It does not trigger… But I do can import images that are in view — I assume these are the curated or latest ones.
I will try to investigate deeper, but for now. I have no idea.That is perfect Amin!
Amazing that I did not spot that ook!
It works perfectly.Thanks! Works good.
Might be a great feature to add doesn’t it? I think a lot of people could benefit of the repeaterfield being guided by a number field.thank you. I do know about the min/max based on variables. But I do indeed mean:
Can you please confirm if you are looking to dynamically show all the repeater fields at once based on the number added?
- Yes I confirm the statement above
That is awesome! Learning everyday.
I had to adapt it a bit to make it work, but I understood the idea behind it.function preferences_code(){ $personal = pods()->field( 'personal' ); // Auto-detecting the pod type... Might be a user or a post. if ( ! empty( $personal ) ) { return '<h6>>My Preferences:</h6>' . apply_shortcodes( sprintf( '[fancy-ul icon_type="standard_dash" color="Accent-Color" alignment="left" spacing="5px" enable_animation="true" link_style="default"]%s[/fancy-ul]', $personal ) ); } } add_shortcode('preferences_fancy', 'preferences_code');inside the pod template editor
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Settings for click through pagesThank you!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Salient + videoThanks for your help. It appeared to be a “bug” inside of the Salient theme, which they will address. Some modules only generate css on demand.
Incase of anyone landing on this question:
This code fixes the issue..nectar_video_player_self_hosted .wpb_wrapper video, .nectar_video_player_self_hosted__overlay { width: 100%; height: 100%; display: block; position: absolute; margin: 0; top: 0; left: 0; box-sizing: border-box; visibility: visible; object-fit: cover; }Forum: Plugins
In reply to: [Polylang] Molongui + PolylangI would kindly like to bump this.
No support? Thank you.Forum: Plugins
In reply to: [Polylang] Molongui + PolylangHello? Is there any update on this please? it has been four months now.
How do I make sure that Polylang does not interfere with the custom post types of Mologui?Forum: Plugins
In reply to: [WP AdCenter - Ad Manager & Adsense Ads] No permission to see this resourceI will email you the content as I am bound to NDA and can not share public data.
What I see where the banner should be is:
Forbidden
You do not have permission to access this resourceForum: Developing with WordPress
In reply to: Exported posts + images issueI do understand now! Thanks for clarifying. I will try your suggestion on a calm day when my mind is open and reading well 😉
Best regards,Forum: Developing with WordPress
In reply to: Exported posts + images issueHello there, I can guarantee that all images are uploaded via WordPress, it is just that some images are not exported. Its clear 800 on the live website vs 550.
I am not moving a site, I am trying to debug why the live database is slow, while I create a new site, the database is fast.
I have the feeling the export is not fully correct.Forum: Developing with WordPress
In reply to: Create weekly mailing list based on selected postsThank you. The problem with google and the WordPress repository is… time consuming. If i have to contact all the plugings, by next week I know as much as today.
I wish there was someone who has experience with
Selecting a few blog posts and adding them to a newsletter.
In theory it’s an utterly simple task to do.Regardless I appreciate your answer. So far no luck.
Forum: Plugins
In reply to: [Polylang] Exclude a page from translation?Just wondering if there is any update on this?