markyeoj
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Yelp Review Slider] Fatal error: Uncaught Error:That worked!! Thank you so much!!! You are awesome!!
Forum: Plugins
In reply to: [WP Yelp Review Slider] Fatal error: Uncaught Error:Hello, This is the URL
Forum: Plugins
In reply to: [WooCommerce] Free shipping coupon for specific product only@abwaita I fully understand now, thank you so much.
Forum: Plugins
In reply to: [WooCommerce] Free shipping coupon for specific product onlyThanks for the reply, here’s the settings of our coupon code.
The coupon code is working as long as the single product required is in the cart regardless of what else is in the cart.
What we want is, for the coupon code to not to work if other products are present in the cart. Like display an error message or something.
I just want to confirm if is this how it really works, or a bug on WooCommerce. Or is there any other way to do it?
Thanks.
Thanks, I’m looking at the extensions and I can’t seem to find the extension that you are referring to.
Forum: Plugins
In reply to: [Ban Hammer] MemberPress CompatibilityThank you, I will look into it.
@sanzeeb3 which mailers that would allow us to setup a different ‘FROM’ email address?
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Changing LabelThank you so much!. Should I put the code on functions.php?
Forum: Plugins
In reply to: [WP DataTable] Add Print, PDF Download, and Import to Excel buttonsDone, I just added these scripts on my website and everything works great.
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/vfs_fonts.js"></script>
and used the following code.
[wp-datatable id="ProjectTable" fat=1] responsive: true, dom: 'Bfrtip', buttons: [ 'excel', 'print', { extend: 'pdfHtml5', orientation: 'landscape', pageSize: 'LEGAL' } ] [/wp-datatable]
Forum: Plugins
In reply to: [WP DataTable] Add Print, PDF Download, and Import to Excel buttonsThat is a different plugin sir.
But anyway, I managed to have Print and Excel buttons, but no PDF button.
[wp-datatable id="ProjectTable" fat="1"] responsive: true, dom: 'Bfrtip', buttons: [ 'excel', 'pdf', 'print' ] [/wp-datatable]
Forum: Plugins
In reply to: [WP DataTable] Add Print, PDF Download, and Import to Excel buttonsYes, I want to have the excel, print and pdf buttons. How can I do it?
Forum: Plugins
In reply to: [Yoast SEO] ERR_TOO_MANY_REDIRECTS If Yoast is activatedYoast, please don’t ignore this.
Sorry, the code seems not working ?? I can’t see any
triangle-class
on the code.Thanks, how can I check if that code is working? I want to display it beside the name all through out the site specially in profile page after the nice-name. Here’s my code in my child theme’s
functions.php
add_filter('bp_get_displayed_user_mentionname', 'my_custom_displayed_user_mentionname'); function my_custom_displayed_user_mentionname($user_nicename) { $checkbox = (int) maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( field_570, bp_displayed_user_id() ) ); if ($checkbox) { $color = xprofile_get_field_data(field_569); if (!empty($color)) { $user_nicename .= '<span class="triangle-class" style="background-color: ' . $color .'"></span>'; } } return $user_nicename; }
Thanks.
Forum: Plugins
In reply to: [Wise Chat] Load script inside page contenthttps://www.smackurbanradio.com/
then go to Smack Chat
login using
user: markeoj
password: IU0M1Q16If I can load the script of the plugin inside the smack chat page then I guess it would work.
Thanks