Title: flashbash's Replies | WordPress.org

---

# flashbash

  [  ](https://wordpress.org/support/users/flashbash/)

 *   [Profile](https://wordpress.org/support/users/flashbash/)
 *   [Topics Started](https://wordpress.org/support/users/flashbash/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flashbash/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flashbash/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flashbash/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flashbash/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flashbash/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/flashbash/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/flashbash/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-admin](https://wordpress.org/support/topic/wp-admin-55/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/wp-admin-55/#post-10934282)
 * Hi there, with the information provided you should try out a few things:
 * Taken from here: [https://wordpress.org/support/topic/error-500-after-update-7/#post-9739126](https://wordpress.org/support/topic/error-500-after-update-7/#post-9739126)
 * > Internal server errors (error 500) are often caused by plugin or theme function
   > conflicts, so if you have access to your admin panel, try deactivating all 
   > plugins. If you don’t have access to your admin panel, [try manually resetting your plugins ](https://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)(
   > no Dashboard access required). If that resolves the issue, reactivate each 
   > one individually until you find the cause.
   > If that does not resolve the issue, try switching to the default theme for 
   > your version of WordPress to rule-out a theme-specific issue. If you don’t 
   > have access to your admin panel, access your server via [SFTP or FTP](https://codex.wordpress.org/FTP_Clients),
   > or a file manager in your hosting account’s control panel, navigate to `/wp-
   > content/themes/` and rename the directory of your currently active theme. This
   > will force the default theme to activate and hopefully rule-out a theme-specific
   > issue.
   > If that does not resolve the issue, it’s possible that a `.htaccess` rule could
   > be the source of the problem. To check for this, access your server via SFTP
   > or FTP, or a file manager in your hosting account’s control panel, and rename
   > the `.htaccess` file. If you can’t find a `.htaccess` file, make sure that 
   > you have set your SFTP or FTP client to view invisible files.
   > If you weren’t able to resolve the issue by either resetting your plugins and
   > theme or renaming your .htaccess file, we may be able to help, but we’ll need
   > a more detailed error message. Internal server errors are usually described
   > in more detail in the server error log. If you have access to your server error
   > log, generate the error again, note the date and time, then immediately check
   > your server error log for any errors that occurred during that time period.
   > If you don’t have access to your server error log, ask your hosting provider
   > to look for you.
    -  This reply was modified 7 years, 6 months ago by [flashbash](https://wordpress.org/support/users/flashbash/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Increase site title margin on mobile site](https://wordpress.org/support/topic/increase-site-title-margin-on-mobile-site/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/increase-site-title-margin-on-mobile-site/#post-10848157)
 * Hi siouxchief,
 * you can actually use the same method medlemark showed you above:
 *     ```
       @media screen and (min-width:782px) {
       .site-header-wrapper {
       padding: 20px;
       margin-top: -20px;
       }
       }
       ```
   
 * This applies the rule you used to all devices with a screen wider than 782px.
   You can change this number to whatever fits you, but this should prevent the 
   rule from messing up the view on all mobile screens including tablets.
 * Best,
    Pirmin
    -  This reply was modified 7 years, 7 months ago by [flashbash](https://wordpress.org/support/users/flashbash/).
    -  This reply was modified 7 years, 7 months ago by [flashbash](https://wordpress.org/support/users/flashbash/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Bullets from blog post](https://wordpress.org/support/topic/remove-bullets-from-blog-post/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-bullets-from-blog-post/page/2/#post-10252502)
 * Maybe this service will be easier for you to use to share a screenshot:
    [https://snag.gy/](https://snag.gy/)
 * In order to correctly add the Code you were provided with, stick to this guide:
   
   [http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/](http://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/)
   Please make sure you have corrrectly copied and pasted all the characters.
 * Afterwards, clear the Cache of Endurance (not just your Browsers Cache) and refresh
   the page in a different tab. Try out different browsers maybe.
 * If this doesn’t help, this may be a plugin conflict. Please attempt to disable
   all plugins. If the problem goes away, enable them one by one to identify the
   source of your troubles.
 * If you can install plugins, install “Health Check”: [https://wordpress.org/plugins/health-check/](https://wordpress.org/plugins/health-check/)
   On the troubleshooting tab, you can click the button to disable all plugins, 
   while you’re still logged in, **without affecting normal visitors to your site**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Linking to a post with the wrong category name still works](https://wordpress.org/support/topic/linking-to-a-post-with-the-wrong-category-name-still-works/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/linking-to-a-post-with-the-wrong-category-name-still-works/#post-10199592)
 * Well, you’re saying that [https://newyorkmotorcycleaccidentlawyer.com/accidents/need-motorcycle-lawyer](https://newyorkmotorcycleaccidentlawyer.com/accidents/need-motorcycle-lawyer)
   is the correct link but your permalink settings are [https://newyorkmotorcycleaccidentlawyer.com/%postname%](https://newyorkmotorcycleaccidentlawyer.com/%postname%),
   so maybe recheck your permalink settings? Saving the same settings again might
   even already fix any issues you have.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrate my new website to old domain, preserve SEO](https://wordpress.org/support/topic/migrate-my-new-website-to-old-domain-preserve-seo/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/migrate-my-new-website-to-old-domain-preserve-seo/#post-10199584)
 * If you stick to this guide: [https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs](https://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs)
   everything should look like and have the contents of the new one.
 * You can also try a plugin to help with the process: [https://wordpress.org/plugins/search/migrate+wordpress/](https://wordpress.org/plugins/search/migrate+wordpress/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library empty](https://wordpress.org/support/topic/media-library-empty-2/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/media-library-empty-2/#post-10199465)
 * Have you tried the health check plugin? It is not reinstalling WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [» Being added to beginning of page title](https://wordpress.org/support/topic/being-added-to-beginning-of-page-title/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/being-added-to-beginning-of-page-title/#post-10195741)
 * Hi,
 * this may be a plugin or theme conflict. Please attempt to disable all plugins,
   and use one of the default (Twenty*) themes. If the problem goes away, enable
   them one by one to identify the source of your troubles.
 * If you can install plugins, install “Health Check”: [https://wordpress.org/plugins/health-check/](https://wordpress.org/plugins/health-check/)
   On the troubleshooting tab, you can click the button to disable all plugins and
   change the theme for you, while you’re still logged in, **without affecting normal
   visitors to your site**.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Gutenberg: No Front-End Editing of Pages](https://wordpress.org/support/topic/gutenberg-no-front-end-editing-of-pages/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/gutenberg-no-front-end-editing-of-pages/#post-10195736)
 * I don’t really see the flaw you’re speaking of. The functionality is there to
   edit the post in the “standard” editor. Right now this would be the classic editor,
   if you have the Gutenberg-Plugin installed, Gutenberg.
 * As soon as Gutenberg is in the WordPress core, this functionality probably switches:
   If you have the classic editor plugin installed, it will take you to the classic
   editor, if not, it will take you to Gutenberg.
 * It was never intended to have both Editors running and choose which one you’ll
   use on a post-by-post basis, so an option to choose the editor from the front
   page is not planned (as far as I know)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrate my new website to old domain, preserve SEO](https://wordpress.org/support/topic/migrate-my-new-website-to-old-domain-preserve-seo/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/migrate-my-new-website-to-old-domain-preserve-seo/#post-10194038)
 * For migrating your website, please have a look at the guide over here: [https://codex.wordpress.org/Moving_WordPress](https://codex.wordpress.org/Moving_WordPress)
 * As your rankings are tied to your domain, you will lose them if you move to a
   different domain. You can redirect users from your new domain to your old domain,
   so you don’t lose them, but on a different domain, you will have to build up 
   your ranking again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Alert but not LIsted](https://wordpress.org/support/topic/comment-alert-but-not-listed/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/comment-alert-but-not-listed/#post-10194019)
 * Have you checked the “pending” comment?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Linking to a post with the wrong category name still works](https://wordpress.org/support/topic/linking-to-a-post-with-the-wrong-category-name-still-works/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/linking-to-a-post-with-the-wrong-category-name-still-works/#post-10194008)
 * There seem to be more serious issues with your site, as access to all these links
   is limited by Wordfence. Are you aware of this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Media Library empty](https://wordpress.org/support/topic/media-library-empty-2/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/media-library-empty-2/#post-10193715)
 * Hello,
 * are the pictures still visible on your Website? For example in posts or on pages?
   
   If so, try clearing your browser cache before accessing your WordPress-Dashboard
   again.
 * Do you have a backup of your Website from when it still worked?
 * This may be a plugin or theme conflict coming from changing settings or updates
   in on or the other. Please attempt to disable all plugins, and use one of the
   default (Twenty*) themes. If the problem goes away, enable them one by one to
   identify the source of your troubles.
 * If you can install plugins, install “Health Check”: [https://wordpress.org/plugins/health-check/](https://wordpress.org/plugins/health-check/)
   On the troubleshooting tab, you can click the button to disable all plugins and
   change the theme for you, while you’re still logged in, **without affecting normal
   visitors to your site**.
    -  This reply was modified 8 years, 1 month ago by [flashbash](https://wordpress.org/support/users/flashbash/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable Mobile Theme](https://wordpress.org/support/topic/disable-mobile-theme-8/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/disable-mobile-theme-8/#post-10193690)
 * Have you tried deactivating **all** your plugins? I would suggest doing so and
   checking, if the problem still persists. If not, activate one plugin after another
   to see, which one is creating the issue.
 * This could also be an issue with your theme, so switching to a WordPress standard
   theme like twentyseventeen could also help pinpointing the issue.
 * To help this process, you could consider installing the [Health-Check-Plugin](https://wordpress.org/plugins/health-check/).
 * As this mobile page doesn’t resemble a WordPress-generated page, also check your.
   htaccess-file for a line that applies a rule to different UserAgents.
    This is
   a guide on how to view your .htaccess file: [https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html](https://www.shoutmeloud.com/how-to-edit-your-wordpress-htaccess-file.html)
    -  This reply was modified 8 years, 1 month ago by [flashbash](https://wordpress.org/support/users/flashbash/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Visited Countries Reloaded] Localisation](https://wordpress.org/support/topic/localisation-15/)
 *  Thread Starter [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/localisation-15/#post-10094520)
 * Maybe this will help you:
    WP Visited Countries Reloaded has been imported Plugin
   is not compatible with language packs: Missing text domain in header. (2.1s) 
   Plugin WP Visited Countries Reloaded | Log | SVN 10. Mrz.
 * [https://make.wordpress.org/meta/handbook/documentation/translations/#this-plugin-is-not-properly-prepared-for-localization-%e2%80%93-help](https://make.wordpress.org/meta/handbook/documentation/translations/#this-plugin-is-not-properly-prepared-for-localization-%e2%80%93-help)
 * If I were to make an uneducated guess, I think the problem lies within the naming
   of the .po files. Since the plugin’s slug is “wp-visited-countries-reloaded” 
   and your language file is named “wp-visited-countries”, glotpress can’t find 
   it. If you either rename the language file or edit this into your header:
 *     ```
       * Text Domain: wp-visited-countries
        * Domain Path: /lang
       ```
   
 * It could already work.
 * I’m not sure, if the Domain path is still needed, since your plugin is in the
   official WordPress Plugin Directory.
    -  This reply was modified 8 years, 2 months ago by [flashbash](https://wordpress.org/support/users/flashbash/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The editor do not show the tags](https://wordpress.org/support/topic/the-editor-do-not-show-the-tags/)
 *  [flashbash](https://wordpress.org/support/users/flashbash/)
 * (@flashbash)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/the-editor-do-not-show-the-tags/#post-9859318)
 * Have you installed any Blockers (AdBlock, uBlock, noscript)? Have you tried emtying
   the Cache or using a different Browser? This sounds like a Browser (-addon) issue
   more than like a WordPress issue

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/flashbash/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/flashbash/replies/page/2/?output_format=md)