paulwpxp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website changes appearing on the mobile phone but not computers@julielee4 Thank you, wishing the same to you 🙂
Forum: Fixing WordPress
In reply to: post won´t publish or updateI had to install ssl certificate, had some problems with .htaccess and logging in to wordpress. Not these issues are repaired, but I cannot post anything.
I would visit the permalink setting page and click save 2 times.
If problem persists, and you have some kind of security plugin installed, see to it that the plugin allows REST API
https://wordpress.org/support/topic/publishing-fail-after-update-to-wordpress-5-0/If that doesn’t do it, access php.ini and uncommented the
always_populate_raw_post_data = -1and then saved the php.ini file and restart the server. If your host doesn’t allow this access, just contact the support.
https://coderadobe.com/fix-wordpress-5-publishing-failed-updating-failed-issue/Forum: Fixing WordPress
In reply to: Website changes appearing on the mobile phone but not computersHi again,
I would first clear cache for the whole site, because it’s just a few clicks to do so
https://docs.wp-rocket.me/article/53-clear-wp-rocket-cacheand then uninstall the plugin
https://docs.wp-rocket.me/article/694-uninstalling-wp-rocketSince this forum is “Fixing WordPress” I suppose if you have further questions regarding the plugin, please head over to its support channel so you could get help directly from the people who know their product the best 🙂
Forum: Fixing WordPress
In reply to: Website changes appearing on the mobile phone but not computersThis shows in the source code, so it’s serving a cached page.
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1522200127 -->Is that something you installed as a plugin or bundled with your theme? You can learn how to purge/clear the cache via its support channel. Usually there must be setting options somewhere in the admin side that you could manage, so try to look around under theme setting or something indicates performance.
Forum: Fixing WordPress
In reply to: how can I revert back to WP 4.98Did you know that you can ask questions relates to this theme using this link (post form is down below the page), so that theme author and/or other people using this same theme should be able to help.
https://wordpress.org/support/theme/nisarg/
In case you are not comfortable with the new editor, try using this plugin which will restore the same old editor just like you’d been using before
Forum: Fixing WordPress
In reply to: Duplicate images in media libraryDoes the site has WPML plugin installed ? If the answer is yes, please head over to WPML support. The short explanation is that the plugin creates multiple records of one image for use with other language(s) but the image file itself will not be duplicated.
In case it’s not WPML plugin related, make sure that you are actually seeing real duplicated images, not many different sizes of the same image (which is a feature of WP image management). Do nothing if it’s the latter case.
For real duplicate images, just go over the upload folder via SFTP or cPanel and manually delete duplicates.
There is also this plugin that do the job
https://wordpress.org/plugins/media-deduper/Remember to have backup before deleting anything crucial.
Forum: Fixing WordPress
In reply to: Not All Images LoadAdditional info that might help target the issue.
The cabin 14 doesn’t have
has-post-thumbnailclass to the element, while the other 2 posts have. This means the cabin14 post doesn’t have feature image assigned to it yet. Try going over to post editor and make sure it has image assigned.The cabin11 and cabin15 both has
has-post-thumbnailclass, meaning they both have feature imaged assigned. The reason cabin11 doesn’t show the image like cabin15 could be just uncompleted upload of that particular image.I also noticed that when I visit the link to feature image of cabin11, one browser just shows blank, the other browser says Image cannot be displayed because it contains errors.
Try deleting that image and re-upload and then assign as feature image, see what happens.
Forum: Fixing WordPress
In reply to: Adding comments, shares and likesThat’s good news! When we see changes made appear in front end, this means it’s not caching issue. So it’s not necessary to contact your hosting to help with the cache.
What causes comment section to not appear might be something simple as WP comment setting and/or theme setting.
Since you are using Genesis Theme, I suppose this info is useful
https://onehappystudio.com/troubleshooting-comments-field-not-displaying/Keep in mind that this forum is for themes hosted at wordpress.org only. So anything regards to commercial themes, it’s better to get help with that particular theme’s support. But in case the issue turned out not theme related, please feel free to use this forum.
Forum: Fixing WordPress
In reply to: Adding comments, shares and likesI don’t think I installed anything myself for caching….perhaps I should?
Yes, caching is good for site loading speed especially sites hosting on shared host environment. But in this case you don’t have to worry about it because your hosting provider has it installed for you already.
I have WordPress on Bluehost. I poked around to various settings and didn’t see anything. Is there a specific place to find it?
It’s best to contact BH support, they’d be able to direct you to it. This kind of plugin usually is installed in a folder called
/mu-plugins. MU is must use, it forces user to use it. I could be wrong but there might be an option in admin page for user to clear cache. The last resort is to login to the server via cPanel and navigate to that folder then rename the plugin files.Forum: Fixing WordPress
In reply to: Adding comments, shares and likesIs it not something you installed yourself? Anyway, web hosting providers do have this kind of caching plugin installed automatically. You should be able to look for the info via your hosting providers documentation page, along with how to clear/purge the cache.
Forum: Fixing WordPress
In reply to: Menu CustomizationI could see that you got “Endurance Page Cache” in use. Try purge/clear cache and it will generate fresh page.
If by that you mean just drop-down un-clickable sub-menu, when you configure the menus use Custom Link option, and then put a # (hashtag) into the URL field, and type in the Page name (or any text) for menu label.
Forum: Fixing WordPress
In reply to: Adding comments, shares and likesI could see that you got “Endurance Page Cache” in use. Try purge/clear all the caches related to the site and it will generate fresh page.
Forum: Fixing WordPress
In reply to: WordPress 5 cursor keeps jumping to random placesIt’s the new editor’s bug.
Jumping Cursor in Gutenberg Editor
https://core.trac.wordpress.org/ticket/45527Meanwhile, use Classic Editor plugin as lisa suggested.
Forum: Fixing WordPress
In reply to: Media files upload but only appear as grey boxesHave you take a look at file permission?
https://codex.wordpress.org/Changing_File_PermissionsJust check on
/wp-content/uploadsfolder only. Typical setting is 755 for folders, 644 for files.Forum: Fixing WordPress
In reply to: Can Not Add Links To Images In Image BlockSee this section demonstrating the process
Link an Image >> If you want your image to link to another destination, you can simply use the link icon in the toolbar.