eugenealegiojo
Forum Replies Created
-
Forum: Plugins
In reply to: [Customizer Export/Import] WP CLI SupportHello @smalloutside,
WP CLI is not supported at the moment, unfortunately, but will look into that for the future release.
We are also open to pull requests. Do let us know.
Cheers,
– EugeneForum: Plugins
In reply to: [Customizer Export/Import] Are exisiting plugins overwritten during import?What installed plugin are you referring to?
Customizer Export/Import plugin only export or import WordPress customizer settings for your theme. That means your installed plugins are safe from import. But to be safe, make sure to backup first before doing the import.
Please let me know if that helps.
-Eugene
Forum: Plugins
In reply to: [Featured Video Plus] Facebook video issuesHi,
I played around with this issue and it seems it would be fixed with the following scripts:
(function($){ $(window).on('load', function() { setTimeout( onVideoRendered, 1 ); }); var onVideoRendered = function() { var fbVideoState = $('.fb-video').attr('fb-xfbml-state'); if ( 'rendered' == fbVideoState ) { $('.post-grid').masonry('layout'); } else { // If not ready check again by timeout.. setTimeout( function() { onVideoRendered(); }, 350 ); } } })(jQuery);
Feel free to change any from the above that are applicable to your template.
- This reply was modified 7 years, 7 months ago by eugenealegiojo.
- This reply was modified 7 years, 7 months ago by eugenealegiojo.
Forum: Plugins
In reply to: [Simple File Downloader] Aruba Issue – Files curruptedHi,
I’m not familiar with Aruba Linux Hosting. Downloading ZIP file through direct access does work fine without using this plugin?
Forum: Plugins
In reply to: [Simple File Downloader] Can’t see all media from library in dropdownSorry for the delay. Been very busy for the past few months. Is it happening to all of your PDF files or just one file only?
Forum: Plugins
In reply to: [Simple File Downloader] Download File FailHey nay07,
What file format are you trying to add? Putting it in zip file doesn’t help?
Forum: Plugins
In reply to: [Simple File Downloader] Generated Link not downloading file to computerHi,
I tried to recreate your issue in Chrome but it’s working fine on my end.
However, I’m glad you already sorted out your issue with another plugin.Thanks ??
Forum: Fixing WordPress
In reply to: Add data attribute to image in postYou have to wrap your JS script with <script>…</script>
Forum: Fixing WordPress
In reply to: Add data attribute to image in postI believe either file should work.
But if you’re adding in functions.php, make sure to add a condition so it won’t run to all pages.Example:
function custom_js_script() { if (is_single()) : ?> // Your JS code here... <?php endif; } add_action('wp_footer', 'custom_js_script');
- This reply was modified 8 years, 2 months ago by eugenealegiojo.
Forum: Plugins
In reply to: [Simple File Downloader] Show Media LibrarySorry for the delay.
You’re right. Noted for the future release.
Forum: Plugins
In reply to: [Simple File Downloader] Can this plugin automatically create links/buttons?No. You have to manually select image/file from media library and this plugin will automatically add shortcode into the WP Editor.
You rock! It’s working now.
Thanks.Unfortunately, no.
Forum: Plugins
In reply to: [Simple File Downloader] Cannot upload any filesSorry, I can’t answer your question because this topic is closed.
Please create another topic regarding with your inquiry.
Thank you.
Forum: Reviews
In reply to: [Simple File Downloader] Small and simpleThank you and glad it works for you.