alithewpdev
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: WPForms submit button not showing@j7gcl If you can give me your staging environment temporary access i can check the issue for you.
Forum: Fixing WordPress
In reply to: Change image size in postsNo, I just wanted to know that what block you are using to display posts in which you are getting those big images? For those I assumed you are using “latest post” block. So let me know what block you are using.
If you are not using this widget then you can use that as mentioned in the image( https://ibb.co/R3j2HT7 ).
Please let me know if you have any questions.
Forum: Fixing WordPress
In reply to: Copy and Pasting using Classic editor instead of gutenberg blockActually no. When you just copy from the doc and paste it into the paragraph/heading, it will also paste the styling, got it from the doc. So to prevent this, you have to copy from doc and paste it into notepad first then again copy and paste it into the WP paragraph/heading.
Hope this help. Please let me know if you have any questions.
Forum: Fixing WordPress
In reply to: 403 forbidden displays, when ADD NEW PLUGIN is clicked.Hi @afuz2020 The 403 error is usually due to improper folder and file permissions. Usually they should be 644 for files and 755 for folders. In some instances you might need 664 and 775 if the user WP runs as is not the file/folder owner. Another common cause for 403 errors is the request runs afoul of mod_security running on the server. Your host would likely need to fix mod_security issues for you.
Please let me know if this help.
Hi @alisajid94 Can you please share the complete error, in which I can see the file name?
Also, this error shows to you when you loggedin in the website?
Forum: Fixing WordPress
In reply to: Change image size in postsHi @vkjohansen I suppose you are using latest posts block in gutenberg editor if yes then this block have an option to select the option of image( thumbnail, medium and large ).
If this is not the case then please share some more details.
Forum: Fixing WordPress
In reply to: Copy and Pasting using Classic editor instead of gutenberg blockHi @brendanaw Can you just use heading or paragraph block in gutenberg editor as per the copied content and let me know if the issue still persists.
Forum: Developing with WordPress
In reply to: WPForms submit button not showingI just wanted to know that you have created forms in wpforms plugin and embed as mentioned here https://wpforms.com/docs/how-to-add-wpforms-to-an-elementor-page/ right?
If yes then please try to deactivate autoptimize cache plugin and let me know if the issue still persists.
Forum: Fixing WordPress
In reply to: Unable to login to dashboardFrom the error it seems you have to increase memory size in wordpress.
upload_max_filesize post_max_size max_file_uploadsYou can increase these values via different methods like hosting provider, wp-config.php and php.ini
Please let me know if you have any questions.
Forum: Fixing WordPress
In reply to: Unable to login to dashboardYou can get to know the error by adding the below line
define( 'WP_DEBUG', true );in your wp-config.php file and share the error here. So that I can get an idea about the error.
Forum: Fixing WordPress
In reply to: Removing the decimal pointForum: Fixing WordPress
In reply to: Update post_date into the futureDid you try WP future date post/page publish feature? Please find the mentioned section here.