kinjaldalwadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot Disable Comments for my Custom Post TypeForum: Accessibility
In reply to: Screen Reader showing visually?Hello txwest,
You will find that text in header.php file. If didn’t get in header.php file then you can add below css.
.home .col-full {
display: none;
}Forum: Fixing WordPress
In reply to: Custom Fields are missing for the second adminHello etoilethay,
Can you please let me know, How you have created custom field? By plugin or using custom code in function.php file?
Forum: Fixing WordPress
In reply to: Cannot Disable Comments for my Custom Post TypeHello inhouse,
You have to add one more parameter ‘comments’ on supports like below code:
‘supports’ => array( ‘title’, ‘revisions’, ‘comments’ ),Forum: Fixing WordPress
In reply to: How to restore website after server issuesWelcome ?? Can you please change the status to resolved.?
Forum: Fixing WordPress
In reply to: Users/Members disappearedOk thanks for the inform ??
Forum: Fixing WordPress
In reply to: plugin with optionHello @pikamo,
You can do in your template file like below code:
<?php echo get_option(‘your_option_name’); ?>Forum: Fixing WordPress
In reply to: I can’t add audios and images to my wp postsThanks for the inform ??
Forum: Everything else WordPress
In reply to: How to add link to developer on plugin pageHello @trustactivity,
You can add below details in plugins main file:
1) You can add Author name “TrustActivity”
2) Add Author URI: Whatever link you want to giveForum: Fixing WordPress
In reply to: I can’t add audios and images to my wp postsProvided links are not working here.
Forum: Fixing WordPress
In reply to: my wordpress is not workingHello msgrafix ,
Are you getting any error? If yes then please share with screenshot so we can resolve.
Thanks,
Forum: Fixing WordPress
In reply to: I can’t add audios and images to my wp postsHello luxismith,
Greetings…!
while you adding featured image, are you getting any erros? Also can you please check space on the server?
Thanks,
Forum: Reviews
In reply to: [Increase Maximum Upload File Size] Error at activationCan you please share which error you are facing? So we can check and solve your issue.
- This reply was modified 6 years, 1 month ago by kinjaldalwadi.
Forum: Fixing WordPress
In reply to: Users/Members disappearedHello Mariam Nahapetyan,
Greetings..!
Last time when developer has replaced database from local server to live server? Sometimes its happen while database will replaced.
Forum: Fixing WordPress
In reply to: How to restore website after server issuesHello jomcd40,
Greetings..!
It seems like database credentials are not connected with server. So you can confirm in wp-config.php file.
I suggest you to edit correct information with Database name, Username, password in wp-config.php file like below code:
define(‘DB_NAME’, ‘databasename’);
define(‘DB_USER’, ‘username’);
define(‘DB_PASSWORD’, ‘password’);