klmnweb
Forum Replies Created
-
same problem here.. My site is on Cloudflare. How to restart this or shud I ask them. Will they restart the server at all for me?
Forum: Fixing WordPress
In reply to: How to remove product tabs on certain pagesNevermind I got it myself. The below code will help in this case. Thanks
function single_remove_tab($tabs) { if (is_page('1234')) // page id of the page{ unset($tabs); } else { return $tabs; } } add_filter( 'woocommerce_product_tabs', 'single_remove_tab');
UPDATE
I got it working.. so simple it was. I was damn stupid. Thanks..
Got the solution here.. https://gist.github.com/ultimatemember/8cdaf61e7bd9de35512c
Thanks for your time. .Awesome plugin by the way.
Thanks for your reply. Unfortunately, I got nowhere. I added these in my theme functions.php file no output is showing. However, the tab is being added but out put is not. Any help will be highly appreciated. I know I am making a mistake somewhere but my brain seems to die now. Any hope on this??
UPDATE
HI, I somehow got it working.. Following one of your posts in your forum thread, I got it. I have added one more tab in the profile menu ‘My Custom Menu Tab‘ using the following function
add_filter('um_profile_tabs', 'add_custom_profile_tab', 1000 ); function add_custom_profile_tab( $tabs ) { $tabs['mycustomtab'] = array( 'name' => 'My Custom Menu Tab', 'icon' => 'um-faicon-comments', ); return $tabs; }
But I am stuck with an issues. I have added one action so that I can output one short-code function inside the tab
add_action('um_profile_tabs', 'show_custom_tab'); function show_custom_tab ($args ) { echo do_shortcode('[one_shortcode_here]'); }
Now when I add the above action, the shortcode is visible and so also the tab but it knocks out the default About tab. Even inside the settings area (settings>Appearance?profile menu) I do not see the About tab anywhere.
Can you please guide me where I am getting it wrong or how to execute this. If at all, the shorcode cannot be executed, the a plain anchor-link to another page will do.
PS: I added those functions in the
um-short-functions.php
fileyes.. and finally settled on this https://www.ads-software.com/plugins/google-document-embedder/. Though it has also some issues but much better option at present.
Forum: Plugins
In reply to: [WP Fastest Cache] How to check if it's caching content from a sub-domain?Thanks a lot Emre. I will check and if required, will update this thread. Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache] How to check if it's caching content from a sub-domain?my bad. sorry my question might have been vague. I meant to say how about adding expiry/ enabling browser caching to my images which are on the subdomain ? Also, are they also zipped?
Thanks David..
Meanwhile, just letting you now.. 1st the forms, especially the conditions like redirecting, or ajax submission notice after the form is submitted does not seem to work with a caching plugin on. I have disabled my cached plugin (WP Fastest Cache) and now it works, I mean the redirecting or the ajax submission notification. Else, the form is perfectly working.
2nd, there seems to an issue with the calculator js files or so since the page where a calculator is placed stops to respond or the calculator does not work at all.
PS: Will love to share my website (maybe to your email address) with you but privately, since it’s not publicly launched as yet.
Many thanks David.
Update:
Found the bug David. After 5 hours of permutation and combination, looking for all avenues, all I had to do is to un-check ‘Disable the visual editor when writing‘ in my profile settings..LOL.
I had to update each table manually, and then rechecking. All went well until I uploaded the user meta table and then the problem starts. Just had to uncheck that box and all start working. hehe.. I believe you’d fix this in your next update.
Eagerly waiting for the next update.
Help David,
panicking ..
None of my forms are being updated.. Everything seems to work fine but when I click on ‘Update Form’ it just keeps on loading and loading.. I deactivated the plugin, uninstalled it, deleted all plugins, changed to default theme.. nothing seems to work. It’s happening in just one of my sites.. when I put that site to my localhost (WAMP) the problems still persists which means it causing issues both in live and local server.
No caching plugin I have now on my site. Also I deleted everything apart from the default codes from .htacess file.
I also do not remember tampering anything with my core files, functions.php or anything. All I changed or modified is the CSS files.
Please help me.. Please..
Forum: Plugins
In reply to: [WP-PageNavi] How to enable next prev in single postsOh, I got it now. Thanks by the way..
Hello David,
I removed the money_format() function and now I get the below error
Fatal error: Maximum function nesting level of '100' reached, aborting! in C:\wamp\www\subdomains\*******\wp-includes\load.php on line 242 Call Stack # Time Memory Function Location 1 0.0010 147952 {main}( ) ..\index.php:0 2 0.0020 150088 require( 'C:\wamp\www\subdomains\*******\wp-blog-header.php' ) ..\index.php:17 3 0.4250 15816968 wp( ) ..\wp-blog-header.php:14 4 0.4250 15817064 WP->main( ) ..\functions.php:873 5 0.4360 15883592 do_action_ref_array( ) ..\class-wp.php:623 6 0.4360 15884216 call_user_func_array ( ) ..\plugin.php:580 7 0.4360 15884264 Caldera_Forms->cf_init_system( ) ..\plugin.php:580 8 0.4370 15886992 Caldera_Forms::process_submission( ) ..\core.php:2984 9 0.4430 16023400 Caldera_Forms::get_submission_data( ) ..\core.php:2459 10 0.5350 16030352 Caldera_Forms::get_field_data( ) ..\core.php:2309 11 0.5400 16077168 apply_filters( ) ..\core.php:2095 12 0.5400 16079680 call_user_func_array ( ) ..\plugin.php:214 13 0.5400 16079704 Caldera_Forms->run_calculation( ) ..\plugin.php:214 14 0.5400 16080984 Caldera_Forms::get_field_data( ) ..\core.php:960 15 0.5450 16129544 apply_filters( ) ..\core.php:2095 16 0.5450 16132072 call_user_func_array ( ) ..\plugin.php:214 17 0.5450 16132096 Caldera_Forms->run_calculation( ) ..\plugin.php:214 18 0.5450 16133384 Caldera_Forms::get_field_data( ) ..\core.php:960 19 0.5500 16181968 apply_filters( ) ..\core.php:2095 20 0.5500 16184480 call_user_func_array ( ) ..\plugin.php:214 21 0.5500 16184504 Caldera_Forms->run_calculation( ) ..\plugin.php:214 22 0.5500 16185784 Caldera_Forms::get_field_data( ) ..\core.php:960 23 0.5550 16234344 apply_filters( ) ..\core.php:2095 24 0.5550 16236856 call_user_func_array ( ) ..\plugin.php:214 25 0.5550 16236880 Caldera_Forms->run_calculation( ) ..\plugin.php:214 26 0.5550 16238160 Caldera_Forms::get_field_data( ) ..\core.php:960 27 0.5600 16286720 apply_filters( ) ..\core.php:2095 28 0.5600 16289232 call_user_func_array ( ) ..\plugin.php:214 29 0.5600 16289256 Caldera_Forms->run_calculation( ) ..\plugin.php:214 30 0.5610 16290536 Caldera_Forms::get_field_data( ) ..\core.php:960 31 0.5660 16339096 apply_filters( ) ..\core.php:2095 32 0.5660 16341608 call_user_func_array ( ) ..\plugin.php:214 33 0.5660 16341632 Caldera_Forms->run_calculation( ) ..\plugin.php:214 34 0.5660 16342912 Caldera_Forms::get_field_data( ) ..\core.php:960 35 0.5710 16391504 apply_filters( ) ..\core.php:2095 36 0.5710 16394016 call_user_func_array ( ) ..\plugin.php:214 37 0.5710 16394040 Caldera_Forms->run_calculation( ) ..\plugin.php:214 38 0.5710 16395320 Caldera_Forms::get_field_data( ) ..\core.php:960 39 0.5760 16443880 apply_filters( ) ..\core.php:2095 40 0.5760 16446392 call_user_func_array ( ) ..\plugin.php:214 41 0.5760 16446416 Caldera_Forms->run_calculation( ) ..\plugin.php:214 42 0.5770 16513192 Caldera_Forms::get_field_data( ) ..\core.php:960 43 0.5820 16561752 apply_filters( ) ..\core.php:2095 44 0.5820 16564264 call_user_func_array ( ) ..\plugin.php:214 45 0.5820 16564288 Caldera_Forms->run_calculation( ) ..\plugin.php:214 46 0.5820 16565568 Caldera_Forms::get_field_data( ) ..\core.php:960 47 0.5870 16614128 apply_filters( ) ..\core.php:2095 48 0.5870 16616640 call_user_func_array ( ) ..\plugin.php:214 49 0.5870 16616664 Caldera_Forms->run_calculation( ) ..\plugin.php:214 50 0.5870 16617944 Caldera_Forms::get_field_data( ) ..\core.php:960 51 0.5920 16666504 apply_filters( ) ..\core.php:2095 52 0.5920 16669016 call_user_func_array ( ) ..\plugin.php:214 53 0.5920 16669040 Caldera_Forms->run_calculation( ) ..\plugin.php:214 54 0.5920 16670320 Caldera_Forms::get_field_data( ) ..\core.php:960 55 0.5970 16718880 apply_filters( ) ..\core.php:2095 56 0.5970 16721392 call_user_func_array ( ) ..\plugin.php:214 57 0.5970 16721416 Caldera_Forms->run_calculation( ) ..\plugin.php:214 58 0.5970 16722696 Caldera_Forms::get_field_data( ) ..\core.php:960 59 0.6020 16771256 apply_filters( ) ..\core.php:2095 60 0.6020 16773768 call_user_func_array ( ) ..\plugin.php:214 61 0.6020 16773792 Caldera_Forms->run_calculation( ) ..\plugin.php:214 62 0.6030 16775072 Caldera_Forms::get_field_data( ) ..\core.php:960 63 0.6080 16823632 apply_filters( ) ..\core.php:2095 64 0.6080 16826144 call_user_func_array ( ) ..\plugin.php:214 65 0.6080 16826168 Caldera_Forms->run_calculation( ) ..\plugin.php:214 66 0.6080 16827448 Caldera_Forms::get_field_data( ) ..\core.php:960 67 0.6130 16876072 apply_filters( ) ..\core.php:2095 68 0.6130 16878584 call_user_func_array ( ) ..\plugin.php:214 69 0.6130 16878608 Caldera_Forms->run_calculation( ) ..\plugin.php:214 70 0.6130 16879888 Caldera_Forms::get_field_data( ) ..\core.php:960 71 0.6180 16928448 apply_filters( ) ..\core.php:2095 72 0.6180 16930960 call_user_func_array ( ) ..\plugin.php:214 73 0.6180 16930984 Caldera_Forms->run_calculation( ) ..\plugin.php:214 74 0.6180 16932264 Caldera_Forms::get_field_data( ) ..\core.php:960 75 0.6230 16980824 apply_filters( ) ..\core.php:2095 76 0.6230 16983336 call_user_func_array ( ) ..\plugin.php:214 77 0.6230 16983360 Caldera_Forms->run_calculation( ) ..\plugin.php:214 78 0.6230 16984640 Caldera_Forms::get_field_data( ) ..\core.php:960 79 0.6280 17033200 apply_filters( ) ..\core.php:2095 80 0.6280 17035712 call_user_func_array ( ) ..\plugin.php:214 81 0.6280 17035736 Caldera_Forms->run_calculation( ) ..\plugin.php:214 82 0.6280 17037016 Caldera_Forms::get_field_data( ) ..\core.php:960 83 0.6330 17085576 apply_filters( ) ..\core.php:2095 84 0.6340 17088088 call_user_func_array ( ) ..\plugin.php:214 85 0.6340 17088112 Caldera_Forms->run_calculation( ) ..\plugin.php:214 86 0.6340 17089392 Caldera_Forms::get_field_data( ) ..\core.php:960 87 0.6390 17203448 apply_filters( ) ..\core.php:2095 88 0.6390 17205960 call_user_func_array ( ) ..\plugin.php:214 89 0.6390 17205984 Caldera_Forms->run_calculation( ) ..\plugin.php:214 90 0.6390 17207264 Caldera_Forms::get_field_data( ) ..\core.php:960 91 0.6390 17207296 Caldera_Forms::get_field_types( ) ..\core.php:2070 92 0.6390 17207448 apply_filters( ) ..\core.php:1934 93 0.6390 17210072 call_user_func_array ( ) ..\plugin.php:214 94 0.6390 17210088 Caldera_Forms->get_internal_field_types( ) ..\plugin.php:214 95 0.6390 17210200 __( ) ..\core.php:989 96 0.6390 17210200 translate( ) ..\l10n.php:161 97 0.6390 17210248 apply_filters( ) ..\l10n.php:99 98 0.6390 17211296 call_user_func_array ( ) ..\plugin.php:214 99 0.6390 17211320 ET_Automatic_Updates->et_admin_update_theme_message( ) ..\plugin.php:214
Anyway no issues. . I will wait for your next update.. Have a great weekend..
So kind of you.. Thanks man
Oh.. many thanks David.. You should never be sorry. In fact, we are bugging you almost everyday asking for new features.. Just no need to spend too much time on this. It came to my mind and I just asked you. Look forward to your next update.