moshe
Forum Replies Created
-
In plugins that display keys by column (in bulk editing of posts), they display infinite columns because each column has a separate key.
We’ve corresponded about this here before.
Forum: Plugins
In reply to: [Newsletters] Click the link in your browser.Thanks, it seems the problem went away on its own, and I also found the filter.
WP Sheet Editor – Post Types
Each post creates a new key with its post ID, just like there is a title key, a content key, an image field key.
In your plugin, each post creates a custom key based on the post ID where it prepares the description for search engine promotion.Forum: Plugins
In reply to: [Newsletters] Technical error attached fileAfter I clicked on subscriber update count, it went back to being a clickable button for a few seconds.
Forum: Plugins
In reply to: [Newsletters] Technical error attached fileHi, I’ve been trying to send for a while and every time I try to add a file, the Add to Sender button suddenly turns gray.
It’s actually a bit of a problem with my weekly mailing today that was rejected.
I’d appreciate it if you noticed this bug on yours too.Forum: Plugins
In reply to: [Newsletters] Technical error attached fileThank you!
Is this final or temporary?Is there a way to send a private or hidden link?
I mean about the code I wrote on a background layer, a popular thing in contact popup plugins.
Hi,
Thank you for your response.
On that note, I’m curious—are there any plans to add this feature to the plugin in future versions?
This is the code.
The problem is that it can only track manual on and off and not through the original on and off. So I set it to turn off after 3 seconds.
If you have a solution that is good.function custom_contact_form_overlay() {
?><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { // יצירת שכבת הכהייה והוספתה לגוף העמוד var overlay = document.createElement('div'); overlay.className = 'page-overlay'; document.body.appendChild(overlay); // פונקציה להצגת שכבת ההכהייה function showOverlay() { overlay.style.display = 'block'; } // פונקציה להסרת שכבת ההכהייה function closeOverlay() { overlay.style.display = 'none'; } // הצגת ההכהייה כאשר הווידג'ט נפתח window.addEventListener('mystickyelements_open', function() { showOverlay(); // הסרת ההכהייה לאחר 3 שניות setTimeout(function() { closeOverlay(); }, 3000); }); // הסרת ההכהייה כאשר החלונית נסגרת window.addEventListener('mystickyelements_close', function() { closeOverlay(); }); // אם הכפתור האישי שלך קיים, הוא יציג את שכבת ההכהייה ויפתח את הווידג'ט var button = document.getElementById('open-contact-form'); if (button) { button.addEventListener('click', function() { showOverlay(); launch_mystickyelements(1); // או המיקום הנכון של הטופס // הסרת ההכהייה לאחר 3 שניות setTimeout(function() { closeOverlay(); }, 3000); }); } }); </script> <?php}
add_action(‘wp_footer’, ‘custom_contact_form_overlay’);<font _mstmutation=”1″></font>
With God’s help I was able to do all three things right now, including the third thing, using JS
- This reply was modified 1 year, 8 months ago by moshe.
Forum: Plugins
In reply to: [WOLF - WordPress Posts Bulk Editor and Manager Professional] Bug!!Note that in addition to this problem, some of the navigation buttons (with the icons) are covered and partially hidden in a right-to-left language mode.<font _mstmutation=”1″></font>
Dude, I really appreciate your attempt to fix this bug.
I tried to check and did not find the solution. Are you sure you understand the problem?
Did I try to check after you made the repair – that it actually works as expected?
I have not yet found a way to have more than 30 words in the quote section. I also did not find any possibility that more than 30 recent posts would appear in the email content. Thank you.Forum: Plugins
In reply to: [Elemailer Lite - Elementor email template & campaign builder] AttachmentThank you
I look forward to any updates.
Anyone who wants it, should do “I join too” hereForum: Plugins
In reply to: [Elemailer Lite - Elementor email template & campaign builder] AttachmentAre you thinking of doing this later?
Is it possible to have this in your pro version?