Brian - TGL
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu item Won’t disappearWhen you say hitting the remove function, do you mean you are deleting the pages? If the menu was created with custom links to pages, adding and removing pages won’t affect the items on the menu. You can make some changes to the menu to allow new pages to be added automatically or (once you see how the menus are set up below) you can pick the pages & links you want in the navigation (menu).
There is an overview of how to set up menus in the Codex:
Forum: Fixing WordPress
In reply to: How to target Editor in wp-admin linkIf a user is not logged in they will be redirected to provide credentials (you can test it by logging out of your user and clicking the link).
That link (/wp-admin) is just the standard WP login location, nothing to do with an admin (other than the word ‘admin’ used in the text link).
If you create a test editor you will be able to see exactly how an editor will see the dashboard.
Forum: Fixing WordPress
In reply to: Contact Form 7 cannot change settingsYou can also test out a plugin specifically for Gmail SMTP on WP:
Forum: Fixing WordPress
In reply to: Some of my post have no comment section??Go to the edit screen in the post: https://freedomacademyhq.com/normal-vs-disordered-social-anxiety/
at the top left look for “screen options” and make sure there is a checkbox next to “discussion”, once it is checked you will see the option below the post content to allow comments:
https://screencast-o-matic.com/watch/cb10nylfwX
Make sure to click “update” after you change the settings
Forum: Fixing WordPress
In reply to: Twenty Seventeen Nav BarHere is a pretty extensive list of modifications for Twenty Seventeen:
https://www.designbombs.com/master-twenty-seventeen-wordpress-theme/In particular the CSS to move the sidebar to the left is:
@media screen and (min-width: 48em) { .has-sidebar #secondary { float: left; } .has-sidebar #primary { float: right; } .has-sidebar:not(.error404) #primary { float: right; } }
Use the CSS option in the customizer: https://screencast-o-matic.com/watch/cb10nulfv7
Forum: Fixing WordPress
In reply to: Plugin Search helpIt looks like you can add things anywhere with shortcodes, widgets in the sidebar, or add it to a page, the information would still show what you are looking for unless you feel the popup aspect is key to visitors feeling the need to explore?
Forum: Fixing WordPress
In reply to: Genuine users told they’re spam botsSame issue here on a Canadian IP address: https://d.pr/i/Te0G3v
I would post a quick ticket to Jetpack support: https://jetpack.com/contact-support/?rel=support
Forum: Fixing WordPress
In reply to: Genuine users told they’re spam botsCan you share a website address?
Forum: Fixing WordPress
In reply to: Plugin Search helpThis one seems to have the capability you are looking for:
Forum: Fixing WordPress
In reply to: Missing Pages & Links After Site MigrationI have been in those situations many times, there is always someone around willing to help you figure things out along the way.
Good luck!
Forum: Fixing WordPress
In reply to: Missing Pages & Links After Site MigrationJust was wondering if anything else would jump out at me as an option or somewhere to look when seeing the plugin list (there was nothing that was out of the ordinary in there).
Is the dev site on the same host as the original site that was shut down?
If that dev site is a part of the original hosting account, I would double check any credentials you have for the original host, you may still be able to log in to the cPanel. They may have suspended the public facing URL but typically a host would leave the backend intact to allow a customer to make payments, update credit cards etc.
Forum: Localhost Installs
In reply to: Not FoundCan you share the website address?
Forum: Fixing WordPress
In reply to: Links / Extented LinksSo instead of “Satoshi Nakamoto als Erfinder des Bit-Coin.” . . . you want to use something different?
Can you post an example of what you mean?
Forum: Fixing WordPress
In reply to: Missing Pages & Links After Site MigrationAre there a lot of plugins installed, and could you paste them in a reply?
Also, do the owners of the site have a Dropbox, Google Drive, One Drive account etc? There is always a chance that someone set up a backup service at some point and you might find a more recent version of the DB if you look through the existing folders of the cloud storage services.
Same goes for if you have access to the email address of the previous admin, maybe they had auto emails of DB backups.
Forum: Fixing WordPress
In reply to: Changed the domain name accidentallyIf you have FTP access to the site you can follow option 2:
https://www.tipsandtricks-hq.com/how-to-change-the-url-of-a-wordpress-site-6098