yedukondalu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to load my websiteI thought the same when I was getting an error, but both are the same.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ”);/** MySQL database username */
define(‘DB_USER’, ”);/** MySQL database password */
define(‘DB_PASSWORD’, ”);/** MySQL hostname */
define(‘DB_HOST’, ”);Getting error – Request URL:https://mywebsite/blog/wp-comments-post.php
Request Method:GET
Status Code:405 Method Not Allowed
Remote Address:123.456.1.8:8080Any Idea??
Forum: Fixing WordPress
In reply to: Parse errorI have removed and installed the same theme as manually again the error are showing same like below:
Parse error: syntax error, unexpected T_FUNCTION in D:\Hosting\3915819\html\wp-content\themes\hestia.1.1.66\hestia\functions.php on line 42
Forum: Fixing WordPress
In reply to: Parse errorthat error coming from this code:
add_filter(
‘themeisle_sdk_products’, function ( $products ) {
$products[] = get_template_directory() . ‘/style.css’;return $products;
}
);Forum: Fixing WordPress
In reply to: Parse errorline 42 says:
return null != e ? 0 > e ? this[e + this.length] : this[e] : r.call(this)
Forum: Fixing WordPress
In reply to: ERROR – arthemia-premium themeGreat, Thanks for the quick response.
It really appreciates…
Forum: Fixing WordPress
In reply to: I am unable to find following (jquery-ui.css) in my word press.And also I am making this changes from Godaddy file manager.
Forum: Fixing WordPress
In reply to: I am unable to find following (jquery-ui.css) in my word press.Hey Shannon,
I make like this:
/* Icons
———————————-*//* states and images */
.ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png) ; width: 16px; height: 16px; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png) !important; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png) !important; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cccccc_256x240.png) !important; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png) !important; }
.ui-state-active .ui-icon {background-image: url(“https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-icons_222222_256x240.png”) !important; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png) !important; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_256x240.png) !important; }======================================================
but it seems not working.Forum: Fixing WordPress
In reply to: I am unable to find following (jquery-ui.css) in my word press.Forum: Fixing WordPress
In reply to: I am unable to find following (jquery-ui.css) in my word press.Hey Shannon,
I could be tried to override that particular styles into the style.css file, but, can’t see any changes after making it.