siamnaulak
Forum Replies Created
-
Thank you so much Aurangajeb. This one works perfectly
@ini_set( 'upload_max_filesize' , '128M' ); @ini_set( 'post_max_size', '128M'); @ini_set( 'memory_limit', '256M' ); @ini_set( 'max_execution_time', '300' ); @ini_set( 'max_input_time', '300' );
Forum: Plugins
In reply to: [Sermon Manager] Small problem in Genesis FrameworkDear Mike,
It works… You are a genius!! I really appreciate your help. I’ve spent lots and lots of my time trying to find out this but failed.
https://173.237.190.2/~siamnaulak/ebcchurch/sermons/
The amazing thing is that it hides any plugin, not just the Sermon Manager plugin.
Thank you once again…
Forum: Plugins
In reply to: [Sermon Manager] Small problem in Genesis FrameworkHi Mike @hikinmike
I had uploaded in my demo server. Please check here https://173.237.190.2/~siamnaulak/ebcchurch/sermons/
Forum: Plugins
In reply to: [Sermon Manager] Small problem in Genesis Framework@hikinmike I tried to hide using css, but no luck.
Wait, I will upload online so that you can check the site.
- This reply was modified 4 years, 7 months ago by siamnaulak.
Forum: Plugins
In reply to: [Sermon Manager] Small problem in Genesis FrameworkThank you @hikinmike for the tips.
But, when I enabled “Theme Compatibility”, Archive layout broke, whereas the Single page is ok…
Archive layout with Theme Compatibility disabled – https://imgur.com/5MdCHaE
Archive layout with Theme Compatibility enabled – https://imgur.com/mrYwGFVSingle page with Theme Compatibility enabled – https://imgur.com/o4tazCJ
Forum: Plugins
In reply to: [WP Mega Menu] Search bugIt works for me…
FROM
(function($) {
$(‘.wpmm-social-link-search’).on(‘click’,function(){
$(‘.wpmm-search-form’).toggle();
});TO
(function($) {
$(‘.wpmm-social-link-search’).on(‘click’,function(e){
e.preventDefault();
$(‘.wpmm-search-form’).toggle();
});- This reply was modified 7 years, 1 month ago by siamnaulak.
Forum: Plugins
In reply to: [The Events Calendar] Genesis FrameworkThanks Brian, this is very helpful… Thanks for the plugin
Forum: Plugins
In reply to: [Woo Stock Alert] not sending emailThis is a nice plugin, simple to set up. But when notification came to email it came in the name of WordPress. How do I change to my Store name?