Euler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site with combined https://url and https://www.urlHey there,
There are four other standard methods to change your URL. Each of these is described here: https://www.ads-software.com/support/article/changing-the-site-url/Forum: Fixing WordPress
In reply to: Firefox performance issueHmm, I couldn’t find any related topics/issues with this theme. Have you tried to change it to a default, like twenty twenty-one?
Forum: Fixing WordPress
In reply to: Firefox performance issueOk, now I saw it. I tried to access the pages, but they got stuck on infinite loading.
You can test some debugging steps. First, since you think it is related to Revolution Slider, try to disable it momentarily and check if the problem persists. In case not, I emphasize the need to ask for their support.
If it persists, another valid test is to switch your theme temporarily and recheck the issue. By the way, which theme are you using?
Forum: Fixing WordPress
In reply to: blog page loading problemHey there,
Have you managed to solve the issue in the meantime? I’ve just checked the blog page and couldn’t see any white squares…- This reply was modified 3 years, 6 months ago by Euler.
Forum: Fixing WordPress
In reply to: Firefox performance issueHey there,
I’ve just checked your website in Firefox, and for me, it displayed smoothly, the same way as in Chrome.Anyway, I recommend that you ask for support directly on the Revolution Slider support pages: https://account.sliderrevolution.com/portal/?redirect_to=supportsystem
https://www.sliderrevolution.com/help-center/Forum: Fixing WordPress
In reply to: wp_footer order forced to bottomHello,
I don’t think so. This seems to be the normal behavior: https://developer.www.ads-software.com/reference/hooks/wp_footer/Forum: Fixing WordPress
In reply to: Notification pop up but nothing thereHello,
Sure! When we enable debug mode, it can show us more detailed information about the errors on WordPress. So, what you have to do is add the following code in your wp-config.php file:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );Copy and paste it before this line:
/* That's all, stop editing! Happy publishing. */
I recommend that you backup your site and database before (always a good practice). Also, if you find it difficult to locate/edit the wp-config file, you can read this article: https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress
Moreover, when you add the code above, reproduce the issue again and verify for a “debug.log” file inside the wp-content folder. If you locate it there, send the last lines here in the ticket, so that we can check it more thoroughly the error.
Let me know. Regards,
Euler.Forum: Fixing WordPress
In reply to: Blog page issuesIf you’re uncertain about making this change, backup your website before (always a good practice).
Forum: Fixing WordPress
In reply to: Blog page issuesIf you install a plugin like File Manager, yes. Otherwise, you can do it by accessing your files through FTP. Please check: https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/
Forum: Fixing WordPress
In reply to: Notification pop up but nothing thereHey there,
Have you already tried to enable debug mode? Check these links to read more about debugging with WordPress:
https://codex.www.ads-software.com/Debugging_in_WordPress
https://codex.www.ads-software.com/Debugging_in_WordPress#Example_wp-config.php_for_DebuggingForum: Fixing WordPress
In reply to: Blog page issuesHey there,
Do you have debug mode enabled on your wp-config? Maybe it can be solved if you switch it to define( ‘WP_DEBUG’, false );Forum: Fixing WordPress
In reply to: Guidance on searching database for usersOk, let me know if they work for you or if you find another option.
Forum: Fixing WordPress
In reply to: Guidance on searching database for usersHey there,
I know two plugins that might help you. Check it out:
https://www.ads-software.com/plugins/easy-query/
https://www.ads-software.com/plugins/wp-data-access/Forum: Fixing WordPress
In reply to: Media attachment details not showingHey there,
Is this happening only on specific pages/posts, or in the media library as well? Maybe you have javascript issues on the edit-page — this could prevent your media from loading correctly. If you know how to work with developer tools in your browser: check if there are any errors when you open the admin page. This might help: https://codex.www.ads-software.com/Using_Your_Browser_to_Diagnose_JavaScript_ErrorsSometimes a plugin could trigger the error: try turning all plugins off and check if you still have the issue. Sometimes an error notice might be the guilty one, check in your wp-config.php if you have debug enabled (https://codex.www.ads-software.com/Debugging_in_WordPress)`
- This reply was modified 3 years, 6 months ago by Euler.
Never mind, I fixed it. Thanks.