Page 109 of 109 FirstFirst ... 95999107108109
Results 1,081 to 1,088 of 1088
  1. #1081
    Join Date
    Jun 2018
    Location
    uk
    Posts
    26
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    hi there
    i have a minor change i want to make but im going screwy trying to find where the right place is

    the issue i have is that i have an attribute set that allows customers to upload there files, the button you click to upload the file says "choose file" i simply want to change it to say "upload file"
    i have search language files, i have search attribute php files,i have checked java files, i have looked in /image/buttons folder i have used developers tool kit to search and i am loss as to where the text can be changed, can anyone help
    Name:  choose file screen shot.png
Views: 62
Size:  19.7 KB

    https://www.cjscreativecrafts.com/po...irts-p-11.html
    Last edited by vmax; 14 Jan 2025 at 12:52 AM.
    zen 2.1
    PHP Version: 8.3.14
    https://www.cjscreativecrafts.com/

  2. #1082
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,363
    Plugin Contributions
    94

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by vmax View Post
    hi there
    i have a minor change i want to make but im going screwy trying to find where the right place is

    the issue i have is that i have an attribute set that allows customers to upload there files, the button you click to upload the file says "choose file" i simply want to change it to say "upload file"
    i have search language files, i have search attribute php files,i have checked java files, i have looked in /image/buttons folder i have used developers tool kit to search and i am loss as to where the text can be changed, can anyone help
    Name:  choose file screen shot.png
Views: 62
Size:  19.7 KB

    https://www.cjscreativecrafts.com/po...irts-p-11.html
    That "Choose File" text comes from the browser when it encounters a form-field with an input-type of "file".

    I did a web search for file upload change choose file text to see what could be done to change the text ... it's complicated.

  3. #1083
    Join Date
    Jun 2018
    Location
    uk
    Posts
    26
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Is there any way to replace it with a button either css or a png file?
    zen 2.1
    PHP Version: 8.3.14
    https://www.cjscreativecrafts.com/

  4. #1084
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,363
    Plugin Contributions
    94

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by vmax View Post
    Is there any way to replace it with a button either css or a png file?
    Web search engines are your friend; did you try the web-search I suggested above? IIRC, at least one had some javascript/css that would do that.

  5. #1085
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,845
    Plugin Contributions
    11

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by lat9 View Post
    Web search engines are your friend; did you try the web-search I suggested above? IIRC, at least one had some javascript/css that would do that.
    yes. what @lat9 said makes perfect sense.

    i found the 2nd solution in this posting, after doing what she recommended to be a potentially easy way to accomplish what you want.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #1086
    Join Date
    Jun 2018
    Location
    uk
    Posts
    26
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by carlwhat View Post
    yes. what @lat9 said makes perfect sense.

    i found the 2nd solution in this posting, after doing what she recommended to be a potentially easy way to accomplish what you want.
    thank you for the link, im not sure which file i need to edit and/or create, im a novice coder at best, i coann follow guideas and instructions and modify existing code to a small degree but thats about my limit
    zen 2.1
    PHP Version: 8.3.14
    https://www.cjscreativecrafts.com/

  7. #1087
    Join Date
    Jun 2018
    Location
    uk
    Posts
    26
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by lat9 View Post
    Web search engines are your friend; did you try the web-search I suggested above? IIRC, at least one had some javascript/css that would do that.
    hi thanks for the reply
    i did search and the more i read the more lost i got, after a couple of hours of reading various results i didnt know which way was up so had to admit defeat
    zen 2.1
    PHP Version: 8.3.14
    https://www.cjscreativecrafts.com/

  8. #1088
    Join Date
    Jun 2018
    Location
    uk
    Posts
    26
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    ok have found a possible css solution and want to run it past you guys

    the issue i am having in implementing it is knowing the exact tags required for that specific button/field
    Code:
    .upload-form .elementor-field-type-upload input[type="file"]::before{
        content: 'Browse files';
        background-color: grey;
        padding: 10px 15px;
        border-radius: 20px;
        color: white;
        font-size: 14px;
        line-height: 3em !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }
    
    .upload-form .elementor-field-type-upload input[type="file"]::after{
        content: 'You have not chosen any files yet';
        font-size: 14px !important;
        padding-left: 10px;
    }
    
    .upload-form .elementor-field-type-upload input[type="file"]{
        font-size: 0px;
    }
    
    .upload-form .elementor-field-type-upload input[type="file"]::file-selector-button{
        display: none;
    }
    tutorial was here
    https://www.youtube.com/watch?v=8XnOBVrU6r0
    zen 2.1
    PHP Version: 8.3.14
    https://www.cjscreativecrafts.com/

 

 

Similar Threads

  1. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  2. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  3. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  4. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR