xninedesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Custom link class in “Product Categories List” WidgetRight after you posted your snippet I did reply to You @serafinnyc, that I am using WP Block widget and explaining this way (saying about different type of widget), why your code can’t work. 🙂 How did you not realize then, that what is working on your site it’s not a thing which relates to what I asking for? Your demonstration that something works on your website made no sense.
Forum: Plugins
In reply to: [WooCommerce] Custom link class in “Product Categories List” WidgetIt didn’t occur to me to show you in any way that I used your solution, because firstly, I use it myself in my code, and hence I know that your solution doesn’t work, and secondly, on the first of my screenshots, it’s clearly visible that I used exactly the same thing, but not to change the class of the
<li>elements, but<a>(class=more hover). If your solution would worked (which my screenshot shows), the second menu with product categories would have links with arrows looking the same, because the same snippet I use (without a condition relating to the taxonomy type) to add additional classes to<a>elements implies this for all elements of this type on the page. In the second of my post, I clearly wrote that the widget I use to display the list of Woocommerce product categories is the Gutenberg block widget, so since I specified that then, I don’t understand why you didn’t immediately realize that your code wouldn’t work, but instead asked if I used it at all. If you had written instead that it’s not possible to do it because of using the Gutenberg block widget (which I didn’t know), I wouldn’t have pasted those screenshots links and wouldn’t have continued explaining.I didn’t write anywhere that I’m referring to UL (the arrows on screenshot also don’t suggest that at all) because it was not my need. In the first post here, I wrote about links, so your suggestion was quite accurate in terms of understanding my needs, but unfortunately, also ineffective.
Nevertheless, thank you for your time and willingness to help. Regards.
- This reply was modified 2 years, 1 month ago by xninedesign.
Forum: Plugins
In reply to: [WooCommerce] Custom link class in “Product Categories List” WidgetDid you even bother adding the script?
Yes, I did. But as I wrote your code manipulate a different type of widget.
Look at my screenshots.http://xnd.works/_d/product-cat-list.webp
http://xnd.works/_d/product-cat-list-widgets.webpAs you can see, on first screenshot I did similar thing with
wp_list_categoriesand it work great. And also if you pay attention to HTML code, Your categories list (as it is with my blog categories list) it’s the same widget in which<li>elements have a css classcat-item. The Woocommerce widget to display Product Categories List is not the same HTML element, so it must be an output from different source and it seems it not using standard wordpress function to list categories. Thats why, I think,add_filter('wp_list_categories')doesn’t want to work.PS. Of course I can do this with jQuery, but until i decide about it, i want to check is there any chance to do that with any hook.
Forum: Plugins
In reply to: [WooCommerce] Custom link class in “Product Categories List” WidgetThank you @serafinnyc for your reply.
Unfortunately this not resolve my needs.You tried manipulate the standard WordPress widget which displays a
<ul>element with categories. Woocommerce widget which create similar HTML element but with<ul>element with Products categories is a different gutenberg block widget, so your solution do not affect anything in it.- This reply was modified 2 years, 1 month ago by xninedesign.
I wasn’t precise enough. My fault.
Thank you for your willingness to help. Regards.Hello @michael-travan .
Thank You for response.
What I needed support for was a bit more complex, as I was integrating my own script for the Newsletter subscription form. The plugin you suggested wasn’t entirely suitable for my case because my website also functions as a store based on Woocommerce. Creating an account in Woocommerce automatically added me to the subscriber list, which shouldn’t have happened. My intention was for the form to generate a WordPress account assigned the Subscriber role (through custom code), consequently enrolling it in the list of subscribers managed by your plugin. When someone created an account in Woocommerce, your WP Users Integration plugin caused them to also be added to the list. It doesn’t offer the ability to exclude accounts with a specified role. Moreover, my script supports sending links to confirm subscription and unsubscription, so signing up and unsubscribing required a different solution than what the aforementioned plugin provides. Consequently, I familiarized myself with API v1 of your plugin and successfully managed everything by adjusting my code accordingly. Thanks to this, my script no longer needs to create any user accounts; it simply adds a subscriber to the list from your plugin.I have already achieved what I needed most. Thanks for your interest.
Forum: Plugins
In reply to: [Loco Translate] Source of my template file is wrongThank you for taking the time to help me.
Forum: Plugins
In reply to: [Loco Translate] Source of my template file is wrongHi. Thank You very much for Your answer.
What i understand from this article is that I should all my Polish strings change to English first, and then create with Loco Translate a Polish translation. Do I understood well?Best regards
ChrisOkey. Thanks. I will to trace the bug fixes.
Hello.
I got this problem even on fresh WordPress installation.
Here is the clip uploaded to Youtube.Chris
Could you let me know when I can expect a response?
- This reply was modified 2 years, 5 months ago by xninedesign.
Hello. Thank You for Your answer.
First of all i forgot to mention about the main action which cause this error.
I remember that i entered into Add New Form page and nothing was bad yet. What i had to do to make this error happen is to expand the LifterLMS panel (that one from LifterLMS pinned button between Update and Settings icon on top right corner) and after that reactivate the WordPress Settings panel. Now i can’t enter into Add New Form Page because this problem, but i figured out how to reproduce this issue on Add Lesson page. So here is the short video with it.
The difference between Add New Form page and Add Lesson page is that i can open Add New Lesson Page every time after this issue happen, but when it comes to Add New Form page every opening of this subpage immediately ends with this error.
Yes it is about the
WordPress Dashboard > LifterLMS > Formspage.Forum: Themes and Templates
In reply to: [Blocksy] Web Agency Logo in mobile menuThank You.
It helps.Before I have not watched this movie with proper attention and I wrongly assumed it didn’t have what I was looking for. I though having a free version of Blocksy, there is no option to change the logo in mobile menu.
Forum: Plugins
In reply to: [Brizy - Page Builder] Images broken – migratedb – migration@roxigo So, You have nothing to help us? Can you write something about this? I work on the latest version of WP and Brizy – still same problem after migration.
Additional a font styles also disappear from left panel.
- This reply was modified 7 years, 1 month ago by xninedesign.
Forum: Plugins
In reply to: [WP Instagram Widget] Fatal error: Cannot declare class null_instagram_widgetThank You for Your answer. It’s just like You wrote! I had to edit theme files to use Your plugin. Thanks.