joecoyle
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeHere is another example using my test wp site. I thought a block would work but it only works using custom html.
https://test.coyle.us/video_volume
Does this solution work for you?
Forum: Everything else WordPress
In reply to: HTTPS not evaluated These pages are not served over HTTPS.Hello @sharonbeyond
I would be more than happy to assist. Has this issue been resolved? I checked out the links and I am not seeing the error “HTTPS is not evaluated; these pages are not served over HTTPS”
If this is resolved we would appreciate that you mark the post resolved
Thank you
Forum: Fixing WordPress
In reply to: Comments not showing on postsHello @strangelibrarian
I would be more than happy to try and assist you.
This does seem to be a theme issue rather than a wp issue. However, I did inspect your page using google and the post that has the most popular post, search and resent post on the right side bar, are missing these side bar widgets on the page you are having a problem with.
Was this a newly created page or an old one? If you create a new page do these widgets appear?
Forum: Everything else WordPress
In reply to: List of HighlightsHello @normalusername
I would be more than happy to assist. When you say “Highlights” are you referring to adding a Block List?
What version of wp are you using? I tested this on the latest and when the line wraps around to the second line, it is indented as in your second example. Below is an example of a block list.
- This is a test This is a test This is a test This is a test This is a test This is a test This is a test This is a test This is a test
- This is a test This is a test This is a test This is a test This is a test This is a test This is a test This is a test This is a test
- This reply was modified 2 years, 7 months ago by joecoyle.
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkHello @markmemayank,
I would be more than happy to assist if I can.
- Is this a new install or an existing one that you converted to network/multi site?
- What selection under permalinks do you have?
- What hosting provider are you using?
- Did you manually install WordPress or did you use your Hosting provider’s one-click install?
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeI have uploaded an example here:
https://joecoyle.w3spaces.com/video-volume.html
How and where on wp are you adding the script for the volume?
Forum: Networking WordPress
In reply to: Delete Sub-Site DatabaseI personally see no reason why it would effect anything as long as you delete just the tables that are associated with the site you deleted. As long as you have a backup of the database you can always restore it in the event something breaks after deleting the tables.
Forum: Everything else WordPress
In reply to: Remove HTML and CSS on 404 API RouteHello @ogmic
I would be glad to assist you.
I am not familiar with that code. Have you considered using a plugin to handle the redirects for you? This is one of the more poplar ones https://wordpress.org/plugins/redirection/ I am no way affiliated with this plugin and this is just a suggestion. Do your due diligence to make sure it is a solution that will work for you.
Please let us know if this worked for you as a solution.
Forum: Everything else WordPress
In reply to: Convert Synced Pattern to UnsyncedHello @ajisimplifymecom
I would be more than happy to assist you.
There is currently no way to automatically convert patterns between synced and unsynced in WordPress. However, there is a workaround:
- Edit the synced pattern or detach an instance of it.
- Copy its blocks.
- Create a new unsynced pattern and paste in the copied blocks.
You can also create new synced and unsynced patterns using the ‘+’ symbol on the right of Patterns.
Please mark your post resolved if this workaround help resolve your issue.
Forum: Networking WordPress
In reply to: Delete Sub-Site DatabaseDid manually dropping the tables for the site you deleted resolve your issue?
Forum: Developing with WordPress
In reply to: Creating a vertical gallery menuForum: Developing with WordPress
In reply to: I can’t edit the footer details on my siteThat is great news. Please mark your post resolved.
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeHello @donsenilo1968
I would be happy to assist you. I am not familiar with the script that you are using. However, the script below will set the active video volume to 0.5 (Half volume). Please let us know if this works for you.
<script> var video = document.currentScript.parentElement; vid.volume = 0.5; </script)Forum: Fixing WordPress
In reply to: Home Footer different from other pagesHello @disraeligears
I would be more than happy to assist you. I checked your theme website documentation https://kriesi.at/documentation/enfold/child-theme/ and under “How child themes work” they give an example of hard coding the header and placing the files in the child theme folder. Your footer may have been hard coded in a similar way. Check the child theme folder for a custom footer. If you find one you could try deleting (after making a backup) to see if that solves your problem.
Forum: Fixing WordPress
In reply to: Subdomain to subfolder with HAProxy not workingI had one more thought. Does your theme allow you to customize what page to serve up for your homepage? The theme I am using there is a Customize area under Appearance/Theme. This would eliminate the need for the proxy redirect. Unless there is some other reason you are redirecting.