Find Jobs
Hire Freelancers

Enque CSS in Child theme andPull through ACF data in PLP Jetwoo Template

£10-15 GBP / hour

Slutfört
Publicerad nästan fem år sedan

£10-15 GBP / hour

Hi, I am having the following issues for the brewery website that I am working on. Website information Platform: Wordpress Theme: Ocean WP Ecom platform: Woocommerce Plugins: Elementor pro Jetwoo Templates Task one: Other stylesheets overriding child stylesheet The issue I am trying to make some changes to the CSS but I am having some issues as the Woocommerce CSS is overriding the child one. I have created a child theme and have looked at the child stylesheet and it has a the Enque code is in there but I have read on this page ([login to view URL]) that it needs some additional code if it has multiple stylesheets which could be causing an issue. For an example of the issue go to [login to view URL] and look at the stylesheet for the .woocommerce [login to view URL] [login to view URL] .variations .reset_variations is overriding the child theme. What I would like? I need to fix this issue so if you could create some code to make sure the child theme’s stylesheet overwrites any other stylesheet on the website. If you can document what the code actually is and how you edited it so i can learn your methodology that would be great. Task two: ACF not pulling through in PLP The issue On the product lister pages, we have a Jetwoo template but it seems to be not pulling through the ACF field we have added in the product archive template. The main issue seems with ABV not pulling through as we are trying to add a “%” as a suffix but some of the other intermittently work. What I would like? Please, could you look at the images and see why this data isn't being pulled through and a simple guide on how to fix the issue. Please remember, I am not a developer and the guide will need to explain in a simple way how to fix the problem.
Project ID: 19328447

Om projektet

24 anbud
Distansprojekt
Senaste aktivitet fem år sedan

Ute efter att tjäna lite pengar?

Fördelar med att lägga anbud hos Freelancer

Ange budget och tidsram
Få betalt för ditt arbete
Beskriv ditt förslag
Det är gratis att registrera sig och att lägga anbud på uppdrag
Tilldelad till:
Använd avatar
Hello There! The first issue can be resolved by using the !important directive in CSS. If you add this code at your [login to view URL] file: .woocommerce [login to view URL] [login to view URL] .variations .reset_variations { border: 1px solid #000 !important; color: #000000 !important; } It will make the clear button have black border and color. I am not sure about why the second issue is occuring, but I will investigate and fix it. I need to login to WordPress and review the way ACF is being loaded on your page and if it is configured correctly or not. I can resolve both issues for you. Let's work on it! Send me a message to start. Thanks.
£13 GBP Om 40 dagar
4,9 (338 omdömen)
8,0
8,0
24 frilansar lägger i genomsnitt anbud på £13 GBP/timme för detta uppdrag
Använd avatar
i am here to work with you in this css-acf task will give best work asap as possible for you i am here to do
£11 GBP Om 15 dagar
4,9 (978 omdömen)
8,5
8,5
Använd avatar
Ready to work with you, could you please send me some more details about your project so we will estimate it accordingly....
£13 GBP Om 40 dagar
4,8 (517 omdömen)
8,2
8,2
Använd avatar
Hello, I read your requirements and understand very-well and ready to start work from now. Thank you
£10 GBP Om 40 dagar
4,9 (251 omdömen)
7,5
7,5
Använd avatar
Hi there? Hope you are doing good I have read your requirements and it’s seems like chil theme issue and I’m ready to fix these issues Thank you
£10 GBP Om 3 dagar
5,0 (225 omdömen)
7,2
7,2
Använd avatar
Hello. How are you today? I've read your job post carefully. This job really attracts me and also your required skills are completely matched with my major skills. I have good knowledge and rich experience with it. I built many websites by using this so it will be an easier and suitable job for me, I think. Mainly I want a long term relationship with you after this job. As you can see on my profile, I have been working as a full stack developer of over 7 years and is specialized in WordPress, PHP, JS frameworks and libraries and so on. I received good reputations from clients with their successful jobs. So once you hire me, I can start working immediately and can finish as you want. Please ping me asap when you need me. Thanks.
£30 GBP Om 40 dagar
5,0 (22 omdömen)
6,3
6,3
Använd avatar
Hello, I would love to help you enqueueing the CSS in child theme and properly displaying ACF data in your site. Please give me a chance to work with you or open chat to discuss further. Thanks & Regards, Vipworks
£16 GBP Om 3 dagar
4,9 (212 omdömen)
6,3
6,3
Använd avatar
Hi There, I have good expertise in working with wordpress themes such as Divi theme,Child theme Thrive theme, themeforest, monster templates etc. so I am ready to assist you with this project. I have done a lot customisation work in Child theme and I am sure that I will fix the issues and provide you reliable and scalable solution for long term. I am ready to discuss further and start work immediately. My WordPress Expertise:- - WordPress Setup (Themes and Plugins Development/Customization/Installation) - Membership (Wishlists Member, Digital Access Pass, optimize-member) - Optimize-press 1.0 and 2.0(Landing Page, Squeeze Page, Sales Page) - Studio-press/Classic press/Buddy press/Genesis Framework. - WP-eCommerce/Woocommerce. - Have comfortable working with various WP-theme. Looking forward to hear from you soon. I am very keen to work on this project. Let me know if you have any questions. Thanks & Regards, Aneesh
£13 GBP Om 40 dagar
4,2 (78 omdömen)
7,0
7,0
Använd avatar
Dear sir, I am very interested in this project. I have 8+ Year of Experience in this field and I can surely do this project, I work as freelancer with my inhouse team. Please try to give me one chance to prove my strength and quality of work. I always believe in quality work and always ready to provide you best solution for your project. Trust me sir i never disappoint you at least you can give me one chance. Please check my profile in freelancer.com https://www.freelancer.com/u/mdubey.html Please message me on PM for further discussion. Thanks & Regards Mohit
£10 GBP Om 40 dagar
4,4 (79 omdömen)
6,2
6,2
Använd avatar
Hello How are you? I have read your job description. Your project is adaptable for me. I am very interesting about your project I have rich experience over 5+ years working with WORDPRESS, WOOCOMMERCE, MySQL, API Integration, PHP, JQUERY, PSD TO HTML, PSD TO CMS, BOOTSTRAP, HTML55, CSS33, Theme development/Customization, Plugin Development /customization. I am ready to start work immediately, Looking for hearing from you please contact. Thanks, Vikas Singh.
£10 GBP Om 40 dagar
5,0 (15 omdömen)
5,3
5,3
Använd avatar
Hello! For the stylesheet problem use, please, get_stylesheet_directory_uri() The ACF problem you can fix for get_field( "text_field" ). this example fit you if you need display particular field. text_field - name of your custom field in admin panel. If you want, I can help you.)
£11 GBP Om 2 dagar
4,9 (23 omdömen)
5,3
5,3

Om kunden

Flagga för UNITED KINGDOM
Manchester, United Kingdom
4,8
5
Verifierad betalningsmetod
Medlem sedan juni 7, 2018

Kundverifikation

Tack! Vi har skickat en länk för aktivering av gratis kredit.
Något gick fel med ditt e-postmeddelande. Vänligen försök igen.
Registrerade Användare Totalt antal jobb publicerade
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Laddar förhandsgranskning
Tillstånd beviljat för geolokalisering.
Din inloggningssession har löpt ut och du har blivit utloggad. Logga in igen.