Jhimross Olinares
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed Stopped Working ‘Can’t be FetchedHi allerymums,
Perhaps, there is something blocking the RSS to be fetched. If you have any newly installed plugin such as security plugin, try to deactivate it to test.
Try to deactivate other plugins as well to rule out if there is any that causing the issue.
Forum: Fixing WordPress
In reply to: Missing Temporary Folder: Tried everything, nothing works.Hi afbsandbox,
Since you already tried adding the method to add:
define('WP_TEMP_DIR', dirname(__FILE__) . '/wp-content/temp/');
and still not works.Try the other method by adding a code snippet in php.ini file.
1. Login to your server, either CPanel or FTP.
2. Go to your WordPress root directory, usually public_html
3. Find php.ini file. If you don’t have one yet, create a file called php.ini.
4. Insert the following code snippet into the file:upload_tmp_dir= /home/username/public_html/temp/
(could be different from your server)
5. Save the changes.
6. Lastly, like in the first method you’ve tried, create a temp folder in public_html after defining the temp folder.Try to test if this will work for you.
I hope this helps.
- This reply was modified 3 years, 1 month ago by Jhimross Olinares.
Forum: Networking WordPress
In reply to: wordpress multisite and google analyticsHi Superduperguy9399,
You can use plugin such as Insert Header and Footer then add the tracking script in header.
If you want to avoid using a plugin to add Google Analytics and other tracking scripts, you can add and insert the tracking code in your theme’s header.php file.
Much better to create a child theme and copy the header.php in child theme directory, so that even if you update your parent theme, your tracking script in header.php will remain and will not be overwritten by your theme update.
I hope this helps.
Forum: Fixing WordPress
In reply to: Having issue with vendor login page in DokanHi wpdoss123,
Try to rule out if there is any conflict coming from other plugins by deactivating one by one or switch to default theme.
Furthermore, since you are using a premium Multivendor plugin, I think it is best to contact the developer of this plugin as I believe they are the right person that can help you with this.
You can also check their documentation, perhaps, that is a common issue in their plugin.
Forum: Fixing WordPress
In reply to: unable to update pluginHi asskashwpdev,
This type of errors is logged.
Please check the error logs on your server for a more specific error message, which may give a clue to why this is happening on your website/server.
If you need help locating them, ask your hosting provider to help you with that. If you cannot find error logs or if you don’t find any helpful info in the error logs, enable debugging.
See: https://www.ads-software.com/support/article/debugging-in-wordpress
Forum: Fixing WordPress
In reply to: unexpected WP editor error widgets sectionHi Waimanalo,
Since you’ve already tried deactivating plugins, please try switching to the WP default theme as well, this is to rule out if there is any conflict between WordPress itself and with your theme.
You can also check if there is any error in the browser dev console while you are in the widget area. That could help you troubleshoot the error.
Try re-installing WordPress in Dashboard > Updates as well, sometimes this works, and it fixes corrupted core files on your server (if there is any).
Forum: Fixing WordPress
In reply to: Product page – cart button – variations price colorHi Grammelot,
Try the basic troubleshooting such as deactivating other plugins or switch theme to rule out if there is any conflict. Try to clear cache as well if you have any caching plugins.
You can also send here the URL where the issue occurs, so we can have a look and test it as well.
Forum: Fixing WordPress
In reply to: Anchor link to section doesn’t work on preview – ElementorHi Emibhog,
I tested your page and I can replicate the issue.
I checked and there appears to be a jQuery error in the console:- https://share.getcloudapp.com/rRuNW7zA the error looks like coming from your theme OceanWP
Try the basic troubleshooting such as deactivating other plugins or switch theme to rule out if there is any conflict. Try to clear cache as well if you have any caching plugins.
Once you’ve isolated if there is any conflict, I recommend contacting the developer of that plugin or themes, if they can have a look and help you with the issue.
Forum: Plugins
In reply to: [Editorial Calendar] Calendar Not Display in the backendHi Zack @zgrossbart
Thank you for your quick reply.
We don’t add anything on our website, it just happens after updating the plugin to the latest version. There is no jQuery error in the console but in the network tab there is an error 500.
Request URL: https://blog.thebrokerlist.com/wp-admin/edit.php?page=cal
Request Method: GET
Status Code: 500Hi,
I hope someone could help me with this issue to automatically add the sidebar for all the LearnDash Post type.
Thank you in advance for your help.
Hi,
May I ask how you resolved the issue.
I still see the error on the version that I have in the plugin.
Forum: Fixing WordPress
In reply to: received 500 Internal Server but the site is up and good.But when you check the site is good and running
Ahhh, Okay. Thanks for the information.
Will do the smush only in one windows.
Thanks Again!.
I have done the other solution from other forums
Increasing memory not work and max execution time.
Disable caching config not work too.
Forum: Themes and Templates
In reply to: Homepage Break after wordpress update?I use minify platform theme