Jeffrey Carandang
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabsy] Swipe on mobileHi,
Congratulations for choosing this plugin and thanks a lot for using it. Regarding your concern, there is no plan on adding it as of the moment but thank you very much for the suggestion. Will let you know when I’ve decided to add it. Thanks!
Cheers,
phpbitsForum: Reviews
In reply to: [Forty Four - 404 Plugin for WordPress] PerfectThank you very much for rating this amazing plugin 🙂 Glad you love it. Thanks!
Cheers,
phpbitsForum: Reviews
In reply to: [Forty Four - 404 Plugin for WordPress] Exactly what I've been looking for!Hi,
Thank you very much for the rating 🙂 I’m really glad that you love the plugin!
Cheers,
phpbitsHi,
Thank you very much for reporting the issue too. Glad you love the plugin 🙂
Cheers,
phpbitsHi,
Congratulations for choosing this plugin and thanks a lot for using it. Also, thank you very much for reporting the issue. I’m not sure what’s causing it but it’s fixed by adding ‘wp_enqueue_media();’ on the 404 settings page only. Please update to version 1.1 and it will work perfectly 🙂
Cheers,
phpbitsHi,
Can you post your website link? Thanks!
Cheers,
phpbitsHi,
Congratulations for choosing this plugin and thanks a lot for using it. Regarding your concern is_active_sidebar() is checking if there is a widget inside the sidebar which in that case there is so the else function will not be called. You can use the script below instead of that one, just make sure to change “slider-widget-area” to the right one. Let me know how it goes. Thanks!
<?php if ( is_active_sidebar( 'slider-widget-area' ) ){ dynamic_sidebar( 'slider-widget-area' ); } ?> <img src="<?php header_image(); ?>" class="sidebar-placeholder" style="display:none;" width="100%" height="auto" alt="" /> <script type="text/javascript"> $(document).ready(function(){ if( $('.slider-widget-area').height() < 10 ){ $('.sidebar-placeholder').show(); } }); </script>Cheers,
phpbitsUpdated 😉 Feel free to upgrade to version 1.1.1. You can contact me here if you still have the issue : http://phpbits.net/contact Thanks!
Cheers,
phpbitsHi,
Please try this one instead : https://github.com/phpbits/widget-options and let me know how it goes and will push the update. Thanks!
Cheers,
phpbitsHi,
I’ve added set_transient to cache the get_post results. I’ll change it to 5mins instead of 24hrs to clear it immediately. Thanks!
Cheers,
phpbitsHi,
Please update to version 1.1, I’ve fixed this issue 🙂 Thanks!
Cheers,
phpbitsHi,
Congratulations for choosing this plugin and thanks a lot for using it. Regarding your concern, are there any jquery error on the dev tools? Or any plugin conficts when WP_DEBUG is on? Thanks!
Cheers,
phpbitsForum: Plugins
In reply to: [WP Author Box Lite] Hiding author box for admin?Hi,
Glad to hear that 🙂 Looking forward for you to use the pro version for fully featured pack author box 🙂 Thanks!
Cheers,
phpbitsForum: Plugins
In reply to: [WP Author Box Lite] Update made my site slowHi,
Thank you very much for choosing this plugin. Apology for the issue, it’s fixed now and working smoothly 🙂 Please download the update and feel free to contact me anytime when you encounter any other issues. Thanks!
Cheers,
phpbitsForum: Plugins
In reply to: [WP Author Box Lite] Include Pages in the Recent Posts sectionHi,
Congratulations for choosing this plugin and thanks a lot for using it. Regarding your concern, please upgrade to Pro version to be able to add custom post type tabs. You can create new tab for latest pages. Thanks!
Cheers,
phpbits