mm_developer
Forum Replies Created
-
In User Roles and Capabilites settings, see if any capabilities are not set to Administrator role. You need to check all capabilities for the Administrator role.
Forum: Fixing WordPress
In reply to: site not showing up,cant login too!!Provide the site URL
Forum: Fixing WordPress
In reply to: All Images BrokenIn the page http://www.knickerbiker.com/products/accessories/ I am able to see one image. It’s strange.
Can you please confirm that through FTP you can see the image Untitled-119×90.png at the location wp-content/uploads/2012/10/. If yes, download it to your local machine and see whether you can view the image or not.
I suspect that may be the image are not moved properly or corrupted.
Forum: Fixing WordPress
In reply to: All Images BrokenSet the 755 permission to uploads/ and all of it’s sub folders.
Forum: Fixing WordPress
In reply to: All Images BrokenDouble check the wp-content/uploads folder, whether it is moved to the new host properly or not. Also check the permissions for this folder.
Forum: Fixing WordPress
In reply to: Trouble to implement a form via iframeOK, then through FTP you need to upload the html file to the folder to which the site http://planetaeuropa.com is pointed.
Forum: Fixing WordPress
In reply to: Images & Text not showing the same on published siteIf you can manage the CSS code, add the style “clear: both” to h3 tag in the style.css. It will fix the problem.
Forum: Fixing WordPress
In reply to: Trouble to implement a form via iframeThe iframe “src” attribute takes only the URL as value, you can not place the html code. To create a page, go to admin dashboard ‘Pages’ menu. You will have the “Add New” page option. Then place your html code in the editor and publish the page.
Forum: Fixing WordPress
In reply to: 404 WordPress ErrorCheck once .htaccess file.
Forum: Fixing WordPress
In reply to: wp-admin can't not be found after auto upgrade to 4.2.3Check mysql and PHP versions of your host whether it supports the latest version or not.
Forum: Fixing WordPress
In reply to: Website not openingThe errors displaying are notices and warnings. So we can ignore it.
Check WP_DEBUG constant in wp_config.php file and change it to false.
Otherwise use .htaccess to suppress errors.Forum: Fixing WordPress
In reply to: Image & Media not uploading after update to 4.2.3.check the uploads and inner folder permissions.
Please check the permalinks again carefully. Another thing to check is .htaccess.
Forum: Fixing WordPress
In reply to: Fatal errorcheck in functions.php:2862.
Forum: Fixing WordPress
In reply to: Fatal errorOpen deprecated.php and search “function url_is_accessable_via_ss()”. Write before the function
if (!function_exists(“url_is_accessable_via_ss”)){}
This may help you.