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

Css code to be corrected to WordPress + Woocommerce

Translated7 USD

Client's review of cooperation with Didar Zhexembaev

Quality
Professionalism
Cost
Contactability
Deadlines

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

Freelancer's review of cooperation with Vladimir Glebov

Payment
Task setting
Clarity of requirements
Contactability

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

  1. 1005    115  2   1
    1 day4 USD

    Hi, write help to hide CSS style attributes.

    Please call me, I will be happy to help.

  2. 1700    177  2   2
    Winning proposal1 day7 USD

    Good Morning Vladimir ready to write code to hide variable lists I will do everything quickly and quality

  3. Another 3 proposals concealed
    1 proposal concealed
  • 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 & CSS

Fix the CSS/DOM layout of cards in the Chrome extension for localizing D&D Beyond

There is a Chrome extension Manifest V3 that localizes the D&D Beyond website into Ukrainian. The project is written in TypeScript + WXT. The extension works through a content script: it finds English text on D&D Beyond pages and replaces it with the Ukrainian translation. The…

HTML & CSSJavascript and Typescript ∙ 21 minutes back ∙ 6 proposals

Layout of a page for a website on Khoroshop + and editing 2 written pages

112 USD

Hello! Task: To create the "Loyalty Program" page and make adjustments to the "Wholesale Cooperation" and "Corporate Orders" pages Page "Loyalty Program": - Create the page in HTML code according to our design in Figma - Adapt for desktop and mobile versions, iOS and…

HTML & CSS ∙ 1 day 6 hours back ∙ 36 proposals

I am looking for a person who can help fill the advertising agency website on WordPress.

I created the pages in the cloud and now I have done everything on WordPress. I am looking for someone who can help fill the website with content. Quickly and efficiently, certain photos will probably need to be generated in GPT. I will try to help. There are about 15 pages.

AI Content CreationHTML & CSS ∙ 1 day 12 hours back ∙ 39 proposals

I need to create a website from a PDF, is it possible?

The design is already fully drawn but we only have it in PDF, as the Figma file was lost... There may be discrepancies with it. This is acceptable. Do we need to redraw it in Figma? Or is it possible to layout and put it on a CMS, and if so, which one? There will be a lot of…

HTML & CSSWeb Programming ∙ 1 day 12 hours back ∙ 112 proposals

Development of a WordPress + WooCommerce online store

# Development of an Online Store for Agricultural Equipment The design mockup is currently in the final stages of development. I fully understand that without a ready mockup, the final estimate will be inaccurate. However, if you have already implemented similar e-commerce…

Content Management SystemsHTML & CSS ∙ 1 day 19 hours back ∙ 75 proposals

Client
Vladimir Glebov
Ukraine Kyiv  22  0
Project published
4 years back
118 views