sumithsuku11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating WP Theme, getting HTTP ERROR 500i have checked it and you have mistaken a php tag in the ?> header.php file .Please check it.
The right file is below.
<!DOCTYPE HTML> <html> <head> <title><?php bloginfo('title'); ?></title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="js/ie/html5shiv.js"></script><![endif]--> <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" /> <?php wp_head(); ?> <!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]--> </head> <body class="homepage"> <div id="page-wrapper"> <!-- Header --> <div id="header"> <div id="headtext"><h1><a href='#'><?php bloginfo('name');?></a></h1></div> <!-- Inner --> <div class="inner"> <header> <h1><a href="index.html" id="logo"> </footer> </div> <!-- Nav --> <nav id="nav"> <?php wp_nav_menu(); ?> </nav> </div>
Forum: Fixing WordPress
In reply to: Make a page a blog?Oh ok so you want a commenting system for the particular page(https://meadowcroft-dyeworks.com/dawson/ ) only right ?
So that visitors can contribute their own opinion/contribution regarding your content of that particular article right?
Forum: Fixing WordPress
In reply to: 404 error on wp-adminSeems like some files are messedup. While checking with the url (https://www.signedsealeddelivered.com.au/wp-content/) found the wp-content/index.php file is messed up with the root index file.
1) Please upload the default index.php inside the wp-content folder.
2) Re upload the wp-admin and wp-includes folders and root files except (wp-config.php) file. (Use correct wordpress version files that current running)Please take a backup of both database and files before make any changes
- This reply was modified 7 years, 5 months ago by sumithsuku11.
- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Resolving html coding issues on Sydney Themecould you please check the metaslider plugin is activated or not ? If you are not using it try to deactivate the plugin.
Also you have added the plugins`s short code in page content editor or somewhere in the template file directly “[metaslider id=248]” please removed it.
- This reply was modified 7 years, 5 months ago by sumithsuku11.
- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: Resolving html coding issues on Sydney ThemeCould you please address site link ? or a screenshot ?
Forum: Fixing WordPress
In reply to: Deleted inactive plugins, site broken?Could you please check the same by deactivating each plugin one by one ?
Please take a backup of both database and files before make any changes
- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Fixing WordPress
In reply to: 404 error on wp-adminHave you made any up gradation ?
Could you Please check the same by rename the .htaccess file ?Forum: Fixing WordPress
In reply to: Post text duplicated with preview snippetCould you please provide a screenshot ?
Forum: Fixing WordPress
In reply to: Mobile menu hiden behind sliderWhile checking found that the issue is due to the css(z-index) property. You can fix the same by adding small css code in the stylesheet.
.st-mobile-menu ul#main-menu {z-index: 25 !important;}
You need to put the code directly in to stylesheet file or you can add it from the admin side , if the theme providing option in admin side to add the additional css.
- This reply was modified 7 years, 5 months ago by sumithsuku11.
- This reply was modified 7 years, 5 months ago by sumithsuku11.
Forum: Developing with WordPress
In reply to: wp_nav_menu_items and current classHi Do you want to highlight the current menu item ?
Forum: Fixing WordPress
In reply to: Make a page a blog?Hi , seems to be you want a blog listing page right ?. You can make a blog listing page by manually creating a page template file inside theme and you need to use the query post function to get the blog posts.
Forum: Fixing WordPress
In reply to: Creating WP Theme, getting HTTP ERROR 500HI , Which are the files you have includes inside the theme ? (header.php ,footer.php ,index.php , style.css) ?
Forum: Fixing WordPress
In reply to: Fresh Wp Installed Home Page BlankHi ,
Please re upload the wordpress core files(Wp-includes,wp-admin). If its not working try to activate any of the wordpress default theme and check again. ?
(If you did any changes in the files please take a backup of files and database.)
Regards
Sumith- This reply was modified 7 years, 5 months ago by sumithsuku11.