Klaymen
Forum Replies Created
-
What do you mean with update? You mean click on “save settings”?
I already tried that. In the first website where I have it, after entering a URL the error disappear.Second website: I entered the URL and I get a blank page with errors (one of them: header already sent). Then I come back to that page and entered it again, and bon, error disappeared and it is fine now.
After update I’m still getting this error in wp-admin/options-general.php?page=wp-deferred-javascripts:
Warning: implode(): Invalid arguments passed in /home/*/public_html/*/wp-content/plugins/wp-deferred-javascripts/inc/admin.php on line 85
After entering a value (a script to not defer) and saving, the error is gone.
Great, thanks!
Forum: Fixing WordPress
In reply to: Inserting images in editor problem for other users (unlinked images)Yup! I already found that…. so I came up here again to delete the post, but you already replies! Many thanks guys.
Forum: Plugins
In reply to: [WP Deferred JavaScripts] FAQ update proposedI still don’t get it. I mean, where should I add that code? Should I add it to the file “wp-deferred-javascripts.php” editing it with the editor? If yes, at end? And.. something like this:
add_filter( 'wdjs_before_end_lab', 'jquery.js, bootstrap.min.js' ); function call_shitty_code( $end ) { $end .= '.wait(jquery.js, bootstrap.min.js)'; return $end; }?
Thank you a lot in advance for any help! 🙂
(unfortunately I’m a little noob with PHP)Forum: Fixing WordPress
In reply to: Is there a way to edit directly from the live site?Hi NeoTechnomad, thank you for your reply. The way you mentioned is the standard way to simply edit posts/pages as normal (which is how I already do). I was asking if is there maybe a way to edit the content directly when browsing the live pages, without entering the Dashboard.
Forum: Themes and Templates
In reply to: Reduce requestsThank you a lot codeManiac!
Forum: Themes and Templates
In reply to: Reduce requestsThank you a lot for your reply, codeManiac. In my cause, what do you suggest me in order to have better performances?
Forum: Themes and Templates
In reply to: Reduce requestsUp. Nobody?
Forum: Fixing WordPress
In reply to: Change author via SQL queryThat worked, thank you!
Forum: Fixing WordPress
In reply to: Change author via SQL queryThank you so much!
Then in the SQL query field in cPanel I would need to use this:UPDATE wp_posts SET post_author = 2 WHERE post_author = 4;right? Correct me if I’m wrong. Obviously changing the fields as you said (and making a db backup before).
Forum: Fixing WordPress
In reply to: Change author via SQL queryThank you for your reply, but I don’t want to delete that user… as it is the used I log in with. It’s the admin user. I have “Mysite User” and “Mysite”.. and I need all the articles to be posted under “Mysite”, if possible.
Same problem here: https://vid.me/rTPB
Forum: Themes and Templates
In reply to: Problems with borders in Twenty FifteenOk, solved. It was setted by this code on the style.css
.hentry, .page-header, .page-content { box-shadow: 0 0 0px rgba(0, 0, 0, 0.15); margin: 0 7.6923%; }No one can help me?