threadi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to log in after the update to WordPress 6.9.4I would strongly advise against modifying files from the WordPress core such as version.php – especially in this way. Doing so will ruin your project.
Your screenshot also shows something completely different as the cause. According to this, the plugin you are using, “EMC – Easily Embed Calendly Scheduling,” is missing a file. I suspect this was a faulty setup on their part.
To solve this, I would recommend the following:
- Log in to your hosting via FTP and delete the directory /wp-content/plugins/embed-calendly-scheduling/. Your host’s support team can tell you how to connect via FTP.
- You should then be able to log in to the backend as normal.
- After that, you can simply reinstall and activate the “EMC – Easily Embed Calendly Scheduling” plugin. The previous settings of the plugin should still be there.
Forum: Fixing WordPress
In reply to: Form di contattiAs far as I can see, you are using the “Happyforms” plugin for the form. I would recommend contacting their support forum with your query, as they are the ones who know best: https://ww.wp.xz.cn/support/plugin/happyforms/
Forum: Fixing WordPress
In reply to: Warning: Attempt to read property “ID” on stringAccording to the manual, you can also pass the
WP_Postobject directly toget_the_post_thumbnail(): https://developer.ww.wp.xz.cn/reference/functions/get_the_post_thumbnail/However, you may then receive a different error message stating that a string is not possible.
I would therefore recommend checking whether the message really refers to this exact line. Because something doesn’t add up here. With the complete code and the complete message, we could certainly tell you more.
Forum: Fixing WordPress
In reply to: Spam PostsSo something is indeed wrong with your project – it has probably been hacked.
My recommendation: first read this article:
FAQ My site was hacked
After that I would recommend checking whether you still have a clean backup. If necessary, ask the support of your hoster. If so, delete all files and the database and restore the backup. Then change all access data in the hosting (also FTP, hosting login ..).
So if you still have a clean backup of your website, use that.
Forum: Fixing WordPress
In reply to: Warning: Attempt to read property “ID” on stringWhich variable is the output from
var_dump()? If it is from$primaryList, then the error is logical.foreachattempts to loop through an object, which is not feasible in this case. You would need to adjust your code accordingly, e.g. as follows:foreach( array( $primaryList ) as $primaryListItem ):Forum: Fixing WordPress
In reply to: Backend tags showing on front pageI recommend getting in touch with WpBakery support about this via https://support.wpbakery.com – as this is a commercial plugin they cannot help you here with it.
Forum: Fixing WordPress
In reply to: Warning: Attempt to read property “ID” on string$primaryListItemappears to be a string. Usevar_dump()to check what exactly is in$primaryListand where its values come from. This should enable you to find the cause of the message.Forum: Requests and Feedback
In reply to: Correct work for carousel images in ww.wp.xz.cn plugin pagesThanks for your idea. I had exactly the same idea last year and opened a ticket here: https://meta.trac.ww.wp.xz.cn/ticket/8083 – maybe you could join in there to give the topic a little more weight if other users are interested in it.
Forum: Fixing WordPress
In reply to: Automatic email address entries into MailPoetI would recommend contacting the MailPoet support forum: https://ww.wp.xz.cn/support/plugin/mailpoet/
Forum: Fixing WordPress
In reply to: Product Image IssueThe Blocksy theme you are using is responsible for displaying your product images. I would recommend contacting their support forum: https://ww.wp.xz.cn/support/theme/blocksy/
Forum: Fixing WordPress
In reply to: Columns & Grid blocks – mobile layout problemUnfortunately, the Block Editor does not provide many options for controlling the mobile view here. As already mentioned, the order is determined by the styles used.
In my opinion, you have three options:
- I use this plugin for mobile optimization: https://ww.wp.xz.cn/plugins/tzm-responsive-block-controls/ – it gives you full control over the order.
- You can also solve the order issue with custom CSS, as described above.
- Contact the Gutenberg team with a request for optimizations or additional configuration options. My recommendation would be to first check here to see if there is already an issue on this topic, otherwise create one yourself: https://github.com/WordPress/gutenberg/issues
I also like to use Media & Text. I would by no means describe it as “outdated.” It is an actively maintained block in the Gutenberg directory. And yes, it can be a bit tricky, but it is still well suited for many use cases.
Forum: Fixing WordPress
In reply to: 100’s of emails about update to 6.9.2The update process may be stuck due to a possible incompatibility between your theme and WordPress 6.9.2. WordPress 6.9.3 will be available shortly, and this update should then run smoothly for you and only display a message like this.
Otherwise, you can also downgrade your project. You can do this either by using a backup or by performing a manual update (in this case, a downgrade). See: https://ww.wp.xz.cn/documentation/article/updating-wordpress/#manual-update
Forum: Fixing WordPress
In reply to: Help please reading a debug.logYour PHP deprecated message means that what is happening here will cause an error in future versions of PHP. Usually, you don’t need to worry too much about this, even if it is annoying to see so many entries. Nevertheless, it is good to be aware of this and take a look at it.
The messages are apparently caused by the Responsive Menu plugin. Check whether you are using the latest version of the plugin and, if not, update it. If the messages still appear with the latest version of the plugin, contact their support forum: https://ww.wp.xz.cn/support/plugin/responsive-menu/ – and be sure to mention the PHP version you are using so that they can reproduce the problem and ultimately adjust their code.
The fatal errors in
debug.logrefers to a database action by WooCommerce. And yes, this could be caused by an outdated database system in your hosting. Unfortunately, based on your description, it is unclear to me which database system you are using. I would recommend meeting the minimum requirements for WordPress, which you can find here: https://ww.wp.xz.cn/about/requirements/ – your host’s support team should be able to help you with this, as it would require replacing the entire database system in your hosting.At the same time, however, the PHP notice (which should only be understood as a hint) indicates that you may not be using the latest version of WooCommerce. This could also be a reason for the error. So be sure to check whether you are using the latest version of WooCommerce and, if not, update it.
And always remember to make backups before making any changes.
Forum: Requests and Feedback
In reply to: Image Overrides for Cover & Media & Text?It’s perfectly fine to post feature requests here in the forum. Maybe your wish does already exist and work, but you’re just not aware of them. Other users can help with that.
Your request concerns the Gutenberg components of WordPress. I’m not sure myself whether what you’re looking for already exists there. I would recommend contacting the Gutenberg team. To do so, you would need to create an issue here on GitHub: https://github.com/WordPress/gutenberg/issues
Forum: Plugins
In reply to: [Classic Widgets] Widgets screen questionIt will work as long as WordPress continues to offer classic widgets. As of today, there is no known end to support of them. Whether and when this will change is impossible to say. I would recommend simply using the plugin. You will probably have no problems with it in the coming years.