bhenselmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Geo Mashup] How to include Geo Mashup Maps as div instead of iframe?Hello Dylan, I will try it out. I′m experienced with HTML, CSS, JS but only little with PHP and I′ve never developed an WP-plugin. If I need help, I will come back to you.
Thanks – BernhardForum: Plugins
In reply to: [Plugin: Simple Tags] Linking keywords to an affiliate link automaticallytry the plugin “SEO Smart Links”!
Forum: Networking WordPress
In reply to: Including Contact Form in different Multisite-BlogsThanks a lot for the responses!
Forum: Plugins
In reply to: [SEO Smart Links] [Plugin: SEO Smart Links] didnt do anythingI use it in some blogs and it works in all but in one – which have many posts (>2.000) and pages (1.000). Maybe this is part of the problem?
Forum: Networking WordPress
In reply to: Including Contact Form in different Multisite-BlogsHello Andrea_r, thanks for your answer. Offcourse I′ve already installed and activated the plugin. My question is: How could I use a form from one blog in an other blog – without duplicating the form. If I put something like
[contact-form 1 "Kontaktformular"]
into a page, WP is looking for the form from this blog only, but NOT from an other blog in the Multisite installation.Maybe there is no shortcode for that purpose, but an php-Code?
Thanks Ipstenu for the hint with switch_to_blog(). I didn′t revognized this funktion up to now.
I′ve found an other way in the meantime, which do it all together: get_blog_post($blogID,$pageID).You can use NextGen Gallery together with Lightbox Gallery.
Lightbox Gallery is something like Lightbox Plus or shutter – not an image management or sth. else.I haven′t tried Lightbox Plus, but Lightbox Gallery should work – and looks better than the “shutter”. You simply install the Lightbox Gallery Plugin and mark on the options-page “Enforce loading the lightbox gallery scripts: The lightbox gallery scripts are loaded in every page”
the options are changeable under
https://yourdomain/wp-admin/admin.php?page=nggallery-options#effectsMaybe in your ngg-options the efect “shutter” (or something else) is not set?
Forum: Plugins
In reply to: [Geo Mashup] [Plugin: Geo Mashup] custom icon by custom fieldHi Dylan,
thanks for your great service!
I searched since yesterday – but didn′t found something. But after writing my post I just found the guide – and this is working very well! (If you are interested have a look here. Sorry it′s in German, it′s a map about activities against child labour in Germany)Thanks!
BernhardForum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Dynamic Recipient E-Mail AddressHave a look at
Contact Form 7 Input Fields Values as PHP Get-Viarables
Then you can use a costum field in a post / page for an email address and put the fieldname direktly in the form template.
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] set category for page-formsWP itself is not allowing categories and tags for pages, but there are plugins which exactly do this.
I would like to use categories with pages, because there is the geo-mashup-plugin which use categories for showing different pins on the google map.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] cft-template for special page-templatesThank you Hiroaki!
I just tested it ones more and found out, that you are right!
The problem is slightly different: When first one WP-theme-template is choosed (e.g. akteur.php) the corrseponding custom fields template ist loaded.
After changing the WP-theme-template (to anything else) the costum field template of the first is not hidden. So the costum fields could be filled further on.Thank YOU! for coding and helping!
I think, I have not understood the use of ‘multiple = true’ properly.