Alor Web
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Graphics Display DilemmaDouble check first your file upload path on your WordPress setting. To achieve this, just follow these steps, https://share.zight.com/nOu7BrOy.
Make sure the images will go in your “Uploads” folder. If not, just follow what is in the screenshot and save your changes.
Next is to check your Media settings. https://share.zight.com/v1u9vz7m
Click Save Changes.
Now try to upload a new image and see if that image shows up on the page. You can test it out and let me know if it works on your end.
Regards,
JerryForum: Fixing WordPress
In reply to: Password Protected Page doesn’t work on mobileHi @2mooses
Can you please send me a link to that page, or maybe can you create a sample page and have a temporary password so that I could test it here on my end and check for possible error? From there, I can assess what is causing the issue.
ThanksForum: Fixing WordPress
In reply to: Layout issues on flex layout templateHi @banderolle,
To resolve the misaligned issue on that page, please add this CSS code to your website.
- Go to your WP dashboard > Appearance > Customize.
- On the customizer copy the CSS code below and paste it inside the Additional CSS option.
.section-team__link { ? ? display: block; }
- Click Publish.?
This is what it looked like before: https://tinyurl.com/2a5oz4jo
This is what it looked like after: https://tinyurl.com/28e5srz4
If the CSS code above didn’t work. Just add !important on the end of the word “block”. Here is the updated CSS code.
.section-team__link { ? ? display: block !important; }
Please try the recommended solution and let me know if it works for you.
Regards,
JerryHi @nazgul1111
Can you please share some additional screenshots of the issue on your media files so that we could better look at it?
ThanksHi @creatorguy
Try to disable the AJAX option when adding items to your cart. Follow this guide https://share.zight.com/X6uvJY0E and just unchecked the option for “Enable AJAX and add to cart buttons on archives”.
Finally, scroll to the bottom of the page and click the ‘Save Changes’ button to save the settings.
Hope this helps.
Thanks
Hi @nazgul1111,
Kindly check your WordPress Uploads Directory Location and make sure that the media files are under the Uploads directory. This is how you can check: https://share.zight.com/04u8erP7.
If you could send us a screenshot of what is showing on your end, it would be great. Please hide some sensitive information and only just the Uploads Directory Location information.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Change LayoutThanks everyone for the help.
Forum: Fixing WordPress
In reply to: edit Template – Single Articles by Editor and theme upgradesHi @robye,
Are you referring to the instance where, when a theme is updated, your edits will be overwritten or gone?
If yes, then the best solution for this is to use a child theme. Whenever the parent theme is updated, the edits that you have made will be preserved.
You can follow this step-by-step guide on how to create a child theme.
Hope this helps.
Regards,
JerryHi @onyekat,
To resolve this.- Just install the WPCode plugin on your website. https://share.zight.com/4gu8wqRo
- Go to Code Snippet > Add Snippet
- Add a title for the snippet ex. “Changed default media upload location”
- On the Code Type, choose PHP snippet.
- Add this line of code inside the Code Preview box.
define('UPLOADS', 'wp-content/'.'uploads');
- Click Save Snippet
- Set it to active.
- Watch video: https://share.zight.com/v1u9579O
- Now recheck your upload path by going to Tools > Site Health > Info > Directories and Sizes. https://share.zight.com/7KuZ4G09
- The upload directory location must be like this: https://share.zight.com/bLub19mp.
- Lastly, try again by uploading a new image to your website. It should display the image after uploading.
Please try the recommended solution and let me know how it goes. If the issue persists, you may need to contact your hosting provider to better assist you.
Hope this helps.
Regards,
JerryForum: Fixing WordPress
In reply to: Should I use YouTube link if there are 28 videos?Hi @warakaku,
For your following concerns:
1) Any recommended plugin for a video player and video list for my site?
- My recommendation is to just use the YouTube video block. Watch the video: https://share.zight.com/9Zu9vnoW
- Just add more YouTube blocks to embedded more videos and play around with the layout.
- Maximizing the use of blocks on your page will avoid us using as many plugins as possible, which could increase your website memory usage.
- More memory usage would make your website slow.
- But still, you have the option to use third-party plugins based on your preferences.
2) Should I upload all videos on YouTube? Can I avoid ads?
- Yes, you can.
- You need the YouTube link embedded on the page of your website.
- You can also disable the ads on your YouTube video. Just follow this step-by-step guide for your reference.
3) If I upload all 28 videos on my media library (not using YouTube), would my site become very slow?
- There are possibilities that it will make your website slow.
- More videos uploaded to your website; more memory usage on your server;
- The best recommendation is to embedded it on your website.
Hope this helps.
Regards,
JerryForum: Fixing WordPress
In reply to: Admin email address can’t be changedHi @larryadamache,
Here’s a guide to set up your SMTP using Gmail. This will enable your website forms to work properly.
Regards,
JerryForum: Fixing WordPress
In reply to: Can’t embed youtube video via copy-paste Youtube URL into editorHi @geniuxcode,
We’re glad that the issue was fixed. You can now marked this topic as resolved.
Cheers,Forum: Fixing WordPress
In reply to: Can’t embed youtube video via copy-paste Youtube URL into editorHi @geniuxcode,
You are embedding a YouTube link that isn’t available anymore. See image: https://share.zight.com/9Zu46opD.In order to display the YouTube video on your page, follow these steps below:
- Please use a working YouTube video link.
- Copy and paste the YouTube link in a browser to check if the link is working correctly.
- Once the link is working, embed it on the page.
Please note that after you have done this, make sure to:
- Clear your website’s cache.
- Clear your browser’s cache. Hold down Ctrl (Control) + Shift + R to hard-reload your browser.
Please try the recommended solutions and let me know how it goes.
Regards,
Forum: Fixing WordPress
In reply to: Theme.json changes my block editor’s styleTry to add this line of code on your theme.json file
"lightbox": { "enabled": true }
See images for your reference. https://share.zight.com/WnuX57ZX
This will add an additional of for the image option on your editor page. https://share.zight.com/wbuBOXvQ
Hope that helps.
ThanksForum: Fixing WordPress
In reply to: Theme.json changes my block editor’s styleHI @alexcastor,
Can you send a screenshot of the issue so that we could better looked at it.
Thanks