wpjobz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can not get the site also nor as managerTry this….
- rename your theme directory wp-content/themes/yourtheme to yourtheme-bak
- rename your plugins directory wp-content/plugins to plugins-bak
That will get you back to the default theme with no plugins activated. Then you can activate the theme & plugins again one by one and see which one is the problem.
Also I would suggest that you setup a backup and schedule it everyday. I have been using backwpup successfully.
Forum: Fixing WordPress
In reply to: Redirect problemSorry that wasn’t very clear ??
- rename your theme directory wp-content/themes/directoryengine to directoryengine-bak
- rename your plugins directory wp-content/plugins to plugins-bak
Forum: Fixing WordPress
In reply to: Redirect problemFirst thing would do is rename your theme theme directoryengine to directoryengine-bak and rename your plugins folder to plugins-bak
This should return your site back to the default theme with no plugins. From there you can reenable the theme and then the plugins one by one until it falls over again. Then you know where the problem is and you can focus on getting support for that theme/plugin specifically.
Forum: Fixing WordPress
In reply to: I can not get the site also nor as managerDo you have a backup you can go back to prior to doing the update?
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp() in …Its a long shot but try updating the wp-config.php
define(‘WP_SITEURL’, ‘https://yoursite.net/’);
define(‘WP_HOME’, ‘https://yoursite.net/’);Forum: Fixing WordPress
In reply to: Fatal error:1326Do you know what was happening when this occurred? Was it when you were upgrading or something else?
Forum: Fixing WordPress
In reply to: can't access my wordpress accountWhen you reset the password in phpmyadmin did you specify that it needs to be md5 or use an md5 encryption online first?
I’m not sure if you can do it with Page Builder but for these things I usually download the jetpack plugin which has a css editor. After installing navigate to Appearance > Edit CSS
If you wanted it on all pages just remove the .page-id-360 or if you change the page it is on change the page id.
.page-id-360 .panel-grid-cell .widget-title { color: white; font-size: larger; }
Forum: Fixing WordPress
In reply to: No Content Found?First thing I would try is to change your permalinks to the default and then back again. Sometimes these get a little mixed up and changing seems to resolve it.
Forum: Fixing WordPress
In reply to: Change to SSLI use it for my single site but it says that it is also compatible for multisite.
Forum: Fixing WordPress
In reply to: Login Page Refresh ProblemHave you tried renaming your plugins folder and/or theme folder with your ftp client?
Another possibility is a corrupted .htaccess file or try specifying your website url again in the config.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Forum: Fixing WordPress
In reply to: Align Image inside thumbnail of gallery/portfolioIs there a plugin or theme that you are using for the gallery/portfolio?
You won’t be able to us css to left justify as the images appear to have been cropped that way. Maybe the gallery softawwre you are using shoudl give you the option to left justify when it crops the images.
https://nishkadesigninc.com/wp-content/uploads/2015/02/boom-269×350.jpg
Forum: Fixing WordPress
In reply to: My webiste becomes blankForum: Fixing WordPress
In reply to: My webiste becomes blankDo you remember what you were doing when the site stopped working?
Forum: Fixing WordPress
In reply to: Pages slow to load up (11sec)That’s great news ??