ilyapokrov
Forum Replies Created
-
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Parameter nameThank you very much! It worked.
@wpallimport,
The problem is solved! I just updated the WP All Import plugin to the latest version)
Thanks!I found a problem. The culprit is the PickPlugins Product Slider for WooCommerce plugin. When it is deactivated, everything is fine, when it is active-the accordions are not revealed. I don’t know if this will help You or not, but you can see the following in the browser console:
JQMIGRATE: Migrate is installed, version 1.4.1
admin.js?ver=4.6.1-beta-1.1:2205 Uncaught TypeError: CodeMirror.fromTextArea is not a function
at HTMLDocument.<anonymous> (admin.js?ver=4.6.1-beta-1.1:2205)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
(anonymous) @ admin.js?ver=4.6.1-beta-1.1:2205
i @ jquery.js?ver=1.12.4-wp:2
fireWith @ jquery.js?ver=1.12.4-wp:2
ready @ jquery.js?ver=1.12.4-wp:2
J @ jquery.js?ver=1.12.4-wp:2
wp-auth-check.min.js?ver=5.4.4:2 Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
at HTMLDocument.<anonymous> (wp-auth-check.min.js?ver=5.4.4:2)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4-wp:3)
at Object.trigger (jquery.js?ver=1.12.4-wp:3)
at Object.a.event.trigger (jquery-migrate.min.js?ver=1.4.1:2)
at HTMLDocument.<anonymous> (jquery.js?ver=1.12.4-wp:3)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.trigger (jquery.js?ver=1.12.4-wp:3)
at Object.<anonymous> (heartbeat.min.js?ver=5.4.4:2)Forum: Themes and Templates
In reply to: [Vantage] HTML search form@misplon @siteorigin,
You are wizards!Thank you very much!
Forum: Themes and Templates
In reply to: [Vantage] HTML search form@misplon,
Thanks for the answer.
No, not through the widget. I want to display on the main page – first the search form, then the content. I think it’s best to use a shortcode, but I can’t do it.And I want to ask another question in the same topic: how Do I make sure that products are not added if their category is not represented on my site?
@wpallimport,
Thank You for your help!I have more questions that I will ask in another topic. But I have dealt with this issue.
Thank you again!
Forum: Plugins
In reply to: [Max Mega Menu] search on the site in the headerThank you for trying to help me!
I understood the meaning of the hint you showed me. But where I just did not insert this piece of code – I can’t show the search form in the right place))
In the screenshot, I marked the places where I inserted the code with two arrows. The problem is that the search form doesn’t appear in the header. It appears either in front of it or under it.
How can I still show the search form directly in the header?
https://look-catalog.ru/wp-content/uploads/2020/11/Screenshot_2.jpg
Just in case, I will try to specify: in the end, all the values specified in the file should be written to this attribute. I can’t do this using the / symbol, because I don’t know the exact number of values for this parameter.
Forum: Themes and Templates
In reply to: [Vantage] Remove sidebar in product cardThanks for the answer. But on my other site I also use this theme. She has no problem with that. There is no sidebar on the product card page.
https://ganzola.ru/elektrosamokat-hoverbot-d-01-2200mah-black-hvbtd1/
There is only one problem left – ADBlock blocks transitions that open in a new tab.
Can you tell me if there is any solution?
searched for several hours. As soon as I asked a question, I found the answer))
Who cares:function my_woocommerce_loop_add_to_cart_link($link,$product) { if( $product->is_type( 'external' ) ) { $link = str_replace('<a ', '<a target="_blank" ', $link); return $link; } return $link; } add_filter( "woocommerce_loop_add_to_cart_link", "my_woocommerce_loop_add_to_cart_link", 10, 2);
Thank you so much for the wonderful plugin!
@wpallimport,
On the second and third questions I agree. But the first one can be solved with code.
After all, this feature is already preinstalled in the plugin.https://ganzola.ru/wp-content/uploads/2020/11/Screenshot_13.jpg
Forum: Plugins
In reply to: [WooCommerce] Output of products using a shortcode@riaanknoetze,
I figured out half of my question. Is Woocommerce not, by default, displays goods, hidden in the catalog. But one task remained unsolved. How do I hide products that are out of stock?- This reply was modified 4 years ago by ilyapokrov.
Forum: Plugins
In reply to: [WooCommerce] Output of products using a shortcode@riaanknoetze,
I did everything according to the instructions. Products are no longer displayed at all. I specified that you need to display products that are in the catalog.[product_category category=”elektrosamokat” per_page=”6″ columns=”6″ orderby=”rand” visibility=”catalog”]