Plugin Files get changed automatically - wordpress

My website islamabad.ginyaki.com.
The issue I am facing is that I have customized plugins Foodonlineforwoocomerce, Advanced custom fields. I have disabled plugin and WordPress updates Manually, in functions.php and in wp-config.php but the customized code gets reversed after a few days and starts working as the old or original plugin, I need to know why that's happening and how can i achieve the solution to this problem.

Related

WordPress autoamtically adds NoFollow Attribute to every external link

My WordPress site automatically adds
rel="nofollow"
to every external link inside of a post/page. I deactivated every Plugin and changed to a standard theme and the problem still occurs. I'm using a self-managed server running Plesk. I used to have Yoast as SEO plugin however completely deleting it still didn't solved the issue. I basically have a blank website with a standard wordpress theme with this behaviour... what else might cause this? Thank you!

Wordpress Flatsome theme (UX Builder) not saving changes

I just installed the flatsome theme on WordPress on my namecheap server and I'm having a problem whereby the changes I make with the UX builder don't save. Every time I make changes and I click update then close the UX builder, the changes don't effect whereas when I make changes from WordPress "customize" it works.
I've tried several things, tried deleting and re-installing the theme, tried deleting and reinstalling WordPress itself, and still the same thing. Please I need help
I can relate with you on this flatsome issues of not saving because I also experienced the same issue....
I later solved it myself. View what you to see in the screenshot I sent here and make changes via your cpanel php extensions.
You should definitely contact flatsome uxthemes support for that.
They provide support for their theme.

How can I modify WordPress plugin with update proof

I am trying to modify one of my WordPress plugins but I would like to keep the changes even if I update the plugin. The changes are very minor.
I tried copying the plugin file to my wp-themes/child-theme/plugin/plugin_name/file.php and made changes to it but it does not reflect to the frontend.

Buddypress reverting code back to original plugin, I lost my all modification to plugin. I am running wp-4.4 and buddypress-2.2.4

I have buddypress 2.2.4 installed with wordpress 4.4.
Now issue I am facing is, I did some modification to buddypress plugin in plugin files it self. And its reverting back. Its changing my modified files to its original versions. even I try this in my local and same result.
I ask server guy but he told its buddypress issue.
When you modify a BP file, do you see changes in the browser? Or do the files revert to the original state instantly after closing them in a code editor? What are the file permission settings for the BP plugin files?
What files do you modify and with what changes?
Are you hitting update for the plugin? Plugin updates always overwrite local changes as new files are written over the old ones (unless you juggle with write-permissions for the files).
It is not a BuddyPress issue by itself (tried it myself and I could hack the plugin files just fine). It could be the server giving you the illusion of write-allowed files whilst keeping the files unchanged ("reverting"). Or then the plugins are updated constantly, undoing your changes.
The proper way to make modifications is to either use hooks in a plugin or a theme, or copy over the BuddyPress templates to your theme and make modifications there.
I didnt find any solution to that. but I keep my changes by adding a override files to child theme. because I tried everything and its not stopping reset plugin.
So finally making override of plugin in child theme solve this issue.

Wordpress (Woocommerce) Edit address logs me out

I hope you can help.
I've installed Woocommerce for Wordpress and have the following problem.
When a user goes into the page to edit billing address it logs the user out - refreshing the page or saving the new address takes you back into the login screen.
I have no idea how to debug or fix this.
Any help would be much appreciated.
Thanks
Mark
The best way to debug this is to
Change to one of the default WordPress themes. If you are not using a default WordPress theme, deactivate and activate one of the default ones (i.e. Twenty Twelve)
Deactivate any additional plugins (other than WooCommerce).
If it is working that means there's a conflict with either the theme or with one (or more) of the other plugins you are using.
First, re-activate the theme you were using and check. If the error continues, then probably the theme is creating the problem.
If it works fine with the theme, move to the plugins. Start activating one at the time and test. See which plugin is causing the problem.

Resources