tandarts
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] subcategories based product pagehello.
A dropdown menu is not what I mean.
what I mean is that when my visitor clicks on “the clothing” link a new sidebar opens with only the subcategories of the clothing area.Forum: Plugins
In reply to: [Easy Booking for WooCommerce] Display start and end date horizontalProviding a link is difficult since i’m working on local host instead of a “online” website.
Got the horizontal part done (had to edit the plugin files which I was not so happy about since I might lose my edits after an update)
Still need the incl and excl part of the tax ( I design a b2b/b2c website and that is an absolute must for my client)
can you help?
Forum: Plugins
In reply to: [WooCommerce] product Tag list same as product category listIt did not seem to be that complicated
found the solution and the topic can be closedadd_filter( ‘woocommerce_taxonomy_args_product_tag’, ‘my_woocommerce_make_tags_hierarchical’ );
function my_woocommerce_make_tags_hierarchical( $args ) {
$args[‘hierarchical’] = true; return $args;};Forum: Plugins
In reply to: [WooCommerce] product Tag list same as product category listThank you for the quick reply
I do not have facebook but thank you for the suggestion.
I hope someone can help.
thanks in advance
Forum: Plugins
In reply to: [WooCommerce] Manage stock on order pageWell.. it seems I got it working already.
Took me some hours to get it done to implent php strings in my functions.php and am now able to change it inside the order details page right away !
Forum: Plugins
In reply to: [WooCommerce] Manage stock on order pageHi.
Thank you for the quick reply.
I’m working with woocommerce for more than 7 years and know exactly how it works..I offcourse know about the automated stock update but since I sell items online and offline my stock does not always match. It takes forever to switch and search the correct product in my product list (I have more then 1000 items.) So in my case.. i would (need) to be able to change it manually !
I know it is possible to add extra options inside the (woocommerce) admin area because I have found and added some “work arounds” before for other “problems” ( I believe it was in functions.php)
Can you give me an solution or hint how I can achieve this (besides the product page because that is not an option for me)
thanks in advance
Forum: Themes and Templates
In reply to: [CosmosWP] Social IconsHi.. Tried to hover over the icon, did not work.
Seached in the dropdown but none of them are selectable !Forum: Themes and Templates
In reply to: [CosmosWP] Social IconsHi.
I tried it exactly the same way.Appearance => Customizer => Header/builder options
selected the header icon options
searched for instagram…. and then I can not select itnewest version of WP with fresh install of theme.
ps..having the same problems with the contact information. There is no option to select or change an Icon
Forum: Plugins
In reply to: [WooCommerce] Critical erroranyone?
Forum: Plugins
In reply to: [WooCommerce] Critical errorFeedback from my host !
All permissions are correct.
(newest php version, theme, plugins and wordpress are to newest version – see previous posts)I have a second website running on same server. Tried to install Woocommerce and worked like a charm.
tried tTried to install a different plugin with database tables.. works like a charm too Then tried install woocommerce again on my main website and got the nasty error popping up.
Anyone got a suggestion?
Forum: Plugins
In reply to: [WooCommerce] Critical errorHi. Thank you.
I will contact my host right away.
(And no my host is not WPEngine)
Other plugins do not have this issue by the way.. only woocommerce
I will let you know!
Forum: Plugins
In reply to: [WooCommerce] Critical errorHi.
Tried to install through ftp.
No folder of woocommerce excisted so install was easy.
No luck. Still same error after activation.Renamed plugin. Added extra string to my function.php to completly remove all data from database as wel.
Removed plugin. Removed the sting from my function.php
Checked database. All woocommerce data was removed.Added new install through ftP.
Same error occured again.
I run newest php.
Wp is fully updated and error occures with genesis theme as with the twenty twenty theme.Forum: Plugins
In reply to: [WooCommerce] Critical ErrorWell it is not resolved !
Cganged themes, disabled all plugins, cleared site cache..
No luck !
Forum: Plugins
In reply to: [Download Manager] category prefixI run the newest version already together with php 7.4
Re installed the plugin.. keep having the same error.
I was able to work around.Named the products exactly the same as my single posts.. but when I try to add the shop part.. it links to the blank shoppage.
Forum: Plugins
In reply to: [Download Manager] category prefixNo.. That is not what I mean.
I want to point my images to a custom post (outside the download Manager)
I do not want to change the category slug !
I can not use the single product/page option within download manager since it gives me an white screen instead of the package details so I can not use the DM single product pages but make an custom post for every item and use a linkbutton for the downloads.
Tried many ways but this is the only way it works.- This reply was modified 4 years, 4 months ago by tandarts.