gilu
Forum Replies Created
-
Forum: Plugins
In reply to: [MapPress Maps for WordPress] A Google Maps API key is required…Putting in a ZERO didn’t help :-\
I just commented the line 355 ($notices['apikey'] = spri ....
) in mappress.php. That helped.Forum: Plugins
In reply to: [MapPress Maps for WordPress] Default Zoom greater than 17?That might help:
https://stackoverflow.com/questions/9356724/google-map-api-zoom-rangeAnd since this is a java version of the api … no luck!
Forum: Plugins
In reply to: [MapPress Maps for WordPress] A Google Maps API key is required…Same here!
I’d like to permanently disable this message as well.
Thanks.Forum: Plugins
In reply to: [Spam Free WordPress] "Copy This Password" not translated?!removed plugin – thank you
Forum: Themes and Templates
In reply to: [Inkblot] Widgets stopped workingOk, solved it myself.
Maybe it’s because I don’t use english as default language.
After chaning all lines in ./-/php/sidebars.php from'primary-sidebar' => array(__('Primary Sidebar', 'inkblot'), __('Used in both two and three-column layouts. You can change theme layout from the Appearance > Customize page.', 'inkblot')),
to
'primary-sidebar' => array('Primary Sidebar', __('Used in both two and three-column layouts. You can change theme layout from the Appearance > Customize page.', 'inkblot')),
it suddenly worked.
Short: Remove the localization from array item [0].
Hope this helps somebody, too.
Forum: Fixing WordPress
In reply to: Can't update WordPress – SSL certificate problem – error:14090086:STHANK YOU, WPChina!
This has solved the issue! WordPress 4.4 did not solve the issue…Forum: Themes and Templates
In reply to: [Inkblot] How to translate theme?The files need to be in: /themes/inkblot/-/l10n/de_CH.*, en_US.* or pt_BR.*
Forum: Themes and Templates
In reply to: [Inkblot] How to translate theme?Thanks!
Useful plugin, no doupt!
Well, after copying the files to the suggested location (doh!) it worked!Thanks a lot for the link to the plugin!
Forum: Plugins
In reply to: [Lazyest Gallery] Edit "Now viewing" lineNevermind!
FTP-Client didn’t upload the files correctly!Forum: Plugins
In reply to: [Really Simple CAPTCHA] Permission ProblemCan’t believe it’s still not fixed yet!
After the update, had to redo this fix again! And not just for one site, nooooo!Chmod those files to 0660 helps. Don’t think 0777 is necessary.
Takayuki Miyoshi, could you please add that to your next release? Thanks!
Forum: Plugins
In reply to: [Counterize] Plugin displays error after upgrading to WP 3.5The author needs to update his plugin!
Todd,
the latest update (1.9) of SFWP does not display the Comments are Closed, after removal of the said line in class-comment-form.php.Thank you!
This has just bought a big cup of coffee.Perfect! ??
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Set Topic from LinkI’ve found this, but that does not work.
I cannot just add that to the forms’ template….!?
Do you have files older than 60 minutes?
if so, change lines 70 and 73 to:`
$this->file_mode = 0644;
$this->answer_file_mode = 0640;`and delete all files manually and check again.
There might be a permission problem.