Viewing 7 replies - 1 through 7 (of 7 total)
  • I would really like to know the answer for this 2 since the method provided doesn’t work for me

    https://docs.oneall.com/plugins/themes/

    Thread Starter aguidis

    (@aguidis)

    Thank you for your reply !

    I added their css to my style.css and then I changed the value of the parameter ‘css_theme_uri’: I put the absolute path to my stylesheet.

    Now I would like to remove the “powered by…”

    Thread Starter aguidis

    (@aguidis)

    I just used this thank you ??

    .plugin .footer {
            display: none;
        }

    Even better, nice going!

    How did you copy over the CSS specifically? I haven’t done web design in a while, and cannot figure out how I would override the css that is on their server.

    I have tried adding the following to my style.css file but it has not worked:

    .plugin #providers .provider #button_facebook {
    
    	background-image: url("https://mmjstudentdiscount.com/wp-content/uploads/2013/04/facebook-login.png");
    
    }

    Thread Starter aguidis

    (@aguidis)

    In my login-form.php, there is this script:

    <script type="text/javascript">
    	oneall.api.plugins.social_login.build("oneall_social_login_providers_xxxxxx", {
    	"providers": ["facebook"],
    	"callback_uri": (window.location.href + ((window.location.href.split('?')[1] ? '&':'?') + "oa_social_login_source=login")),
    	"css_theme_uri": "https://www.yoursite.net/wp-content/themes/yourtheme/style.css"
    	});
    </script>

    I just changed css_theme_uri

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom facebook button’ is closed to new replies.