davidnadar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inserting images into postsMake changes in CSS:-
.blog-detail-para .review-para p {
clear: unset;
}Forum: Fixing WordPress
In reply to: My Contact Form not workingHi,
Your Contact Forms are working properly.
May be there is some issue in hosting or configuration.And in bottom WP Forms shot-code is displaying:
This one :- “[wpforms id=”552″ title=”false” description=”false”]”.
you would have not disabled properly.Forum: Fixing WordPress
In reply to: Website Login vs WordPress Loginunnecessary space to the right is because of width
.theme-page-wrapper .theme-content {
/* width: 100% !important; */ (remove this CSS & it will work properly)
float: none !important;
}Forum: Fixing WordPress
In reply to: two websites on the same databaseyes you can,
while installing WordPress you can define the prefix for the data tables.
And Both the WordPress website will have different prefix.
But technically is not a good idea to install two websites in on domain.Forum: Fixing WordPress
In reply to: Connection Information – FTP credentialsThis is mainly because www-data is not the owner of the wordpress folder and
hence is not able to write
This question has been answered on the DO forum,
Here is the link:-
https://www.digitalocean.com/community/questions/ftp-for-wordpressForum: Fixing WordPress
In reply to: What’s This Email Button?1. It is associated with Elementor plugin.
2. You can see that in elementors widget.
Forum: Installing WordPress
In reply to: how to install wordpressHi @merkazshlavim ,
I have shared two video to you which will make you easy to understand.
Refer this video if are installing in cpanel (server).
Refer this video if are installing in local pc (own computer)
Forum: Fixing WordPress
In reply to: 404 Not Found errorYou Also Need to Change the URL in Your Backend (phpmyadmin) Database.
PHP MY ADMIN->select your database->goto wp_options and change the URLFOllow the below URL:-