-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
368 lines (302 loc) · 19.5 KB
/
faq.html
File metadata and controls
368 lines (302 loc) · 19.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>document.getElementsByTagName("html")[0].className += " js";</script>
<link rel="stylesheet" href="css/faqstyle.css">
<title>FAQ's-StrayLife</title>
</head>
<body>
<header class="cd-header flex flex-column flex-center">
<div class="text-component text-center">
<h1>FAQ's-StrayLife</h1>
</div>
</header>
<section class="cd-faq js-cd-faq container max-width-md margin-top-lg margin-bottom-lg">
<ul class="cd-faq__categories">
<li><a class="cd-faq__category cd-faq__category-selected truncate" href="#basics">Basics</a></li>
<li><a class="cd-faq__category truncate" href="#mobile">Mobile</a></li>
<li><a class="cd-faq__category truncate" href="#account">Account</a></li>
<li><a class="cd-faq__category truncate" href="#payments">Payments</a></li>
<li><a class="cd-faq__category truncate" href="#privacy">Privacy</a></li>
<li><a class="cd-faq__category truncate" href="#delivery">Delivery</a></li>
</ul> <!-- cd-faq__categories -->
<div class="cd-faq__items">
<ul id="basics" class="cd-faq__group">
<li class="cd-faq__title"><h2>Basics</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I change my password?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br> To change your password, follow these steps:</br>
<br>1. Log in to the account: Go to the website or application where you have your account and log in using your current username/email and password.</br>
<br>2. Navigate to account settings: Once logged in, look for an option like "Account Settings," "Profile," or your username/avatar at the top of the page. Click on it to access your account settings.</br>
<br>3. Find the "Change Password" option: Within the account settings, search for an option labeled "Change Password," "Password Settings," or something similar. It is typically located in the security or privacy section.</br>
<br>4. Verify your identity: Some platforms may require you to re-enter your current password or provide other authentication methods, such as a verification code sent to your email or phone.</br>
<br>5. Enter the new password: After verifying your identity, you'll be prompted to enter your new password. Choose a strong and unique password that includes a mix of uppercase letters, lowercase letters, numbers, and special characters. Make sure it's not a password you use on other sites for security reasons.</br>
<br>6. Confirm the new password: Most platforms will ask you to re-enter the new password to ensure you haven't made any typos.</br>
<br>7. Save the changes: Once you've entered the new password and confirmed it, click on the "Save," "Update," or "Change Password" button to apply the changes.<br>
<br>8. Log out and log back in (optional): To verify that your new password works, you can log out of your account and log back in using the updated credentials.
Remember to keep your new password secure and avoid sharing it with others. Additionally, consider using a password manager to help you generate and store strong passwords for all your online accounts.
If you encounter any issues or cannot find the password change option, consult the platform's official support documentation or contact their customer support for assistance.</br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I sign up?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p>To sign up, follow these steps:<br>
<br>1.Visit the website or app where the service is offered.<br>
<br>2.Click on the "Sign Up" or "Register" button.<br>
<br>3.Fill out the required information, such as your name, email, and password.<br>
<br>4.Agree to the terms and conditions, if applicable.<br>
<br>5.Verify your account through the provided email or phone number.<br>
<br>6.You're now signed up and can start using the service!<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>Can I remove a post?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>Yes, you can remove a post.<br>
Most platforms have an option to delete or remove your own posts.<br>
Look for the three dots or an edit option near your post to find the delete/remove option.<br>
Keep in mind that removing a post may not always delete it permanently, as some platforms may keep a copy for a short period in case of any issues.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do reviews work?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>1.Provide specific details, focus on your experience, and be honest and unbiased to help others make well-informed decisions.<br>
<br>2.Reviews provide valuable insights and help potential buyers gauge the quality, reliability, and satisfaction level of a product or service before making a purchase.<br>
<br>3.Reviews are written by customers, consumers, or users who have firsthand experience with the product or service being reviewed.<br>
</p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
<ul id="mobile" class="cd-faq__group">
<li class="cd-faq__title"><h2>Mobile</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How does syncing work?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p> <br>Syncing, short for synchronization, refers to the process of harmonizing data across multiple devices or systems to ensure they have the most up-to-date information. Here's how it works:<br>
<br>1.Data Exchange: Devices or systems communicate with each other, exchanging information on changes or updates.<br>
<br>2.Comparison: The synced devices compare the data they have to identify any discrepancies.<br>
<br>3.Update: If there are differences, the devices update their data to match the latest version found during comparison.<br>
<br>4.Two-Way Sync: In some cases, syncing works bidirectionally, meaning changes made on any device are propagated to all other devices.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I upload files from my phone or tablet?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>Via Email:<br>
<br>1.Open your email app and compose a new email.<br>
<br>2.Attach the file you want to upload from your device's storage.<br>
<br>3.Enter your email address as the recipient.<br>
<br>4.Send the email, and the file will be uploaded as an attachment.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
<ul id="account" class="cd-faq__group">
<li class="cd-faq__title"><h2>Account</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I change my password?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p>
<br>To change your password, follow these steps:<br>
<br>1.Log in to your account.<br>
<br>2.Go to the account settings or profile section.<br>
<br>3.Look for the "Change Password" option.<br>
<br>4.Enter your current password for verification.<br>
<br>5.Choose a new strong password and enter it twice for confirmation.<br>
<br>6.Save or update the changes.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I delete my account?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p>To delete your account, follow these steps:<br>
<br>1.Log in to your account.<br>
<br>2.Go to the account settings or preferences section.<br>
<br>3.Look for the "Delete Account" or "Close Account" option.<br>
<br>4.Follow the on-screen instructions, which may involve confirming your decision or providing a reason for deletion.<br>
<br>5.Some platforms may require you to enter your password or additional verification.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I change my account settings?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>To change your account settings, follow these general steps:<br>
<br>1.Log in to your account.<br>
<br>2.Look for a "Settings" or "Account" option on the website or app.<br>
<br>3.Click on the "Settings" or "Account" option.<br>
<br>4.You will likely find various options to edit your account details, such as username, password, email, privacy settings, notifications, etc.<br>
<br>5.Make the desired changes to your account settings.<br>
<br>6.Save your changes.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>I forgot my password. How do I reset it?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>To reset your password, follow these steps:<br>
<br>1.Go to the login page and click on the "Forgot Password" link.<br>
<br>2.Enter the email address associated with your account.<br>
<br>3.Check your email inbox for a password reset link.<br>
<br>4.Click on the link provided in the email.<br>
<br>5.Enter a new password and confirm it.<br>
<br>6.Save the changes, and you should now be able to log in with your new password.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
<ul id="payments" class="cd-faq__group">
<li class="cd-faq__title"><h2>Payments</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>Can I have an invoice for my subscription?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p> You can request an invoice by logging into your account and navigating to the billing or account settings section. Look for an option to generate or download an invoice for your subscription.</p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>Why did my credit card or PayPal payment fail?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>Possible reasons for credit card or PayPal payment failure:<br>
<br>1.Insufficient funds: There may not be enough money in your account to cover the payment.<br>
<br>2.Incorrect card/PayPal details: Entering the wrong card number, expiration date, CVV, or PayPal login credentials can lead to a failure.<br>
<br>3.Card expired: If your credit card has expired, the payment won't go through.<br>
<br>4.Security restrictions: Some banks may block online transactions or foreign payments for security reasons.<br>
<br>5.Billing address mismatch: The billing address provided during payment doesn't match the address on file with your bank or PayPal account.<br>
<br>6.Daily spending limit: Some banks impose daily spending limits, and the payment might exceed that limit.<br>
<br>7.Payment gateway issues: Technical problems with the payment processor or the merchant's website can cause payment failures.<br>
<br>8.Frozen account: If there are suspicious activities or overdue payments, your account may get frozen, preventing transactions.<br>
<br>9.International transactions: Your card may not be authorized for international payments if the merchant is based in another country.<br>
<br>10.PayPal account limitations: PayPal may restrict your account due to compliance issues or security concerns.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
<ul id="privacy" class="cd-faq__group">
<li class="cd-faq__title"><h2>Privacy</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>Can I specify my own private key?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>No, as a user, you cannot specify your own private key in most standard cryptographic systems.<br>
Private keys are generated by the cryptographic software and are intended to be kept secret and secure.<br>
Allowing users to specify their own private keys would compromise the security of the system, as it could lead to weaker keys or potential vulnerabilities.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How can I access my account data?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>To access your account data, follow these steps:<br>
<br>1.Visit the website or app where you created the account.<br>
<br>2.Click on the "Login" or "Sign In" button.<br>
<br>3.Enter your username/email and password.<br>
<br>4.Once logged in, navigate to your account settings or profile page.<br>
<br>6.Here, you should find access to your account data, such as your profile info, settings, and possibly a download option to request a copy of your data.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
<ul id="delivery" class="cd-faq__group">
<li class="cd-faq__title"><h2>Delivery</h2></li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>What should I do if my order hasn't been delivered yet?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>If your order hasn't been delivered yet, follow these steps:<br>
<br>1.Check the tracking status: Look up your order's tracking information online to see its current status and estimated delivery date.<br>
<br>2.Contact the seller: Reach out to the seller or the customer support of the online store where you made the purchase. Provide them with your order details and inquire about the delay.<br>
<br>3.Verify shipping address: Ensure that you provided the correct shipping address during checkout to avoid any delivery issues.<br>
<br>4.Check with the carrier: Contact the shipping carrier if you have the tracking number and inquire about the status of your package.<br>
<br>5.Wait for a few more days: Sometimes, delays may occur due to unforeseen circumstances. Wait a bit longer, as your package might still be on its way.<br>
<br>6.Request a refund or replacement: If the delivery is excessively delayed or the package is lost, ask the seller for a refund or a replacement of the items.<br>
<br>7.Check for delivery attempts: If you missed any delivery attempts, the carrier might have left a notice or attempted redelivery.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>Who takes care of shipping?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p>The shipping is typically handled by the seller or the company from which you made the purchase.<br>
They arrange for the shipment of the product to the buyer's designated address using various shipping carriers such as UPS, FedEx, DHL, etc.<br>
The buyer may also have the option to choose the shipping method during the checkout process.<br>
It's essential to check the shipping policies and options before making a purchase to ensure a smooth delivery process.</p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do returns or refunds work?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p><br>Returns or refunds typically work as follows:<br>
<br>1.Eligibility: Customers can usually return or request a refund for products that are damaged, defective, or not as described. Some stores may also offer returns for change of mind within a specified time frame.<br>
<br>2.Timeframe: There is usually a specific period within which returns or refund requests must be made, often ranging from 7 to 30 days.<br>
<br>3.Condition: The product being returned must be in its original condition with all original packaging and accessories, unless it's a defective item.<br>
<br>4.Proof of Purchase: Customers will likely need to provide a proof of purchase, such as a receipt or order number.<br>
<br>5.Refund Method: Refunds are generally issued using the same payment method used for the purchase.<br>
<br>6.Return Process: Customers may need to initiate the return or refund process by contacting customer support or filling out a return request form online.<br>
<br>7.Return Shipping: In some cases, the customer may have to bear the cost of return shipping, especially for change-of-mind returns.<br>
<br>8.Refund Processing Time: The time it takes to process a refund can vary depending on the store's policies and payment method used, but it often takes a few business days.<br></p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>How do I use shipping profiles?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p> Shipping profiles are used to simplify the process of managing shipping options for your products or services.<br>
Instead of manually setting shipping details for each item, you create predefined shipping profiles that can be applied to multiple products.<br>
This saves time and ensures consistency.</p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>When will my order arrive?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p> To find out when your order will arrive, please check the shipping details provided by the company you placed the order with or contact their customer support.</p>
</div>
</div> <!-- cd-faq__content -->
</li>
<li class="cd-faq__item">
<a class="cd-faq__trigger" href="#0"><span>When will my order ship?</span></a>
<div class="cd-faq__content">
<div class="text-component">
<p>To find out when your order will Ship, please check the shipping details provided by the company you placed the order with or contact their customer support.</p>
</div>
</div> <!-- cd-faq__content -->
</li>
</ul> <!-- cd-faq__group -->
</div> <!-- cd-faq__items -->
<a href="#0" class="cd-faq__close-panel text-replace">Close</a>
<div class="cd-faq__overlay" aria-hidden="true"></div>
</section> <!-- cd-faq -->
<script src="js/utli.js"></script> <!-- util functions included in the CodyHouse framework -->
<script src="js/faqmain.js"></script>
</body>
</html>