Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 36 total)
Author Posts
July 27, 2013 at 3:36 am in reply to: wp_get_attachment_image_src(863,'large') 6363
zellermaniac zellermaniac


the_author_meta( 's-backgroundimage-1', $author_id );

change with get


get_the_author_meta( 's-backgroundimage-1', $author_id );

Now it works.

July 21, 2013 at 6:03 pm in reply to: Unauthorized Message only for Forms 6167
zellermaniac zellermaniac

start-shortcode if logged in
– wpuf registration form 1
end-shortcode

start- if not looged in
– custum text images for form 1
end-shortcode

it’s a solution.

how can i deactivate the standard message if not logged im form 1.?

—–
A better Solution i had a unathorized message field like forms.

July 15, 2013 at 7:57 pm in reply to: Google Maps – Searchform 5980
zellermaniac zellermaniac

I need only this 48.1367203,11.576753999999937

July 11, 2013 at 3:35 am in reply to: wp_deregister if is home 5852
zellermaniac zellermaniac

   /**
     * Enqueues Styles and Scripts when the shortcodes are used only
     *
     * @uses has_shortcode()
     * @since 0.2
     */
    function enqueue_scripts() {
        $path = plugins_url( '', __FILE__ );


     $scheme = is_ssl() ? 'https' : 'http';
        wp_enqueue_script( 'google-maps', $scheme . '://maps.google.com/maps/api/js?sensor=true' );

Is there any reason, why it is outside the if wpuf_has_shortcode ?

July 11, 2013 at 3:29 am in reply to: wp_deregister if is home 5849
zellermaniac zellermaniac

maps/api/js?sensor=true&ver=3.5.2

July 11, 2013 at 3:28 am in reply to: wp_deregister if is home 5848
zellermaniac zellermaniac

`
type=’text/javascript’ src=’http://maps.google.com/maps/api/js?sensor=true&ver=3.5.2’>

July 11, 2013 at 3:28 am in reply to: wp_deregister if is home 5847
zellermaniac zellermaniac

You forgot.

July 10, 2013 at 5:08 pm in reply to: wp_deregister if is home 5836
zellermaniac zellermaniac

I Update:-)

– German language file
– CSS
– Changes upload.js

How can I Override? ChildPlugin? Is there an Solution.

Now.

-plugin
– wp-user-frontend-pro
– wp-user-frontend-pro – 2.15
– wp-user-frontend-pro – 2.14

I copy manualy.

You forget? home

zellermaniac zellermaniac

Fyi
Pluupload Forum

zellermaniac zellermaniac

file.percent in Android Browser always 0.

Pluopload Problem.

zellermaniac zellermaniac

$(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );

file.percent is not working. Plupload/Andorid Browser Problem.
Upload…
$(‘.bar’, item).html( ‘Upload…’ + file.percent + ‘%’ );

I wrote Upload…

zellermaniac zellermaniac

I have to show user aktivity. Mobile and a big Image user thing. Page is Broken.

zellermaniac zellermaniac

It ist not necessary a css process.

[Percent Count] and the Css Bar

zellermaniac zellermaniac

file.percent working too slow

zellermaniac zellermaniac

ul.wpuf-form li .wpuf-fields .progress{background:-moz-linear-gradient(center bottom, #ffffff 0%, #f7f7f7 100%) repeat scroll 0 0 #ffffff;border:1px solid #D1D1D1;border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.1) inset;float:right;height:22px;line-height:2em;margin:0;overflow:hidden;padding:0;width:200px;}
ul.wpuf-form li .wpuf-fields .bar{background-color:#83B4D8;background-image:-moz-linear-gradient(center bottom, #72a7cf 0%, #90c5ee 100%);border-radius:3px 3px 3px 3px;box-shadow:0 0 3px rgba(0, 0, 0, 0.3);height:100%;width:0;z-index:9;}
ul.wpuf-form li .wpuf-fields .progress .percent{color:rgba(0, 0, 0, 0.6);padding:0 8px;position:relative;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);width:200px;z-index:10;}

I want to find the Error. I think Css is not working in the Android Browser.

Where can I display the progressBar?

Viewing 15 Topics - 1 through 15 (of 36 total)