Prestashop import images jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 prestashop import images jobs found, pricing in USD

    ...inclusion in the database, it's crucial that your development skills allow for the flexibility to accommodate text-based articles, images and videos, as well as user-generated content. A primary factor I am focusing on during selection is your experience. Please provide detailed elaboration of your past experiences in this field. I need someone who is well-versed in WordPress and database website creation. Functionalities for the website/database are yet to be decided upon. However, key skills I anticipate needing include the ability to implement a user-friendly and efficient search and filter system for data, user registration and login options, and data import and export functionalities. Your creative and technical inputs will also be very valuable. This project ...

    $98 (Avg Bid)
    $98 Avg Bid
    43 bids

    ...zones. This should highlight why these decisions are suitable for a tourist town like Cranbrook and how they benefit both the users and the town. Completion Timeframe: Have this proposal ready by tomorrow morning. Here are additional steps to help guide you through the process: Visit the Cranbrook Open Data site and download the bike lanes data. Open MyMaps and create a new map for Cranbrook, BC. Import the bike lanes data to your map. Analyze the map to identify suitable areas for the operational zone, designated parking, slow zones, and no-ride zones based on traffic, accessibility, and safety. Mark these areas on the map using different colors or symbols. Draft the justification paragraph by considering the flow of tourists, the layout of the town, safety, and how these fact...

    $77 (Avg Bid)
    $77 Avg Bid
    54 bids

    I'm looking f...Thus, I need a guide on how to create the and import it into another project. So I want to have a guide that shows how to create a and import it in a new other project. The should function on iOS Simulator (on Intel Mac) and read iOS devices. You should provide instructions on how to create the and import it into a new Swift project. The ultimate goal of this project is to simply import into a new Xcode project and be able to use it. ---- I will set the milestone payment upon finalizing a deal and will not make any payment in advance. The milestone payment will only be released once I receive the guide and successfully create and import the framework into a new project on my end.

    $26 (Avg Bid)
    $26 Avg Bid
    13 bids

    I have a python scrape that collects data from a website but the cookie and csrf have changed and I am not sure how to obtain the ones from dev tools. Here is the top part of the broken scrape code. Can you fix it? Full code attached. # Scraping import os import datetime from time import sleep import requests import pyodbc from import InsecureRequestWarning requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning) def terminate(error_message, code, data, d_type): print(f"[{d_type}]{error_message}, Check Logs. Exiting...") dt = str(()).replace(".", "_").replace(":", "_").replace(" ", "_").replace("-", "_") print(f"nP...

    $142 (Avg Bid)
    $142 Avg Bid
    26 bids

    I need help creating a node for N8N (version 1.33) using "HTTP Request" for the page "", returning all the table data. Today I'm getting error 403. The deliverable should be a json file that I can import into my local N8N instance. I have the script in CURL already working, but when I import it into the N8N it gives the 403 error.

    $16 (Avg Bid)
    $16 Avg Bid
    43 bids

    I need to integrate Apple Pay into a Prestashop website using Redsys. Here is all the information needed to carry out the integration: As stated in this guide, it is simple and does not require advanced knowledge so I need tight budget.

    $128 (Avg Bid)
    $128 Avg Bid
    183 bids

    I am looking for a seasoned developer or team ...operational efficiency. More specifically, the requirements of the project are as follows: Connection to the hospital's database: The application should allow connection to the hospital's database systems. Display Patient Information: The application should allow displaying information about patients hospitalized in the hospital. Introduction of new patient records: The user should be able to import new patient records into the database. Patient Information Update: The application should allow updating of patient information in the database. Medical Records Management: The management of patients' medical records should be supported. Exit from the System: The application should allow the user to log ou...

    $13 (Avg Bid)
    $13 Avg Bid
    32 bids

    I'm seeking a creative professional who can create a fresh, modern looking logo design for our new business and once we select the winner - this project al...project also includes the winner to make a one page HTML page for our new empty website using this logo design only one page and upload to fasthosts. Just to be clear - logo design for our new company and project includes one page HTML design with new logo and a few paragraphs. Only one page. Company name is "Signaltec Limited" and the activity of the company is radio communication equipment import and selling. We will be selling CB radios, walkie talkies, ham radios, boating radio walky talkies - also we will be selling radio towers, radio masts - antennas So the design needs to be something catchy and relat...

    $12 (Avg Bid)
    Guaranteed
    $12
    33 entries

    I'm needing a skilled WordPress designer who can install a template purchased from themeforest for my portfolio /dance website Specifically, I require: - An expert who understands how to make efficient layout adjustments, understands theme installation, and can set up default content accurately. WordPress and p...a template purchased from themeforest for my portfolio /dance website Specifically, I require: - An expert who understands how to make efficient layout adjustments, understands theme installation, and can set up default content accurately. WordPress and portfolio website building. Strong WordPress layout skills and knowledge in theme customization ... the theme almost works but breaks on import...... the theme i can provide as zip file it is called bodega ...

    $154 (Avg Bid)
    $154 Avg Bid
    258 bids

    ...creation of functional Excel spreadsheets using data sourced from images. These images are primarily composed of numeric data and will need to be meticulously converted into a spreadsheet format. The key elements of this project are: - Converting data in image format to a neat, organized Excel spreadsheet. - The data to be converted is purely numeric. Furthermore, there are requirements around data validation rules. Primarily: - Date-specific data is included. Thus, knowledge of date formatting and validation protocols in Excel are essential. The ideal freelancer for this job should have: - Strong experience with Excel, particularly in the creation and management of spreadsheets. - Prior experience with data conversion from images to spreadsheets. - The abili...

    $20 (Avg Bid)
    $20 Avg Bid
    108 bids

    I am in urgent need of a talented freelancer who is conversant with Prestashop programming. I need a custom homepage developed as rapidly as possible. The main functionalities needed are a product catalog, shopping cart, and user registration. The homepage design has been predetermined and will be shared upon project commencement. Key Features Include: - Custom homepage display as provided in the given design - Integration of the product catalog, shopping cart, and user registration Ideal Skills & Experience: - Proficient in Prestashop - Experience with UI/UX design - Attentive to detail, and able to deliver in tight schedules With the structure and functionality in place, in future, we can quickly and effectively tweak the website components to my unique demands a...

    $121 (Avg Bid)
    $121 Avg Bid
    103 bids

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { ...paragraphs or sections if ((abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    $18 (Avg Bid)
    $18 Avg Bid
    20 bids

    I'm currently experiencing a significant slowdown on my Prestashop website, specifically with sluggish page loads and a considerable server response time. This slowdown can primarily be attributed to the change of a recent change of template Clasci to a customized theme, the developer of the theme told me that I would need an expert to help me identify the bottlenecks in my server and improve the setup I'm in need of a Prestashop expert who can not only tackle these speed issues but also work on optimizing core vitals of my website. The freelancer should have a well-rounded understanding of the Prestashop platform and an expertise in dealing with large product catalogues. I'm also unsure of whether any caching mechanisms have been implemented on my webs...

    $127 (Avg Bid)
    $127 Avg Bid
    152 bids

    I want to manage a work - system that will draw from an xml file (attach) from my supplier every day and update 1. products (addition or removal depending on the file) 2. update of prices, photos, characteristics, description, etc. 3. it will run once a day automatically everything I want automatically no manual tasks now 90 products on my site after xml 4000 products import the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all + 90 products my total 4090 products the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." ->...

    $53 (Avg Bid)
    $53 Avg Bid
    37 bids

    ...professional with proven experience in converting email images to HTML that works smoothly in Microsoft Outlook. This task is urgent, requiring completion within one week, so please consider this timeframe before bidding. Key Project Details: - The project currently as test involves 1 email image. - These images must be accurately converted into HTML following specific style guidelines that I will provide. - The final product should render perfectly when viewed in Outlook and any other email services. Ideal Skills and Experience: - Proficiency in HTML/CSS - Experience in converting images into HTML especially for email templates - Familiarity with Outlook's HTML compatibility - Ability to adhere to design guidelines and recreate styles from images -...

    $16 (Avg Bid)
    $16 Avg Bid
    24 bids

    In a bid to expand my women's footwear wholesale business, I'm looking for a freelancer with excellent lead generation skills. Here's what I need: - Identify potential clients interested in wholesale women's slippers. - Generate leads in the fashion market, pinpointing businesses that could potentially import our products. - Any background in the fashion industry, especially footwear, would be a definite advantage, but isn't mandatory. - Proven experience in lead generation and outstanding communication skills are a must. Get ready to step into the world of women's fashion footwear!

    $32 (Avg Bid)
    $32 Avg Bid
    12 bids

    Our primary goal is to establish an e-commerce website aimed at professionals. The site should have a strong emphasis on: - Visually pleasing content: Use top-notch graphic...to capture attention. - Relevant and Concise information: The site needs to be informative, offering precise and straightforward information about our products. - Interactivity: A user-friendly interface leading to seamless navigation and engagement is critical. - Import and Export of Products: The functionality for importing and exporting products should be effortless and efficient. Ideal candidates should have significant experience in designing e-commerce websites, graphic design, SEO, and server-side scripting for product import/export. Knowledge and understanding of the professional market is a de...

    $288 (Avg Bid)
    $288 Avg Bid
    109 bids

    Need To create Or Use An Ai That Can Generate Sequential Images That Can Then Be Animated into A Video PHP More details: What is the purpose of the generated video? Marketing/advertising Who is the target audience for your video content? Young Adults What type of video styling do you prefer? Realistic

    $123 (Avg Bid)
    $123 Avg Bid
    123 bids

    I need some help me customise a Framer template with my content and layout all the breakpoints (mobile, tablet, etc) correctly. You will need intermediate to advanced knowledge using Framer.com. It's a single page site with 5 sections. I have created a Figma design to show the customisations/layout I want. I just need someone to make the Framer template look like the Figma design (not import the Figma design to Framer!). The site must be designed with all the correct Position and Sizing settings (Relative, Fill, Fit Content, etc) applied to each element so that the site responds well on different screen sizes. Please send examples of sites you have build using Framer and include the word ‘CustomiSe’ in the title of your cover letter. Look forward to hearing from ...

    $147 (Avg Bid)
    $147 Avg Bid
    83 bids

    It is necessary finish a web application in python + django regard the statistic of stocks. So it is necessary: some fetaures of some filter; -. make some change to mysql database and api to datafeed. -. verify the formulas and add some features; -. make better the design. - create an admin page with security login and import stocks manually. Please answer only if you can show similar experiences

    $111 (Avg Bid)
    $111 Avg Bid
    110 bids
    $190 Avg Bid
    1 bids

    ...variations does not suit our company. We are looking for a developer who can import 3D model data into PlayCanvas, so we hope you understand this well before bidding. We are looking for a developer who can import 3D model data into PlayCanvas. Project Introduction: Our company is creating a site that implements a function to look around cars using the PlayCanvas engine. The developer I worked with for 4 years left the job due to personal reasons, so I'm looking for a new developer. Development tools: PlayCanvas engine, React, Node.js, JavaScript, etc. All projects have already been created with PlayCanvas, so producing them with or making variations does not suit our company. We are looking for a developer who can import 3D model data into PlayCanvas, so w...

    $2170 (Avg Bid)
    $2170 Avg Bid
    108 bids

    I am looking for an expert mobile application developer who excels in both iOS and Android a...Date Range 5. Review Current Meter Reading by Property Name: Approve Water Reading and Service Charge for Billing. Sample of Pending/Approval format attached. Export File, Report of Pending Approval, Approved. Filter by Property 6. Export xlsx files on Based on Excel Template Settings with Editable Export Headers and Mapping 7. Search of Archived Files already exported The Excel Template for Import/Export file will have 20 field names to be used for mapping. See attached sample. Your quote MUST include: a. All the technologies to be used b. Time Period Required | State each deliverables MUST include sample of Mobile App and Web Portal. Otherwise, please do not bid. Thank you for unde...

    $750 - $1500
    Sealed NDA
    $750 - $1500
    96 bids

    My primary focus for this project is to enhance my website's user experience by drastically cutting down the loading speed. I am aiming to achieve this incredible performance target: - Load speed: under 1 second My website is beautiful but heavy. The main area of improvement needed is with image optimization. If you think you can help me to reach this goal with your skills and experience, particularly in image optimization and web performance tuning, please place your bid. Your expertise in improving web loading speed to achieve superior UX will be valuable.

    $17 (Avg Bid)
    $17 Avg Bid
    46 bids

    I'm in need of an experienced AI graphic designer to create a collection of 15-20 modern designs for dining tables, based on different types of wood and epoxy. I need the tables perfect rendered graphic-quality., with spectacular views to the tabl... with spectacular views to the table . I wanna have different angles of each table. table should have size of approx. 2m x 0,9m the epoxy tables should look similiar to theese examples. That means, I dont wanna have expoxy with some stones or other elements within. only one-colour-epoxy or some epoxy with mixed colours. Example images are attached ... Must-have Skills: - Proficient in AI imaging techniques - Prior experience generating photo-realistic images - Skills in digital marketing photography or an understanding...

    $350 (Avg Bid)
    Featured Guaranteed
    $350
    484 entries

    ...convert MOV to MP4 in media encoder - how to convert MP4 to MOV in adobe media encoder - how to add automatic captions to video (burned in captions) in premiere pro - how to bring after effects composition into premiere pro (Adobe dynamic link) - how to do spell check in Premiere Pro - how to edit a time-lapse in premiere pro (lots of images in an image sequence) - how to use both warp stabilizer and change speed on a clip together (by nesting sequences) - how to import and edit a premiere pro graphics template (MOGRT file) - how to use Horizontal Flip and Vertical Flip effects in premiere pro Style: Follow the examples set here: @RDKtutorials/videos - Every video needs to have at least 1920x1080 HD resolution or higher. - You'll need to digitally zoom into the frame...

    $116 (Avg Bid)
    $116 Avg Bid
    21 bids

    Looking for an expert in Prestashop, particularly with experience in modifying the website's code and database structure. The project will involve: - Reviewing the current code (1 file) which is working, focusing on its structure, organization and best practice. - Updating a database record subsequent to code activation. Ideal candidates will have a strong understanding of Prestashop, database management, as well as needful experience in code structure and organization. I anticipate code review, followed by assured database updates. Ongoing work available.

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    104 bids

    Objective:...during review, the import of the affected document will be halted. An notification detailing the errors, including the specific worksheet and cell location, is shown to the submitting user for corrections. Database Import: Upon successful validation, data will be transferred to the database within a transaction, ensuring all-or-nothing import to maintain data consistency. Specific tables will be designated for each document type, determined during the analysis and planning phase. SharePoint Integration: Update the status of the document in SharePoint based on the import outcome, allowing for an overview of import success. Notify the user (and optionally the IT solution administrator in case of technical errors like SharePoint or database ac...

    $1515 (Avg Bid)
    $1515 Avg Bid
    21 bids

    I'm seeking a talented photo editor to meticulously remove wristwatches from a few JPEG images. As a crucial requirement, your work must leave no evidence of editing, maintaining the natural appearance of the individuals within the images. Key Details: - Desired Outcome: Exclusively remove wristwatches in images, leaving everything else untouched. - Original Image Format: JPEG - Final Format: Edited images should be returned in JPEG format. Ideal freelancer will have: - Extensive experience in photo editing and manipulation - Proficiency in software tools such as Photoshop or Lightroom - An eye for detail and precision - Proven track record of delivering high-quality photo edits

    $63 (Avg Bid)
    $63 Avg Bid
    42 bids

    Dear designers, We need a unique, stylish and clean company logo for a car dealership in The Netherlands named "Moss Automotive". This company will be working in the import and export of premium luxury cars. Please note that our target audience will be traders in high end cars from all over the world. The logo design must match our target audience. We don't have a specific design in mind and we want to see some nice and creative ideas from you. I will provide regular feedback and remove the designs we don't like to keep the entries clean. Please don't submit used logo's from generator AI tools. We need something unique designed from scratch. Please don't submit 3D entries with storefront or wall background. Just the logo in 2D please so we can ...

    $80 (Avg Bid)
    Guaranteed
    $80
    503 entries

    I'm in need of expert legal guidance to help me navigate through the ...Compliance advice: As an international logistics company, I need to comply with a multitude of regulations. I'm looking for an individual or firm who can provide compliance advice in all areas - from transport regulations to import/export rules. The ideal candidate will have extensive experience in international law, particularly pertaining to the logistics industry, and have a deep understanding of regulatory compliance. Ability to seamlessly navigate and expedite the licensing process in various countries and regions is a must. An in-depth knowledge in the field of transport, import, and export regulations is also crucial. Proficiency in English communication both written and spoken is a pre...

    $113 (Avg Bid)
    Local
    $113 Avg Bid
    2 bids

    I'm in need of a capable developer who can convert our Excel books into a MySQL-driven application. The software should include the following: - Search Functionality: The ability to quickly retrieve specific data from the database. - Data Import/Export: The capacity to smoothly import data from our current books to the application and export it when necessary. - User Access Levels: The system should differentiate user roles and permit each level to only access designated areas. In terms of security: - Basic authentication: A simple username/password login system. - Two-factor authentication: Additional security measure to verify users. - Role-based access control: Enhanced security to designate access based on role. A successful freelancer for this job should be pro...

    $1280 (Avg Bid)
    $1280 Avg Bid
    63 bids

    As someone knowledgeable with SAP Business One Integration Services (B1i), your expertise is needed to craft a B1i scenario crucial for the import of item master data. Specifically, this data will be migrated from SAP ECC into SAP Business One (B1i). The data to be imported will exclusively concern item data. This opportunity requires an extensive background in data migration, particularly within the SAP ECC, SAP Business One and B1i environments. Your familiarity with these systems will undoubtedly fast-track the task at hand and minimize any potential hitches during the integration process.

    $36 / hr (Avg Bid)
    $36 / hr Avg Bid
    11 bids

    I am looking for a proficient Photoshop expert to modify 10-50 images. Your task primarily includes background removal, color enhancement, and image retouching. The project needs to be completed within a week. Ideal candidates should have a proven track record in photoshop and should be comfortable with quick turnaround times.

    $115 (Avg Bid)
    $115 Avg Bid
    117 bids

    More details: We are looking for a skilled Interactive Map Designer proficient in Google Earth Studio and Adobe After Effects to create captivating and interactive maps for our website. What specific multimedia elements would you like to integrate into the interactive maps? Images, Videos, Text How many interactive maps do you need to design and animate? 2-5 For which platforms should the maps be optimized? iOS, Android, Web

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    28 bids

    I'm looking for an expert in XML and Wordpress to import news stories from an existing non-Wordpress site to my Wordpress site. Should also include images and crucial meta data, such as the original publish date. It's necessary that these are accurately transferred over. - Importing Stories & Data: News stories and all related meta data from the existing site have to be imported correctly. - Categories: Imported news stories should be organized on the Wordpress site by topic. This categorization is essential for maintaining a clear and user-friendly interface. Ideal Skills & Experiences: - Previous experience with XML and Wordpress is paramount. - Proven expertise in website data migration. - Strong understanding of how to appropriately categorize digit...

    $193 (Avg Bid)
    $193 Avg Bid
    107 bids

    ...serving individual buyers. Key features should include: - Inventory Showcase: Display our impressive array of cars in a clear, organized, and aesthetically pleasing manner. The developer should be capable of creating and implementing excellent, high-quality images and detailed car descriptions. - Comprehensive Import Process Information: The website should thoroughly explain the car importing process, breaking down each step in a structured and easy-to-understand way. - Quote Request System: Users should be able to request custom import quotes through the website. The ideal freelancer should have: - Experience in website development, particularly for businesses related to automobiles or similar industries. - Proficiency in creating intuitive user interfaces wit...

    $395 (Avg Bid)
    $395 Avg Bid
    158 bids

    I'm currently seeking a proficient freelancer who can upgrade my existing Prestashop website from version 1.7.8.7 to version 8. However, our site incorporates multiple modules, so it's essential that these interact smoothly with the updated platform. Scope of work: - Safely upgrade the Prestashop core from version 1.7 to 1.7.8.0 - Ensure compatibility of all existing modules post upgrade - Conduct testing post upgrade to check site functionality and troubleshoot possible issues if necessary - we can assist with this. Required Skills: - Proven experience in managing Prestashop upgrades - Proficient in PHP and Prestashop ecosystem - An eye for detail to spot any potential issues post-upgrade before they create significant problems.

    $28 (Avg Bid)
    $28 Avg Bid
    13 bids

    We're seeking a Shopify whiz to launch our next big product! Do you: Find hot-selling products...proven track record are essential. Product Research: Strong understanding of e-commerce and Shopify market trends. Experience with product research tools and competitor analysis, particularly for Shopify stores. Excellent communication and presentation skills. Supplier Sourcing: Proven track record of sourcing and negotiating with overseas suppliers. Knowledge of quality control processes and import/export regulations. Marketing Strategy (Optional): Experience in developing and executing successful marketing campaigns specifically for Shopify stores. Proven ability to generate leads and drive sales within the Shopify platform. Familiarity with ROI calculations and Shopify marke...

    $166 (Avg Bid)
    $166 Avg Bid
    50 bids
    Solidworks Visualize 4 days left
    VERIFIED

    Hello, I am looking for someone who is working with solidworks and visualize and is familar with cad data for visualization. Problem: I did a model (vehicle) in 3dmax and exported it as obj and fbx. After import different objects are not in the right position. Imported in blender however It seems to be good. I can provide the max or blender file and I need someone who can deliver me the proper result as a visualize project file. Thank you.

    $140 (Avg Bid)
    $140 Avg Bid
    55 bids

    We are a web agency in Greece and we maintain 2 Presta websites. We would like to hire a person for remote development by the hour for various tasks including but not limited to Theme / module customization Theme / module development ERP Synchronization Bug squashing Frontend Layout Modifications Responsive Design Prestashop Upgrade On our systems we use webpack to bundle our own assets so experience with this is required. We use git to track progress so knowledge of how to create a PR and submit code that targets a specific issue is a must. Because we're based in the EU, you will need to sign a Confidentiality Agreement that will be shared with our clients before you can work on their website due to the GDPR. We value quality and bug-free code more than speed so you w...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    46 bids
    $39 Avg Bid
    1 bids

    I am seeking an experienced OJS professional to integrate two specific plugins into the OJS 3.x system. We have two web sites. They are: and The plugins are: - Google Scholar plugin - SciELO plugin These plugins should provide a few key features: - Capability to search and import references from Google Scholar - Seamless integration with the SciELO database The successful person for this job should have demonstrable experience in similar projects and a deep understanding of OJS. Expertise in the installation and configuration of specific plugins is highly desirable. They should have excellent problem-solving skills and deliver on time. I look forward to working with someone who can ensure the successful implementation of these

    $47 (Avg Bid)
    $47 Avg Bid
    11 bids
    Trophy icon Edit Product Images 2 days left

    *URGENT* WINNER WILL BE SELECTED in 12 -24hours* Please make the changes according to the figma file :

    $10 (Avg Bid)
    Guaranteed
    $10
    64 entries

    Looking for a skilled photo editor with experience in background removal and image editing and retouching suited for high-quality print material. All images should have transparent backgrounds. Link to images:

    $20 (Avg Bid)
    Guaranteed
    $20
    233 entries

    Four YouTube Thumbnail Images for Our Kids Read

    $100 (Avg Bid)
    $100 Avg Bid
    1 bids

    We sell large machines produced all over the world. The images we receive from the manufacturers have no context for size/scale, as such we need the image of a male (you need to provide this) added to the machine images to provide this scale. We also want to make these images more interesting. The image needs to be realistic, using the same male 'worker' image in each image. There are 48 individual machine images in total requiring the addition of the male worker image. All images need to be the same size (to be discussed) for web use.

    $569 (Avg Bid)
    $569 Avg Bid
    65 bids

    The import from an URL is automated in WordPress with cron and custom plugin. It is not working anymore and it needs to be updated.

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    105 bids
    Trophy icon Watermark remove from 17 images 4 days left

    I am seeking a professional to remove the watermark from 17 images. I am seeking a professional to remove the watermark from 17 images. I have attached only 1 photo. I will send the rest of the images to the selected freelancer.

    $9 (Avg Bid)
    $9
    13 entries

    I need a savvy designer to create a modern and appealing logo for my business, Paraliya Import&Export&Tobacco. We operate in the Import, Export and General trades industry. Important aspects to feature: - The primary products we offer: Regular cigarettes, electronic cigarettes and hookah honey. - Logo needs to be modern and professional, evoking a sense of trust, reliability and quality. Ideal freelancer will have: - Strong graphic design skills - Experience in logo creation - Knowledge of current design trends - Understanding of import/export industry would be ideal, but not necessary. Once the initial designs are submitted, I will provide concise feedback and potentially request revisions. The finalized logo would need to be in a high-definition forma...

    $35 (Avg Bid)
    Guaranteed
    $35
    48 entries