Hide image cards

Hi guys,

how can we hide image cards?

Thx for you support

https://priya.it/checkout/

«1

Comments

  • ...and how we can change this color of product preview?


    we try from the theme option color but not work

  • Hello,

    1) Please try the following CSS code:

    .woocommerce-checkout .payment_method_woocommerce_payments label img{
     display: none;
    }
    

    2) It can be changed it the shop archive template. Please see the following video tutorial:

    https://support.muffingroup.com/video-tutorials/how-to-create-custom-template-for-the-shop/


    Thanks

  • edited April 2023

    thx.

    1) Now how can we make the header steaky, shrinks and trasparent when scroll down?

    2) how can we disable 1. the shop link button and its before and after arrows and 2. the preview function of the previous and next product?


    3) We would like to make the image section on the left 1/3 and the descriptive part on the right 2/3, but using this already ready, without creating a custom template.


    4) Also how can we reduce the height of the submenu section?


    5) Why is my cart displaying double images? We would like to see only one...


    Thx guys for your support!

  • 6) From where can we insert background immage on category subtitle?


    https://priya.it/categoria-prodotto/orecchini/

  • 1) Open your header template, and in the header options, you can activate and customize the sticky version.

    2) It can be disabled in Betheme -> Theme options -> Global -> Navigation & Share.

    3) Try the following CSS code:

    .single-product .product_wrapper .product_image_wrapper{
     width: 33%;
    }
    .single-product .product_wrapper .entry-summary{
     width: 66%;
    }
    

    4) It is a subheader, and you need to reduce its padding in Betheme -> Theme options -> Header & Subheader -> Subheader.

    5) Please, turn off all of the plugins, refresh your cache, and check if the problem persists.

    Moreover, if you use a child theme, switch to parent, and recheck it.

    6) It can also be set in the archive template.


    Thanks

  • edited April 2023

    1) thx, but how can we set that when scrolling down the header goes down but reduces in height and becomes transparent and change the logo?

    2) fine THX

    3) fine THX

    4) We tried but nothing changes...how can we reduce the size?

    5) We disabled all plugins, refresh your cache and re-enabled everything. IT DOES NOT WORK! The images stay double...

    6) YES we know but what we ask is how to do it on the pages of a specific product category, such as the following:

    https://priya.it/categoria-prodotto/orecchini/


    Thx for your support

  • 1) You can reduce the heading by setting smaller padding for a sticky header version. Also, you can set the transparency in the section option under the Advanced tab.

    4) Can you please attach a link to the page?

    5) Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you are sending is complete and correct.

    6) You must create a new template and set up conditions to display only for this category.


    Best regards

  • 1) ok but when we find the setting smaller padding for a sticky header version?

    4) https://priya.it/categoria-prodotto/orecchini/

    5) check on you email

    6) ok thx now we try

    Best regards

  • 1) Please see the following screenshot:

    4) This space is set in the template. The top is section padding, and the bottom is a bottom margin below the heading.

    5) One of the Siteground plugins is the root cause.

    Best regards

  • 1) Either you didn't understand or I didn't explain myself well: when you go down, the header that goes down should be narrower and with a different logo (minimal version). The effect should be like this to understand each other...

    https://themes.muffingroup.com/be/language4/

  • Please open the sticky version and customize it however you want.

    To make sections narrower open section options, and set width to default.

    To change the logo, click on the logo element, and set up a new one.


    Best regards

  • edited April 2023

    🤣 We just can't understand each other... Can you spare a few more seconds so we understand each other?

    Look at the header of this link https://themes.muffingroup.com/be/language4/

    I created this GIF so I'm sure you see it, once you scroll down the header REDUCES in size and also the LOGO....

    We want to set 2 DIFFERENT sizes and 2 DIFFERENT logos for the header:

    1. STANDARDS. larger with full logo

    2. SMALLER. smaller with small logo

    Now it's clearer what we want to do?
  • I understand, but everything you mention is customizable in the sticky header version. 😁

    I created a copy of your header and a new page, and you can check how it looks and works there.

    https://priya.it/besupport-test-page/


    Best regards

  • I'm sorry but I'm sleeping very little at this time! 😆

    THX

  • But it is clear now, right? 😀

    If you have any additional questions, feel free to ask.


    Best regards

  • Hi guys,

    how can we set that these shipping fields...

    Can appear in uppercase?

    Thx a lot

  • You achieve that with the following CSS code:

    .single-product .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label span{
     text-transform: uppercase;
    }
    

    Thanks

  • Fine thx!

    1) How can we change the colors of the page turning section?

    2) how can we eliminate the oblique lines in this section?

    Thx a lot

  • 1) It is taken from the theme color. You can find it in Betheme -> Theme options -> Colors -> Content.

    2) Use this code:

    .pager .pages{
     background-image: none!important;
    }
    

    Thanks


  • THX!

    now how can we change the gray color?


  • Use this CSS:

    .pager .pages{
     background: #213705!important;
    }
    

    Thanks

  • edited April 2023

    THX!

    1) How can we add the rotate (360) effect on hover the social icon on footer (it's template custom footer)

    like this

    https://im.ezgif.com/tmp/ezgif-1-4806022533.gif

    2) how can we delete the white outline line and make the back-to-top button rounded?

    like this


    Thx for your support

  • 1) Open this element options and in Advanced -> Transform, and this effect is there.

    2) Here you go:

    #back_to_top{
       border-radius: 50%;
    }
    

    Best regards

  • THX!

    2) but how remove the white outline?

  • Why the GDPR & cookies image does it look squashed?



  • 1) Please change the previous code I have sent you to the following one:

    #back_to_top{
       border-radius: 50%;
       border: none!important;
    }
    

    2) Please update your Betheme to the newest version, and check if issue persists.

    Thanks

  • edited April 2023

    THX!

    1) how can we disable this function of the 4 keys in the bottom (in responsive mode)?


    2) How can we enlarge and set text colors of side menu in responsive mode?


  • edited April 2023

    3) how can we change the hover text color?


    4) how can we set that when the free option "GRATUITA" appears (spending over €75) the "STANDARD (2-4 days)" item disappears?


    5) how can we link specific page url in FAQ?


    6) THE MOST IMPORTANT THING: How can we set the single product view in responsive mode? (with 2 it's really too small)


    THx guyz!

  • 1) It can be hidden in Betheme -> Theme options -> Shop -> General.

    This option is placed at the bottom of the settings.

    2) It can be customized under the style tab of hamburger menu settings.

    3) Buttons and their colors can be customized in Betheme -> Theme options -> Global -> Buttons.

    4) It is a WooCommerce setting, but I found the following:

    https://www.tychesoftwares.com/how-to-hide-other-woocommerce-shipping-methods-when-free-shipping-is-available/

    Maybe it will be helpful for you.

    5) You can put it between HTML <a> tag.

    https://www.w3schools.com/html/html_links.asp

    6) Head to Betheme -> Theme options -> Shop -> Product list, and set the mobile layout to one.

    Best regards

  • THX!

    AAA. We find a big bug!

    --> Inside the single product page:

    from ANDROID: when you press on the image to enlarge it is ok, but when you press a second time to make it go back to standard size the image disappears.

    from iOS: unfortunately the situation is even worse! just press on it, even just to slide down and the image disappears! pressing a second time it appears with the zoom, pressing again to make it return to standard size the image disappears again!

    URGENTLY need fix guys! 😰

Sign In or Register to comment.