angeloarlotta
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Delete database entriesThe plugin wasn’t installed, and when the capabilities were recreated the code was still in functions.php
Thanks to your inputs I found this code and seems working on my end, I will paste here if can be useful to other users:
add_action( 'admin_init', 'clean_unwanted_caps' ); function clean_unwanted_caps() { global $wp_roles; $delete_caps = array( 'smartslider_delete', 'smartslider', 'smartslider_config', 'smartslider_edit', 'nextend_visual_delete', 'nextend_visual_edit', 'nextend_config', 'nextend', ); foreach ($delete_caps as $cap) { foreach (array_keys($wp_roles->roles) as $role) { $wp_roles->remove_cap($role, $cap); } } }
Maybe it’s because the code you posted mention administrators and editors roles only, this one instead works on all global roles.
Thanks again
Forum: Plugins
In reply to: [Smart Slider 3] Delete database entriesSorry @nextend_ramona At first time the capabilities were deleted but they reappeared all again…
Forum: Plugins
In reply to: [Smart Slider 3] Delete database entriesThank you @nextend_ramona
Forum: Plugins
In reply to: [Media Library Folders] Moved default folderThank you @alanp57 I ran the reset plugin but not all the folders were shown in the folder three; they have all the same ftp permissions and I tried to sync those folders with media library also with specific plugins.
Forum: Plugins
In reply to: [Media Library Folders] Moved default folderHi @alanp57 thanks for your feedback, I can’t find Media Library Folders Reset plugin in WP database plugin, how can I find it?
Thank you @missveronicatv I tried it but I’m searching for something more detailed to show also pages viewed, products added/removed to the cart, etc..
Forum: Plugins
In reply to: [Quotes for WooCommerce] Edit default texts and policy linkHi @pinalshah please can you help with this problem?
Why setting the “quote-wc” text domain is not possible to translate this order page string?Thanks.
Forum: Plugins
In reply to: [WooCommerce] Cross-sells in product pageHi @maykato I would like to avoid using plugins because I need to optimize the website.
Instead I’m looking for some function or filter to apply to get cross-sells in product page.Thank you.
Hi @mrdaro ,
this plugin broke my website again, even with no other plugins activated…In this case even the “delete all data” is useless (I tried in every way also by switching to another theme) but I had to delete everything manually…
I hope “everything” because I don’t want any file of this plugin in my folders, due to what it caused..
I installed it accidentally months ago and never used so it’s really strange that it is not possible to delete all the data and that it causes blocks to the website as reported from some other users in the web.
Forum: Plugins
In reply to: [WooCommerce] Product class missing on product type variationHi WooCommerce community, someone can help with this problem?
Forum: Plugins
In reply to: [Quotes for WooCommerce] Edit default texts and policy linkHi @pinalshah it doesn’t work, even if I set a string into Say What plugin, adding “quote-wc” as text domain it doesn’t translate the field.
Hi @champsupertramp were you able to download the file? Let me know if you need some clarifications.
Thank youForum: Plugins
In reply to: [Quotes for WooCommerce] Edit default texts and policy linkHi @pinalshah do you know when will be published the next update with the possibility to change the payment medium name?
I hope we’re talking about the same text, into the order listings into the account info pages there is a recap of the order, here is present a text label “contact method” and it is not possible to change it with another text even with Say What plugin, it is still “Ask for Quote”.
Thank you in advance.
Please download the file from this other link: https://fromsmash.com/xXGw-qxJAY-ct
Hi @champsupertramp the problem is not to add a background color on the template, because as said before I can do it in all the other templates.
Also, to test and notice the issue I’m reporting is not sufficient the UM editing panel view because it doesn’t reflect the real behaviour of a sent email.
So, to better understand what I mean, please download and test this template: https://easyupload.io/akl20z
This is how it should be: https://easyupload.io/knpcx5
And this is how the email displays after it was really sent when a user register to the website: https://easyupload.io/g9xlcx
As you can see is not a background color matter; box-shadow, border-radius and many other elements are missing.
It’s strange and I’m noticing that because the same layout works perfectly in other templates i.e.: welcome_email.php.
Thanks for helping.
Angelo