michaelstegh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Transparent bkgd images turning black when uploadedIt is not advisable to use eps file formats. Use native file formats for the exchange within the Adobe suite.
Save your Illustrator file as a normal AI.
Then:
– select all,
– copy, CTRL+C
– open Photoshop,
– File > New Document,
– Paste in, CTRL+V
– as a Smart Object,
– enter,
– hide the background layer,
– save it as a PNG.Forum: Fixing WordPress
In reply to: WordPress is super slowForum: Installing WordPress
In reply to: Installing Security pluginMy pleasure. π
Please mark your topic as “resolved”, if it’s done now.
Michael
Forum: Fixing WordPress
In reply to: WordPress is super slow@ anevins
i suppose, this “massive” CSS is a minified CSS.
Forum: Fixing WordPress
In reply to: WordPress is super slowYou have some Java Script Errors, that obviously need to be solved.
ReferenceError: jQuery is not defined
ReferenceError: preloadImages is not defined
And your Bebas font seems to have problems to load correctly.
Sorry, that’s all i can tell. For fixing it, some coder has to check this.
Forum: Installing WordPress
In reply to: Installing Security pluginSo, you don’t know what your IP is? Am i right?
Your Public IP Adress is displayed in
Security > DashboardScroll down to “System Information”
Public IP-Adress: 172.16.254.1 (for example!)
If you can’t find it, use IP Adress Lookup
http://ip-lookup.net/domain-lookup.phpHi Jim,
do you already have a wordpress.com account?
http://wordpress.org/extend/plugins/jetpack/faq/
Jetpack requires a connection to WordPress.com to enable all features. This is a different account than the one you use to log into your self-hosted WordPress. If you can log into http://wordpress.com, then you already have a WordPress.com account. If you can't, then you can easily create one as part of the installation of Jetpack.Just a wild guess.
Forum: Fixing WordPress
In reply to: Can't upload mediaDid you really try to upload or insert the image? This red icon in Title only says, that Title is required (It’s a “reminder”.). Doesn’t matter what you write down in there – even “blabla”. π
You could even leave it blank. You still should be able to upload/insert. Doesn’t make any sense to me. π
Forum: Fixing WordPress
In reply to: Transparent bkgd images turning black when uploadedI think, you inserted your image not as actual size and put in the resized version. Please upload or use the actual size of the image. I suppose resizing causes this viewing error.
Forum: Fixing WordPress
In reply to: Transparent bkgd images turning black when uploadedRyan, did you already “activate” the logo in your site/test-article/whatever? If so, please show URL. I cannot reproduce why it shouldn’t be transparent.
I uploaded your image for testing, it showed up with black bg in media library, imported it in a test article, previewed – everything’s fine.
Forum: Plugins
In reply to: [OptionTree] Wait! You need to install and activate the OptionTree plugin!Hi from Germany. π
i had the same problem. after updating optiontree i was still receiving the message mentioned in the opener post. I am using mono-theme vom cudazi.
for me the following workaround fixed it. (but i am not sure, if this is really smart, because i am not a coder.)
i navigated to themes-folder > mono > libraries > theme-options.php
in theme-options.php i made the following changes:
in line 10
if ( ! is_plugin_active( 'option-tree/index.php' )i changed “index.php” to “ot-loader.php”
if ( ! is_plugin_active( 'option-tree/ot-loader.php' )Uploaded theme-options.php back into the folder, … after that the message did not show up anymore.
While Derek has made some grand changes in his Plugin, the theme-author obviously couldn’t notice, that Derek changed “index.php” to “ot-loader.php“.
As i mentioned, i am not a coder, but this fixed my error-message-problem.
Hope this was a bit helpful? (Sorry for my bad english.) :-/