• Resolved mappel

    (@mappel)


    Hello.
    With the new update the product description text appears below the image and not longer next to the image.
    I’m thinking about purchasing the plugin but for the last two updates there were (minor) CSS changes that messed up my customization.
    What class and what style do I have to change to get next to the product image again?
    Thanks for helping out!
    I would love to purchase the plugin because customers are in fact grabbing the bump offer from time to time. But I really want to make sure that I can get support help when there are some issues.
    Help is very much appreciated. Thanks in advance.
    Warm regards

Viewing 1 replies (of 1 total)
  • Plugin Author WP Swings

    (@wpswings)

    Hi @mappel
    Thanks for using our plugin here are the answers of your queries.

    From our previous update we have changed the format of the Order bump offer image and its layout for its better showing.
    But still if you want the previous order bump offer to show product description text next to the image, below are some changes that make the order bump offer back to the previous one.
    1.Change the CSS:
    Go to public>css>upsell-order-bump-offer-for-woocommerce-public.css ,
    In that File , there is comment “/*New CSS For Layout Fixes */” under that comment at line 427 .
    comment or delete the css as you need.
    2.HTML Changes:
    Now got to includes>class-upsell-order-bump-offer-for-woocommerce-global-functions.php

    In that file go to line 874 and below that line add below code :
    $bumphtml .= ‘<div class=”wps_upsell_offer_product_content”> <h4 class=”wps_bump_name” data-qty_allowed=”‘ . esc_html( $wps_upsell_enable_quantity ) . ‘” data-wps_is_fixed_qty=”‘ . esc_html( $wps_is_fixed_qty ) . ‘” data-wps_qty=”‘ . esc_html( $wps_upsell_bump_products_fixed_quantity ) . ‘”>‘ . esc_html( $bump[‘name’] ) . ‘</h4><br>’;

    And then come at line 871 and delete that one.
    Now your order bump offer will be back to one that you want.

    Regards

    • This reply was modified 2 years, 6 months ago by WP Swings.
Viewing 1 replies (of 1 total)
  • The topic ‘product description text appears below the image and not longer next to it’ is closed to new replies.