dimitris33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with password protecting pagesdo you have the latest versions of WP + your theme ?
Forum: Fixing WordPress
In reply to: custom role creation a pluginIn this page https://codex.wordpress.org/Roles_and_Capabilities#Plugins you will find information about how WP handles user roles and plugins recommended to help you started.
Forum: Fixing WordPress
In reply to: list html pagesI found this plugin https://wordpress.org/plugins/import-html-pages/
you can check if you can use it for your project.
Forum: Fixing WordPress
In reply to: List Specific Categories in a PageI am not aware of a plugin that does this, you can always google and search the wp.org for one.
Forum: Fixing WordPress
In reply to: custom role creation a pluginHi again, could you post which plugin is this? a link to it?
i am not sure if there is a plugin free or premium that does what you need but if you are not a proficient in programming i would advise to avoid making changing in core files or in the database, at least manually.Better create a plugin that will do that.
Forum: Fixing WordPress
In reply to: Editing Meta KeywordsIf you are talking about your site title this is found in settings>general.
To control better your titles you can use a plugin like Yoast.
from what i see you have a really old version of WP, i suggest you take a backup and update, you will have a more secure and improved website if you do.
Forum: Fixing WordPress
In reply to: How to centralize a tableif you typed this in your post editor, you can try
<table align=”center”>
Forum: Fixing WordPress
In reply to: How to centralize a tableI think its better to post your url to see the actual live code.
Forum: Fixing WordPress
In reply to: Adding a link from and image on a page to a categoryYou can open your category page in your browser, copy the url.Then in your page with the images, link the image by pasting the url, using the link icon/button.
Forum: Fixing WordPress
In reply to: Pages too similarI am not an expert but i dont see anything wrong with your links.
Forum: Fixing WordPress
In reply to: Slider – Page Link Disappeared?if it is not then it must be part of your theme.You can check with it’s author.
the theme author is in wp>appearance>themes
Forum: Fixing WordPress
In reply to: Creating a chain of pagesHello,
one way i guess is to insert in page1 the link to page2 which is also password protected.
Forum: Fixing WordPress
In reply to: Pages too similarI am sorry but i don’t get the question, please elaborate.
Forum: Networking WordPress
In reply to: Multisite network dashboard doesn work anymoreHi, is this the actual error code you get? i cannot find any relevant links which is strange.
have you checked your htaccess if it has the correct setup ?
what happens when you login as super admin exactly?
Forum: Fixing WordPress
In reply to: If wp-admin slow, is it a problem with the server?Many things can cause this, you can certainly talk with your hoster and the plan you are using (cheap server) and also see if you have many plugins installed and their status (needing updating or not)