dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbnails appear half greyHi, you missed the link
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.Try manually resetting your plugins (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, access your server via SFTP or FTP, 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 (theme functions can interfere like plugins).You can also reset your password
Forum: Fixing WordPress
In reply to: Password ResetHi,
if i am not mistaken WordPress by default does not have any restriction on the no of characters so it must be coming from a plugin or custom code / custom theme.Forum: Fixing WordPress
In reply to: Social shares?This depends on the plugin / theme / code you use.Best thing is to post in the respected forum and ask the developer directly.
Forum: Fixing WordPress
In reply to: plugin problemHi,
you can try to disable your plugins for start and see if there is a conflict, you can check this list too for known issues with 4.5
Forum: Fixing WordPress
In reply to: Installation IssuesHi, did you miss to add the errors you got?
Forum: Fixing WordPress
In reply to: Cannot customise website after updating permalinks.Hi,
i am not sure i follow how you changed the permalinks and what hosted by a third party means π
did you move the site from server A to server B ?
if yes how did you do it? which instructions did you use?
Forum: Fixing WordPress
In reply to: Mobile Menu Not ShowingI recommend asking at https://wordpress.org/themes/skacero-lite/ so the plugin’s/theme’s developers and support community can help you with this.
Forum: Networking WordPress
In reply to: Cannot Create New User (Author)Hi, you can disable your plugins and try again.If that does not work you can enable check for any messages using debugging https://codex.wordpress.org/Debugging_in_WordPress
Forum: Fixing WordPress
In reply to: Auto Update to 4.5 not workingAdditionally you can check this list https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7
Forum: Fixing WordPress
In reply to: Auto Update to 4.5 not workingHi, did you try to disable your plugins first?
Forum: Plugins
In reply to: [Styles] Styles: TwentyThirteen – Fatal ErrorYou can try disabling your other plugins maybe there is a conflict.
Forum: Plugins
In reply to: [Styles] Styles plugin keeps asking for Styles TwentyThirteen to be installedyou can turn on debug and see if you get any messages and / or use firebug for the same
Forum: Plugins
In reply to: [Styles] Styles plugin keeps asking for Styles TwentyThirteen to be installedYou can try to re install them.
Forum: Fixing WordPress
In reply to: how to call a custom menu inside a pageYou can change many things like the class with the parameters
https://developer.wordpress.org/reference/functions/wp_nav_menu/
http://code.tutsplus.com/tutorials/function-examination-wp_nav_menu–wp-25525