joecoyle
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Delete Sub-Site Database@lakelakestanir The url to login to your WordPress is below.
Forum: Developing with WordPress
In reply to: Same Domain, New WebsiteHello @melwolf
I would be happy to assist. Have you tried to create a redirect under your cPanel? You can do this under Domains/Redirects
Forum: Developing with WordPress
In reply to: Show media aspect ratio in admin areaCheck this post out here to see if this helps any. You can always submit a request for an enhancement. https://wordpress.org/support/topic/show-real-aspect-ratio-in-media-library/
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkWonderful, I am glad that you were able to resolve it by modifying the htaccess file. Please update the post as resolved.
- This reply was modified 2 years, 5 months ago by joecoyle.
Forum: Developing with WordPress
In reply to: Show media aspect ratio in admin areaHello @artgoddess
If I am not mistaken, the raw image file located under media has not aspect ratio. The aspect ration would be set when you add it to your page/post. If you modify an image before you upload it you can edit the name to include the aspect ration the file was modified to.
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkDo you have an update or a chance to try my suggestion above?
Forum: Fixing WordPress
In reply to: Double Cookie bannerI edited my post above. What browser are you seeing this in? I am using google and the two cookie widgets appear a little different but the solution should be to edit your theme pages. I know you mentioned that you deleted a previous theme but that theme may have already modified some pages that your current theme is using.
Have you cleared your browser cache?
- This reply was modified 2 years, 5 months ago by joecoyle.
Forum: Fixing WordPress
In reply to: Double Cookie bannerHello @minibol
I would be happy to assist. I do see one pop-up cookie prompt and another that is fixed icon. You may need to manually edit a theme file to remove the one that you do not want.
I was able to upload that image us wp without any issue. I doubt this is a wp issue. It seems to be more related to your server or possible your ISP. I wish I had a better answer.
Forum: Fixing WordPress
In reply to: no longer can save schema markup data in Custom FieldHave you tried using the “Theme File Editor” under the Themes section. Once there on the right side of the page select “Theme Header”. If you add it here would this not apply to all pages?
Make sure you back your theme header.php file because in my case I received the following error after trying to “Update File”.
“Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”
After the error my header.php file was empty and I had to restore from backup. To fix this issue if you have it, you can edit “file.php” found /wp-admin/includes folder.
Replace
if ( $is_active && ‘php’ === $extension )
with
if ( $is_active && ‘php’ === $extension && false )
Forum: Fixing WordPress
In reply to: Home Footer different from other pagesWould it be easier to just replace the home page with a new one?
Forum: Fixing WordPress
In reply to: no longer can save schema markup data in Custom FieldQuestion #1. I am guessing that you may need to migrate your previous pages to using Custom HTML blocks to handle your script if you are seeing errors
Question #2. It does save the data from my testing but you have to switch from blocks to custom HTML
Questions #3. Have you tried adding a custom HTML in the Header for the script?
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkIn the above steps, when it mentions logging back into your site, this would be your main site and not the sub site. You would then go into the permalinks to save.
The link you provided to show me the site URL for your sub site, I am unable to access. Can you just type the site URL in this post. For example https://mydomain.com/subsite
- This reply was modified 2 years, 6 months ago by joecoyle.
Forum: Fixing WordPress
In reply to: “Leave Page” pop up keeps showing upThe original link shows that it is still a draft. The second link you provided works fine. I am not seeing any pop-up about leaving the page. I clicked around on your site and had not problems. As far as the page still being in a draft mode, trying editing the page again and then choose “Update” or “Publish”. If that does not work you make need to try and clear the WordPress server cache.
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkLets try deleting your.htaccess file so WordPress create a new.
Connect to your server via ftp cPanel File Manager:
- Download the existing
.htaccessfile to your local computer so that you have a backup. - Once you’ve backed up that existing
.htaccessfile, delete the.htaccessfile on your server.
If you can log in after deleting the file, go to Settings → Permalinks and click Save. This forces WordPress to generate a new
.htaccessfile. You don’t need to change any settings – just click the Save button.If you still can’t log in, that means the problem probably wasn’t with your
.htaccessfile. You can reupload the backup copy