Bigul Malayi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What format is this ?Hi @wildapache,
Yes, that is a good approach. You can do it with the standard WordPress methods. Wish you all the best 🙂
Forum: Fixing WordPress
In reply to: Inability to update pluginsHi @joey25zz,
You are welcome. Have you received any feedback from hosting on why this issue is happening? Please make sure your website is not infected with malware.
It may be similar to the following ticket:
https://wordpress.org/support/topic/site-no-longer-detects-updates/
Forum: Fixing WordPress
In reply to: Inability to update pluginsHi @joey25zz,
Hope you are using the latest version of WordPress (7.0.3). Please share the following information; it will help us track the issue.
- Which theme are you using?
- Have you enabled WordPress Debug Mode? If so, is it showing any errors?
- Is there any difference in the results when all plugins are inactive? Take a full site backup (mandatory), deactivate all your plugins, and try to update your theme.
- Are you using any security plugins?
Forum: Fixing WordPress
In reply to: What format is this ?Hi @wildapache,
Thank you for sharing more information on this. That is the advantage of sorting the related values in a serialized array. You only need to use a separate meta key if you frequently need to search for or filter data by a specific value.
Forum: Everything else WordPress
In reply to: Looking for alternative theme options for future websiteHi @drew75,
You are welcome. If possible, share the progress here. It will be helpful for our forum users in the future.
Forum: Fixing WordPress
In reply to: What format is this ?Hi @wildapache,
WordPress treats meta_value as text when running the database query. You can use the query (WP_User_Query with meta_query and LIKE) suggested by @threadi to search for a value inside serialized data.
It is fine to keep related values under one meta key, but searching serialized data with LIKE may not work well with large amounts of data.
Forum: Fixing WordPress
In reply to: What format is this ?Hi @wildapache,
WordPress does not unserialize the data while running a Database query. If you frequently need to search for or filter a value in the serialized data, storing it separately is a better design choice. So it can be queried directly.
As a workaround, you can unserialize the data after retrieving it from the database using PHP’s unserialize() function. Then search for the values in the unserialized data.
Can you please share an example of your serialized data with multiple records that match start == 20:00?
Forum: Fixing WordPress
In reply to: Can’t find where to edit/delete a widget/sectionHi @themjjune,
Glad to know you are getting the expected results now. Elementor Add-ons, like UAE, mostly have their own settings. Normally, it has its own widgets, templates, and template-related features. It is used inside the Elementor Global template (for example: Header/Footer) as widgets, sections, or nested templates. In this case, you have to edit the relevant widget/template separately.
Forum: Fixing WordPress
In reply to: Can’t find where to edit/delete a widget/sectionHi @themjjune,
Most probably it will be a conflict in the settings of the Astra or Elementor. Please visit Elementor >> Templates and Appearance >> Editor to see if the Subscribe section is part of a template.
If the problems remains, please directly contact the Astra or Elementor support.
Forum: Everything else WordPress
In reply to: Looking for alternative theme options for future websiteHi @drew75,
The themes you have shortlisted are good for long-term use. Especially GeneratePress, Astra, and Neve.
Forum: Fixing WordPress
In reply to: bileşenlerde hata uyarısıHi @mustafa-dertli,
This is a PHP notice and will not break your site. You can enable the WordPress Debug Log and set “WP_DEBUG_DISPLAY” to “false” so it will not be shown to users. Refer to this link for more details: https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging
Hope you are using the latest versions of WordPress, the theme, and the plugins. Which theme are you using?
Forum: Fixing WordPress
In reply to: Editable spreadsheetHi @windspeed,
Have you tried any paid plugins? It may be possible with the Pro add-ons for widely used WordPress forms plugins (like Gravity Forms, Formidable Forms, or Fluent Forms), or maybe with TablePress Pro.
Forum: Fixing WordPress
In reply to: Site no longer detects updatesHi @sicilybambolina,
Glad to know you are getting the expected results now. Is it because of a customized plugin or because you are using an older version of the plugin (the one that causes the bug)?
Forum: Fixing WordPress
In reply to: Site no longer detects updatesHi @sicilybambolina,
Which hosting service are you using? Have you checked with the hosting service about this?
Also, have you set up any firewalls, security plugins, or hosting restrictions?
Please check whether you are seeing any errors in the Server Error Log or WordPress Debug Log.
Forum: Fixing WordPress
In reply to: Gallery block cannot sort images by filename (WordPress 7.0.2)Hi @theteamone,
Please try the following steps and check you are getting the expected results.
- Create a gallery with the images
- In the Gallery Block, click on the edit icon
- Drag and drop the images in the expected order
- Save the changes
Are you uploading all of the images together in a single batch? Please share a few example image filenames. This will help determine whether the issue is related to the upload order or to how the Media Library sorts the images.
Also, does the same behavior occur if you switch the Media Library to List View instead of Grid View (in the backend)?