Forum Replies Created

Viewing 30 posts - 1 through 30 (of 63 total)
  • Author
    Posts
  • in reply to: Enfold Shop sidebar widget design #1142866

    ok, glad to hear that, because up to now freelancers I asked tell me that it is impossible. Seems they are not uptodate or capable ;-)

    in reply to: av toggle #1139254

    Hi Basils, as explained: with the previous theme I used ACF to display the cat / tag description in 2 parts, first part at the default place between headline and archive content, second part between the end of archive content and the page footer. And: only on the first archive pages, not the following ones.
    But after relaunch with Enfold I recognized that ACF did not work anymore. So, I used a the above short code for AV Toggle, placed directly into the cat / tag description. But this toggle only allowes accordeon mode, which hides most part of the cat / tag description permanently. This is not what I really need.
    best regards, joerg

    in reply to: av toggle #1138886

    PS: Since using Enfold it is not possible any more to display the category description by an ACF, as we did before.
    Meanwhile I’ve been looking for code snippets to edit template- or functions.php. But obviously any of these I find are outdated, seem not to function with Enfold nor with WordPress 5.2 higher. So, it would be a great help, if you could give a more precise instruction.
    best regards, joerg

    in reply to: av toggle #1138018

    Hey Victoria,
    fine, where can I find this, as part of woocommerce or enfold?
    best regards, Joerg

    in reply to: Resize Shop Thumbnail #1115251

    Hi, which of the 3 filter do you mean?

    add_filter( ‘wp_calculate_image_srcset’, ‘av_disable_srcset’ );
    function av_disable_srcset( $sources ) {
    return false;
    }

    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘portfolio_small’] = array(‘width’=>200, ‘height’=>300);
    $size[‘shop_catalog’] = array(‘width’=>200, ‘height’=>300);
    return $size;
    }

    add_filter( ‘woocommerce_get_image_size_thumbnail’, function( $size ) {
    return array(
    ‘width’ => 200,
    ‘height’ => 300,
    ‘crop’ => 0,
    );
    } );

    in reply to: Resize Shop Thumbnail #1113619

    Hi,
    I cheked everything again and again. It’s true: the single product thumb now is not affected anymore and the shop thumb is. In this respect, the code seems to work. But not only the shop thumb format is smaller, the picture quality is worse, too. It seems to me if the picture’s width and height is not being scaled only, but same time the resolution is being reduced strongly. Kind of double effect. Maybe EWWW Optimizer interferes or strikes back. I don’t know.
    If this effect cannot be avoided, I will leave everything as it is.
    regards, joerg

    in reply to: Resize Shop Thumbnail #1110309

    Hi Ismael,
    sorry, but obviously not. Please see private.
    best regards jf

    in reply to: Resize Shop Thumbnail #1104777

    Hi Ismail,
    sounds good, but where should I add this? Put in the Child theme functions.php lets the site crash. Please see below.

    in reply to: Resize Shop Thumbnail #1104291

    Hi,
    you are kidding, are you? One of the reasons for this thread lasting for weeks now is the fact that Simple Image size does not do what it should. Example from firefox inspector below.
    Regards, joerg

    in reply to: Woocommerce Product Sort by #1103362

    Hooray!
    I did not dare to hope anymore that this very, very annoying bug could be fixed after so many tries within almost 2 years by so many so called experts in woocommerce. I should have asked earlier.
    Thanks a lot, Joerg

    in reply to: Woocommerce Product Sort by #1103253

    Hi,
    ok with the theme update, thanks for inquiry.
    As to product order, sorry, there is no effect. “custom” is still there, please see screenshot (I understood, you meant unset( $product_order[‘menu_order title’] );

    in reply to: Resize Shop Thumbnail #1103016

    Hi Victoria,
    thank you for this info. I am not sure, if this is really similar to my problem. But, as I did not find the ‘shop_catalog’ thumbnail listed in what Enfold is adding to the hole thumbnail portfolio of woocommerce, I searched for it and found it in some woocommerce config.php
    For example:
    //product thumbnails
    $avia_config[‘imgSize’][‘shop_thumbnail’] = array(‘width’=>120, ‘height’=>120);
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>450, ‘height’=>450);
    $avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);

    To my mind, as a coding amateur, it would be logical to change this size into:
    $avia_config[‘imgSize’][‘shop_catalog’] = array(‘width’=>200, ‘height’=>300);

    How could one achieve this with a child theme?
    best regards,
    Joerg

    in reply to: Woocommerce Product Sort by #1102966

    PS: before reproducing the theme update in the live installation, I sent you a screenshot of the status in private. Is this normal?

    in reply to: Woocommerce Product Sort by #1102930

    Ok, thank you!
    I adjusted the code now like this:

    unset( $product_order[‘rating’] );
    unset( $product_order[‘relevance’] );
    unset( $product_order[‘rand’] );
    unset( $product_order[‘id’] );
    unset( $product_order[‘date’] );
    unset( $product_order[‘default’] );
    unset( $product_order[‘order_menu’] );

    /**
    * To rename remove // and use the following as an example
    */

    $product_order[‘popularity’] = ‘Oft gekauft’;

    The only ugly thing left now is: Besides the 3 defined order criteria always a fourth named “Custom” is being displayed in the front end. I found no way to delete it, nor to change the name to a description of what is meant really. And I wonder why the selection being displayed by the choice of “custom” is different every time depending on what you choose before (name, price…)
    How to repair this?
    Kind regards, Joerg

    in reply to: Woocommerce Product Sort by #1102830

    update: I managed somehow so that the site does not brake, but then the changes have no effect in the front end. Cache cleared. Please see code in private

    in reply to: Woocommerce Product Sort by #1102821

    Hi Günter,
    I copy/pasted the filter from github to functions.php via FTP and it broke the site again
    reg. joerg

    in reply to: Woocommerce Product Sort by #1102550

    Hi,
    yeah, I know all that and did it before. How else could I have updated Enfold last autumn? All recommended permissions set.
    Although the Token is validated, Enfold tells me “No Updates available. You are running the latest version! (4.5.3)”
    As to your filter: To be put in the theme functions.php, I guess, or somewhere else?
    best regards, Joerg

    in reply to: Woocommerce Product Sort by #1102497

    Hi,
    I’d say OMG! So it took Enfold almost 2 years to fix this? Besides, it was not Germanized causing this trouble. I switched this plugin on and off so many times before to test, but it had no effect.
    There are 2 questions left. The minor one: how and where can I controll in the WP backend, if the theme is outdated? The major one: How to kill these new and superflous ordering categories from the frontend dropdown? These are for me: custom, average rating, relevance, Zufall, Product ID and most of all “Standard”. How could a user understand, what Standard is? This makes no sense at all. And it is possible to rename “Datum” to “Neu” and “Popularity (sales)” to “Beliebt” ?
    best regards, Joerg

    in reply to: Woocommerce Product Sort by #1102442

    Hey Günter,
    I don’t understand: Enfold is 4.5.3 and the theme’s setting say no updates available. Besides: this issue persists for almost 2 years now with any WP / Woo / Enfold versions or plugin combinations you can imagine.
    I tried once more, though, to be sure, and deactivated all plugins except the fundamental ones which are needed to keep the shops basic functions (Germanized, Layer Slider, Woocomerce, Heidelpay, Yoast). The problem persists exactly as I described it: the preview responds to changes in -> Customizer / Woocommerce / Produktkatalog / Standard-Produktsortierung, but the Frontend does not.
    Switching off Enfolds product order function and using the Fallback Woocommerce instead – could this be way to gain a somehow acceptable order functionality? Then, please tell me how to get this done.
    best regards, Joerg

    in reply to: Resize Shop Thumbnail #1102435

    Hi,
    but this defeats the purpose! Only the shop / catalogue thumb should be resized, not every picture, less than ever the product full sized picture.
    best regards,
    Joerg

    in reply to: Resize Shop Thumbnail #1100590

    Hi,
    glad to hear that you found the reason and a way to repair this issue.
    Before implementing this in the Live-Page let me ask you, if it is normal resp. unavoidable that any thumbnail format is being affected by tis hook. The quality of catalogue-, product- and original pic (used for magnifying glass) got worse. Please see private data.
    best reagrds,
    Joerg

    in reply to: Resize Shop Thumbnail #1100177

    please see below

    in reply to: Resize Shop Thumbnail #1100010

    Hi again,
    I just had the same issue with another change of code in the functios-php. Seems as if any change to the file lets the site brake. Any idea, why?
    best regards, Joerg

    in reply to: Resize Shop Thumbnail #1099725

    Hi Basilius,
    here you are: https://pastebin.com/sUSVkWmS

    in reply to: Resize Shop Thumbnail #1098803

    Hi Ismael,
    please see below in privat area the error by adding the code in the child theme functions.php via WP-Backend. By adding the same via FTP, the code is being accepted, but site and WP-Login brakes, white screen. The code is taken directly from Forum.
    Example product thumbnail regenerated: https://test.brandgeister.de/shop/luchs-harzer-kaffee-liqueur/
    best regards, joerg

    Hi,
    you mean the child theme functions.php? Done, but no effect.
    Of course they all are this size, it is the woocommerce and /or Enfold default. And I would be extremely lucky if there was any thumbnail of 200 px width.
    Why the hell do all efforts to resize them down to what is really needed fail?

    in reply to: Menu design: 4 or 5 columns #1097493

    Oups, I found it! Sorry for disturbance. You may close the issue.

    in reply to: Menu design: 4 or 5 columns #1097492

    Hi Mike,
    unfortunatedly yes, there is. Please have a short look at the live page. I put in all the IDs and it worked fine. But then I decided to replace the page called “Brennerei Auswahl” by another one, because this one is more plausible with the new structure. Replaced the concerning menu item IDs as well, but … What am I doing wrong?
    best regards, Joerg

    in reply to: Menu design: 4 or 5 columns #1097474

    Hi there,
    great, thanks to all!
    best reagrds, Joerg

    in reply to: Menu design: 4 or 5 columns #1096924

    Hi,
    perfect, thanks a lot!
    The only problem now seems to be, that the menu-item-ID’s are different to the Live page. Can you tell me, please, how and where I could look up theese ID for the Live-Page?
    best regards

Viewing 30 posts - 1 through 30 (of 63 total)