veresdaniel
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API User] special characters in passwordThanks,
I forgot, but now it is working. In the other hand when I try to login with false credentials I still get back:
Uncaught SyntaxError: Unexpected token <and under Developer Tools network tab (Chrome, there is a row:
?login=failed 200 script http://sample.dev/?login=failed ….
thanks, but solved. the problem was with fb cache.
Forum: Plugins
In reply to: [WP SimpleWeather] WP SimpleWeather works only on zipcodeThis zip code issue appeared in my wp site too. Previously it worked with Hungarian locations, now gives ‘invalid location’ error.
Forum: Themes and Templates
In reply to: theme overwrites other theme's function.phpIssue fixed. The problem was with the following code:
I tred to register widgets in multisite environment the way i used to register them in standalone site. I think database operations caused the crash
Forum: Themes and Templates
In reply to: theme overwrites other theme's function.phpDo you think that the modified footer can cause issues like this line appending thing?
Forum: Themes and Templates
In reply to: theme overwrites other theme's function.phpThanks. Yes the lines quoted above are appended to all other themes functions.php. How can this happen?
I did not know about the removed lines, but i’ll compare the files with the original ones…