WordPress-Webdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: shortcodes and insert link buttons not workingGo to cPanel > File Manager > public_html > Press OK
Create New Folder and name it to “tina”
Download WordPress3.9.2 and upload it into the folder.
Extract
Create new Database & user from
cPanel > MySQL
Be sure to select ALL privileges
Install new WordPress using the following link: https://www.yourdomain.com/tina
Once you’ve done a clean install
Import your backup to the default theme and see if shortcodes etc ate working
If they are, copy your theme from old installation
public_html/wp-content/themes/themename (whatever theme name that you’re using)
Copy [dont move] the theme folder to public_html/tina/wp-content/themes/
Now pls go to WordPress Dashboard and select the new theme and Activate it.
Do make sure you have the latest version of WordPress.
Forum: Fixing WordPress
In reply to: Experiencing 'white screen of death'cPanel = Control Panel
Your hosting service provider must have provided it.
Forum: Fixing WordPress
In reply to: Page not workingChange Permalinks to default
Forum: Fixing WordPress
In reply to: Site not loadingDont they have a Control Panel?
Forum: Fixing WordPress
In reply to: Experiencing 'white screen of death'Hmmm. Delete the php.ini file that you created
Now we will try creating it from the CGI option in your cPanel.
cPanel > CGI > Select PHP5.4 (single) php.ini
This is create the php.ini in your root folder. Open the file and search for
display_error=Off
Change to
display_error=On
Forum: Fixing WordPress
In reply to: shortcodes and insert link buttons not workingYou can take a backup from:
Dashboard > Tools > Export
Leave the current installation as it is and kindly do a clean install in another folder. Import your backup and see if things work out.
If the shortcodes still don’t work would mean your theme is not compatible with WP’s new version.
Good Luck.
Forum: Fixing WordPress
In reply to: Page not workingPls keep it activated if you want to use it.
Ive had good experience with the following:
Forum: Fixing WordPress
In reply to: shortcodes and insert link buttons not workingWhat theme are you using?
Forum: Fixing WordPress
In reply to: Twenty Twelve is not responsiveYou dont have to install it over an existing theme. Twenty Twelve is WordPress’s default theme and can be implemented over any WordPress installation.
Forum: Fixing WordPress
In reply to: Internal server error after updating to 3.9.3Go to Cpanel > CGI
Select CGI PHP5.4 (single) php.ini
Hope that helps.
Forum: Fixing WordPress
In reply to: Pages exist but not showing up in admin toolHi,
Have you tried deactivating the plugin?
Forum: Fixing WordPress
In reply to: Experiencing 'white screen of death'Hello,
Pls Set the default value for display_error to On in project root folder php.ini
If there’s no php.ini file, create one in root folder and add the following line:
display_error=On
Save the file.
CTRL F5, copy / paste the error here.
Forum: Fixing WordPress
In reply to: Page not workingHello,
Install a cache plugin. Will help.
What will happen is the old permalinks being contemporarily saved by the SEO plugin will be updated by the cache plugin.
Hope that helps.
Forum: Fixing WordPress
In reply to: shortcodes and insert link buttons not workingTinymce is WordPress’s editor.
Kindly download and install the following plugin:
https://www.ads-software.com/plugins/tinymce-advanced/
I believe this would resolve the issue. If not, pls find me at your disposal at this forum for the next few hours.
Forum: Fixing WordPress
In reply to: Index Pagehi,
Try clearing your browser’s cache and try loading it again.
[CTRL] [F5]
Let me know if that doesn’t work