another-webmaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] [Plugin: Code Snippets] Can't add newLittle note to above:
Found this after having the error above: please read.
As they mentioned to solve a same kind off problem with Quick Cache, I also modified the file: code-snippets.php line 114 (edit_plugins into add_users)and now it is fine even with settings on true in wp-config.
My question to you Shea, can/does this interfere/harm or is this the solution as it also? If so, please update your amasing nice plugin so otheres won’t have a same issue as I had.After using same options it seems to work as wished.
Btw I found same problem in plug called Code Snippet. Seems to work with same solution as above, but can it harm?Forum: Plugins
In reply to: [Code Snippets] [Plugin: Code Snippets] Can't add newHi Shea
I found the reason for the problem.
Having following in wp-config.php which is/was the reason for the error.
define('DISALLOW_FILE_EDIT',true);
As long it has “false” in wp-config it allows me to edit..ugh…so I add new snippets and afterwards I changed it in “true” and all works like a charm. (not the best soltuion but works)Forum: Plugins
In reply to: [Lazy Load] [Plugin: Lazy Load] images not loading at allHaving the same problem here.
Images in posts and pages are not visible anymore, not even one. (but loading in background). After deactivating everything is okay again.
Is there no support for this plugin?Thank you for the clear explanation Jeremy.
I thought it had to do with the sandbox setup but after reading this I realised I activated debug for my own simple “creation”, which lucky enough for me is still flawless 🙂
To be short…it should not be a cause for pageload delays?! and is actual (nasty said) crappy coding.
Several authors said that I should take off the debug and be happy that the plugin was/is for free…ugh.
Anyway, thank you.Running wp 3.3.2 here with Debug Bar plug activated and it shows lately a lot
Notice: Undefined index:for several plugins (although they seem to work when debug option in wp-config.php is not activated).I am totaly not familiar with the debug option and errors which show up now. If it are “just” notices does that mean they still can harm or what can be the case if these “notices” are not solved?
Some specs here:(VMware) Wampserver 2.2 with PHP v5.3.10 / MySQL 5.5.20 and WP v3.3.2 (XP-Pro Srv3 as OS).
Thnx in advance for anyone who could give some input.
Sorry for the late responce Donald, I was on a Business trip.
By updating to WP3.3.2 they decided here not to use this (great) plugin anywore.
By delay was meant that it delayed pageloading (for whatever reason) with 2 seconds. Still as said, plugin is great so maybe some server settings wrong at this side, who knows. Till v3.3.2 we enjoyed and used this plugin with great pleasure!Hi Donald,
Still having these 2 msg in debug mode:
Notice: wp_enqueue_style was called incorrectly. and Notice: wp_enqueue_script was called incorrectly.Looking forward for update(s) soon, the plugin is great but also responcible for delays and thats a shame imho.
Forum: Everything else WordPress
In reply to: Debug (!)Notice harm/delay cms/blogs ?Thank you Esmi.
Forum: Everything else WordPress
In reply to: Debug (!)Notice harm/delay cms/blogs ?Thank you for the fast respond Esmi.
Sadly enough it isn’t my script (I am not good enough for such lol) but one of the scripts is the “WordPress Admin Bar Improved” plugin which creates 2 msg, 1 is for style and other for script. Reported them 2 month ago but seem not yet be solved. (The plugin I personally like and as mentioned seems to work correctly from the outside).
You have the plugin and activated it?
If so, go in admin panel to: > Tools
Select option > Backup
You will see the > Backup options (scroll down on page)
You have 3 options …when you read it says exactly where it will go after you checked one of the 3 radio buttons.If you have no clue about CHMOD take option 2 or 3, because than you have nothing to do with chmodding the wp-content folder. (needs it only to have access to put a sql backup file you want to make)
cheers
Note: click “topic solved” after you have read this, because there is no easier way to do as explained above.
Forum: Fixing WordPress
In reply to: Blockquote changes?Hi crazyforsavings
No clue if this is still actual. (your last responce here is 6 mnth ago, anyway..who knows it is still helping)
.entry blockquote { max-width: 450px; /*Tells class this max size */ margin: 20px; /*If all are same, once 20px is enough , else change it*/ padding: 10px; /*Distance text to border, as above once */ background-color: #EEEEFF; /*Max 6/Six characters/numbers ! */ font-style: normal 14px; /*Weight and size font */ color: #FF0000; /*Font color */ word-wrap: break-word; /*Long words will break,wrapped to next line */ border: 2px dotted #123456;/*Thickness(px) dotted and color (#) */ }It’s just an example, play with pixels/colors to get your result.
Look here for great CSS codes: http://www.w3schools.com/css/default.aspForum: Everything else WordPress
In reply to: Which is better, functions.php or style.cssThank you both for fast responding, will split up function and styling to where both belong 🙂
Forum: Everything else WordPress
In reply to: Which is better, functions.php or style.cssYou are so right with that, absolutely maam! but (sorry no offence) still it is as a function call.
Maybe I didn’t explain what/how I meant the question above, sorry for that. To enlighten some by this sample;In a post/page we can do it 2 ways, the first way could be like this:
(for left column):
<div class="lcol"> the text here </div>
(for right column):
<div class="rcol"> the text here</div>
And in style.css giving the correct codes for the classes, no shotcode is used this way.Second way can be done like this, clicking the created button (we did ourselfs, btn are lcol and rcol):
[lcol]{txt here}[/lcol]and[rcol]{txt here}[/rcol]Using the shortcode methode is for our authors faster with same output results.
But I actualy was/am curious if a plugin/function call needs more “load” from server than just the “regular” styling way by using “only” css code, as shown in the sample as above now.
I ask that because our site (as it is now) has over 2/3k postings and I am a little afraid that plugins/function calls like these also will have a neg impact on server loads but maybe I am totally incorrect.Forum: Plugins
In reply to: How do you turn off image link in CataBlog?Ugh, sorry didn’t know it is a plugin.
Have no time to dig into it. Maybe looking hereCatblog helps a little?Good luck.