Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter tandarts

    (@tandarts)

    hello.

    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.

    Thread Starter tandarts

    (@tandarts)

    Providing 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?

    Thread Starter tandarts

    (@tandarts)

    It did not seem to be that complicated
    found the solution and the topic can be closed

    add_filter( ‘woocommerce_taxonomy_args_product_tag’, ‘my_woocommerce_make_tags_hierarchical’ );
    function my_woocommerce_make_tags_hierarchical( $args ) {
    $args[‘hierarchical’] = true; return $args;};

    Thread Starter tandarts

    (@tandarts)

    Thank you for the quick reply

    I do not have facebook but thank you for the suggestion.

    I hope someone can help.

    thanks in advance

    Thread Starter tandarts

    (@tandarts)

    Well.. 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 !

    Thread Starter tandarts

    (@tandarts)

    Hi.

    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

    Thread Starter tandarts

    (@tandarts)

    Hi.. Tried to hover over the icon, did not work.
    Seached in the dropdown but none of them are selectable !

    Thread Starter tandarts

    (@tandarts)

    Hi.
    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 it

    newest version of WP with fresh install of theme.

    screenshot

    ps..having the same problems with the contact information. There is no option to select or change an Icon

    • This reply was modified 3 years, 11 months ago by tandarts.
    • This reply was modified 3 years, 11 months ago by tandarts.
    Thread Starter tandarts

    (@tandarts)

    anyone?

    Thread Starter tandarts

    (@tandarts)

    Feedback 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?

    Thread Starter tandarts

    (@tandarts)

    Hi. 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!

    Thread Starter tandarts

    (@tandarts)

    Hi.

    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.

    Thread Starter tandarts

    (@tandarts)

    Well it is not resolved !

    Cganged themes, disabled all plugins, cleared site cache..

    No luck !

    Thread Starter tandarts

    (@tandarts)

    I 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.

    Thread Starter tandarts

    (@tandarts)

    No.. 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.
Viewing 15 replies - 1 through 15 (of 24 total)