AboZain Albanna
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce PDF Invoice and Shipping List] RTL supportHi
Did u use sugested fonts by “Increase SEO” ?Forum: Plugins
In reply to: [WP Advanced PDF] No UTF8 support?@cedcommerce I have the same problem with arabic language All exported PDFs have only question marks, plases tell me what I must do??
where I can find the arabic font and where I must upload it??- This reply was modified 7 years, 11 months ago by AboZain Albanna.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Get the contents of the wishlistAt the moment I managed to find temporary solution.
It’s only retrieve products if I give a parameter wishlist_id, its not work if replace 1 with ‘all’
$items = YITH_WCWL()->get_products(array( ‘wishlist_id’ => 1));Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Get the contents of the wishlistHi,
I try this code but it return empty array while the whishlist page has products
Thanks@svtx Thank you for your comment
1- I added custom roles support.
2- I added the order, and I will make it as drag and drop.Best Regards
Forum: Plugins
In reply to: [Custom Dashboard Widgets] Make it look like it's actually from 2016 ;-)Thank you for your contribution.
I have added your style to my plugin.Forum: Plugins
In reply to: [Custom Dashboard Widgets] Simple, effective, but you miss somethingThank you for your comment,
It’s a good idea, So I added a new feature to my plugin you can now enable the check box (Don’t hide another WordPress default dashboard Widgets), So my plugin will not hide another widgets,
I will make more enhancements in the future.
Please update the plugin to version 1.2.2Forum: Plugins
In reply to: [Custom Dashboard Widgets] Very cute! but missing custom rolesThe suggested featured added on Version 1.2.
Now you can update your plugin to see your custom rolesSorry, but I haven’t account on wpml.org.
Thanks, but I tried with my code and its worked.
function change_cp_lang(){
$actual_link = $_SERVER[REQUEST_URI];
$links[] = ‘/wp-admin/admin.php?page=wc-settings&tab=shipping’;
$links[] = ‘/wp-admin/post-new.php?post_type=shop_coupon’;
if(in_array($actual_link, $links)){
$full = “https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;
wp_redirect($full.’&lang=en’);
exit();
}
}
change_cp_lang();Thanks for your reply
But the problem is not on copon page, its only in add copon page,
thats right there is no language switcher, because the coupons are not translatable but the problem occur when I change the language from any previous page which has language switcher.
When I try to deactivate the woocommerce multilanguage plugin then the problem disappears, so the problem not from wpml but from woocommerce multilanguage plugin.
https://unitone.ps/moh/woomultilanguage.pngForum: Plugins
In reply to: [WooCommerce] Checkout connect interruptif the The intrnet connection faild while checkout ajax request is pending, so the ajax request status still (pending) forever, and there is no message for user to inform him.
Forum: Plugins
In reply to: [Customize Login Page] Great plugin but image is not centeredPlease set suitable width and height for your logo from plugin settings.
Forum: Plugins
In reply to: [Custom Dashboard Widgets] Best!! When you are able to do group?We’ll take your note into account on the next release.