Home Forums WoodMart support forum Poner presupuesto – Quitar reseñas – Modificar iconos categoría de encabezado

Poner presupuesto – Quitar reseñas – Modificar iconos categoría de encabezado

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #326147

    Bitpromweb
    Participant

    1. ¿Puedo poner al lado de cada producto una herramienta de presupuesto que indique el precio, descargar pdf (en el lado de cada producto: https://prntscr.com/1wmbcsx) Quisiera que esté como en esta web: https://prntscr.com/1wmcdac

    2. Quitar Reseñas (Reviews) de los productos: https://prntscr.com/1wmavfn

    3. En los encabezados de categoría, quiero quitar los iconos de las demás categorías, dejar solo subcategorías. (https://prntscr.com/1wmcmsv)

    4. Y en el encabezado de Tienda dejar solo el título, quitar iconos y categorías del encabezado. https://prntscr.com/1wmcxhd

    Attachments:
    You must be logged in to view attached files.
    #326281

    Luke Nielsen
    Keymaster

    Hello,

    1. Unfortunately, the single page comes from the “WooCommerce” plugin, so we can’t affect this.

    2. In order to remove the “Review” tab, try to add this code to the functions.php file in your child theme.

    if ( ! function_exists( 'wd_single_remove_reviews_tab' ) ) {
    
        function wd_single_remove_reviews_tab( $tabs ) {
            unset( $tabs['reviews'] );
    
            return $tabs;
        }
    
        add_filter( 'woocommerce_product_tabs', 'wd_single_remove_reviews_tab', 110 );
    }

    3. To remove icons from categories in the page title, try to use custom CSS in Theme Settings -> Custom CSS -> put this code in the field “Global Custom CSS”.

    .page-title .category-nav-link img { 
      display: none; 
    }

    4. To remove categories from the page title, go to Theme Settings -> Product archive -> Page title -> find the “Categories in page title” field and disable it.

    https://monosnap.com/file/9u3yR6Y79AAmpYG29Z202Py7To7h2w

    Kind Regards

    #326312

    Bitpromweb
    Participant

    ¡gracias! Tengo una duda: Como puedo quitar de mi encabezado la categoría “Sin categoría” No quiero que aparezca.

    #326322

    Luke Nielsen
    Keymaster

    Hello,

    In order to remove the “Uncategorized” category from the page title, go to Theme Settings -> Product archive -> Page title -> enable the “Hide empty categories” field.

    https://monosnap.com/file/eVCK57KGETLCihF0ZGvFZeJyQXmBQW

    Kind Regards

    #326514

    Bitpromweb
    Participant

    Para que salga los colores del producto cuando pasas el cursor por encima del producto ¿qué tengo que hacer? He añadido colores al producto pero cuando paso el cursor no sale los colores encima del producto.Captura: https://prntscr.com/1wtq0p0 Como en el ejemplo (subo ejemplo)

    Y para pinchar en el color y que cambie el producto de color ¿cómo puedo configurar esta opción?

    Attachments:
    You must be logged in to view attached files.
    #326578

    Luke Nielsen
    Keymaster

    Hello,

    You need to enable color attributes in the “Grid swatch attribute to display” field in Theme Settings -> Shop -> Attribute swatches

    https://monosnap.com/file/KoyyDEEIth8xZZM0MY4vjN7tDwSys4

    Kind Regards

    #326642

    Bitpromweb
    Participant

    Lo que quiero es que en la página de producto al pinchar 1º en los colores que cambie de color.

    Solo me deja cambiar de color si completo todos los atributos del producto.

    Te paso un loom: https://www.loom.com/share/f7a12ef97bc44a29a50c237af819c92b

    #326826

    Luke Nielsen
    Keymaster

    Hello,

    It is a default setting of the variable products, if you have 2 or more options, you need to select all then the image will be changed.

    Please, try to remove the “Técnica de marcaje” option, then click on the color and the image will change.

    Kind Regards

    #327634

    Bitpromweb
    Participant

    ¡Hola! Para poner el desplegable del menú (categorías) más grande de dimensión ¿Dónde tengo que meterme?

    Como ves en el loom, los menús cambian de dimensión cuando paso el cursor y quiero que todos tengan la misma dimensión.

    https://www.loom.com/share/b34dab6613e84ad6a75ea4ef84b766cc

    #327647

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the width of the dropdown menu, go to Appearance -> Menus -> select the “Categories” menu -> there, open the item that has the dropdown, and in the “Dropdown Width” field change the width.

    https://www.loom.com/share/13e90457d92b440781099251f1055e50

    Kind Regards

    #327842

    Bitpromweb
    Participant

    Pefecto, ¿Y para el alto? Sería desde Apariencia -> Menú -> select Categories -> “Dropdown Height”

    He hecho cambios desde ahí pero cambia la altura del menú desplegable.

    #327934

    Luke Nielsen
    Keymaster

    Hello,

    The “Dropdown Height” option works only for the horizontal menu. In the vertical menu, the height of the dropdown depends on the content of your HTML block.

    Kind Regards

    #328196

    Bitpromweb
    Participant

    ¡Hola! Quiero poner en cada página de categoría un slider (slider revolution 6) pero me ocupa todo el ancho. (Quiero que quede como está la página de bolsas y mochilas (en este caso es un promo banner)

    Te paso loom: https://www.loom.com/share/eaf946993b8240189660f0fd34ded4b5

    #328251

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the width of the “Revolution Slider” you need to go to Revolution Slider menu in your theme dashboard and go to your slider’s settings -> in the “MODULE GENERAL OPTIONS” section select the “Layout” tab and change your slider’s layout from Full-Width to Auto

    https://monosnap.com/file/QUly5H1ijOU9FyEUg5Lywz7Ft9GY1U

    Then you need to edit your page where you have the “Revolution Slider” and in the “Row” settings where you have this slider change the “Row stretch” field to the “Default” option.

    https://www.loom.com/share/4cc4ab67aa5943afb77dcc867622ea12

    Kind Regards

    #328370

    Bitpromweb
    Participant

    ¡Sois unos genios! Gracias

    #328406

    Luke Nielsen
    Keymaster

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future.

    Have a wonderful day.

    Kind Regards

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘Poner presupuesto – Quitar reseñas – Modificar iconos categoría de encabezado’ is closed to new replies.