Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start getting offers from freelance performers within minutes after posting!

Css code to be corrected to WordPress + Woocommerce

Translated8 USD

Client's feedback on cooperation with Batyr Ahmetov

Quality
Professionalism
Price
Availability
Terms

Everything is great! The task is done quickly and safely, without freezes at all. Very grateful. Ready to work together.

Freelancer's feedback on cooperation with Vladimir Glebov

Payment
Task formulation
Requirements
Availability

A great order I recommend it all.🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟

  1. 1446    115  2   1
    1 day5 USD

    Hi, write help to hide CSS style attributes.

    Please call me, I will be happy to help.
    Здравствуйте, пишите помогу скрыть css стилем атрибуты.

    Обращайтесь, буду рад помочь

  2. 2447    176  2   2
    Winning proposal1 day8 USD

    Good Morning Vladimir ready to write code to hide variable lists I will do everything quickly and quality
    Добрый день Владимир готов написать код для скрытия вариативных списков все сделаю быстро и качественно

  3. 3 more hidden bids
    1 bid hidden
  • Aleksandr S.
    10 June 2021, 19:56 |

    Добрый день. Если Вам нужно скрыть на странице продукта определенный атрибут, то сделать это лучше через хук в functions.php

    Что-то типа этого

    function mycode_hide_attributes_from_additional_info_tabs( $attributes, $product ) {    /**     * Array of attributes to hide from the Additional Information     * tab on single WooCommerce product pages.     */    $hidden_attributes = [        'pa_network',        'pa_merchant',        'pa_brand',    ];    foreach ( $hidden_attributes as $hidden_attribute ) {        if ( ! isset( $attributes[ $hidden_attribute ] ) ) {            continue;        }        $attribute = $attributes[ $hidden_attribute ];        $attribute->set_visible( false );    }    return $attributes;} add_filter( 'woocommerce_product_get_attributes', 'mycode_hide_attributes_from_additional_info_tabs', 20, 2 );  


    Где   pa_network',        'pa_merchant',        'pa_brand',   - это название таксономии атрибута.

Current freelance projects in the category HTML and CSS

Layout of website blocks css (bootstrap) + html

25 USD

For periodic work, we need a frontend developer who can layout elements/blocks of the website. Important: - clean code - use of bootstrap - responsive design, cross-browser compatibility - speed (pagespeed, etc.) - accuracy and meeting deadlines - experience with WordPress is…

HTML and CSS ∙ 18 proposals

Admin panel for an article website

Good day. It is necessary to write an admin panel for a gaming article website (this website - https://themeforest.net/item/goodgames-portal-store-html-gaming-template/17704593) The admin panel should include: 1. **User Management:** - Creating new users. - Editing…

HTML and CSSPHP ∙ 14 proposals

Fix the layout according to Figma on 2 pages on WP+Elementor PRO

25 USD

I have 2 ready-made pages designed on WordPress+Elementor PRO. The layout in some places is not done qualitatively, it is necessary to correct the layout on these pages clearly following the design in Figma. Deadline for completion is 29.03.2024!!! Please contact only…

HTML and CSSWeb design ∙ 7 proposals

Website layout according to the design.

510 USD

Good day. There is a layout in Figma: https://www.figma.com/file/RGVIymprYc4QaiJ5qp3iwL/LayerGame?type=design&node-id=0-1&mode=design There is a UI kit and a ready-made layout of the Main page, implemented in React, animations are done using GSAP. It is necessary to layout 2…

HTML and CSSJavaScript ∙ 39 proposals

I am looking for a WordPress and Okay CMS (Full Stack) programmer

Hello everyone! I need a programmer for WordPress and Okay CMS platforms to make improvements and enhancements on websites. Mainly these are online stores, landing pages, and implementing Google Ads tags. It is important that this collaboration does not have the sole purpose of…

HTML and CSSOnline stores and e-commerce ∙ 7 proposals

Client
Vladimir Glebov
Ukraine Kyiv  22  0
Project published
2 years ago
118 views