Coder Social home page Coder Social logo

Comments (10)

selaias avatar selaias commented on August 25, 2024

sorry about that. I'm going to take a look. what kind of errors do you get?

from avatar-manager.

tomvolek avatar tomvolek commented on August 25, 2024

Hi selaias : amazingly no error message on the browser console or on the server side. Is there anything else I can provide you ? I am sure other users might see this issue. all my packages are updated to the latest.

At the top of my page I have a nav bar , inside the nav bar I have the Meteor Account login button link. Once I install your package , the login link stops working : Bellow the template and my css.

<nav class="navbar navbar-custom navbar-static-top" style="margin-bottom: 0px; font-size: 12px; height: 40px;">
    <div class="navbar-header">
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
        </button>

        <div id="loginButtons"> {{> loginButtons}} </div>
    </div>
    <div class="collapse navbar-collapse" >
        <div id="welcome">{{_ "welcome"}}</div>
        <ul class="nav navbar-nav">
            <li class="active"><a href="{{pathFor route='home'}}">{{_"Home"}}</a></li>
            <li> <a href="{{pathFor route='login'}}">{{_"Login"}}</a></li>
            <li><a href="{{pathFor route='register'}}">{{_"Register"}}</a></li>
            <li> <a href="{{pathFor route='auction_list'}}">{{_"Auction List"}}</a></li>
            {{#if isInRole 'admin'}}
                <!-- Reports  -->
                <li> <a href="{{pathFor route='report'}}">{{_"Report"}}</a></li>
                <li>   <a href="{{pathFor route='form_enter_product'}}">{{_"Edit/Search Items"}}</a></li>
                <li>   <a href="{{pathFor route='form_edit_user'}}">{{_"Edit Users"}}</a></li>
            {{/if}}
        </ul>
        <ul class="nav navbar-nav navbar-right">
            <div id="languages"> {{> i18n_dropdown_bootstrap3_component}} </div>
        </ul>
    </div><!-- /.navbar-collapse -->
</nav>
================ CSS ===============

body {
background-color: #C3E8C1;
margin: 0px;
padding: 0px;
}

.tftable {font-size:10px;color:#333333;width:100%;border-width: 2px;border-color: #9dcc7a;border-collapse: collapse;}
.tftable th {font-size:10px;background-color:#abd28e;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:center; }
.tftable tr {background-color:#ffffff;}
.tftable td {font-size:10px;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;}
.tftable tr:hover {background-color:#ffff99;}
.usertable {font-size:10px;color:#333333;width:100%;border-width: 2px;border-color: #9dcc7a;border-collapse: collapse;}
.usertable th {font-size:10px;background-color:#abd28e;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:center; }
.usertable tr {background-color:#ffffff;}
.usertable td {font-size:10px;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a; }
.usertable tr:hover {background-color:#ffff99;}

#user_field {font-size:10px;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a; width: 150px;}

div#myCanvas{ position: absolute; margin-left: 5px; }

button.buy_btn { background: red; text-align : center; width: auto; padding-left:10px; padding-right:10px; position: absolute; z-index:1; left :700px; top:500px; font-size: 24px; }
button.inc_btn { background: red; z-index:1; font-size: 24px; }

#Search_Item { text-align : center; width: auto; padding-left:10px; padding-right:10px; z-index:1; font-size: 16px; }
#Edit_Item { text-align : center; width: auto; padding-left:10px; padding-right:10px; z-index:1; font-size: 16px; }
#Add_Item { text-align : center; width: auto; padding-left:10px; padding-right:10px; z-index:1; font-size: 16px; }

#loginButtons {float: left; color: #FFFFFF; }
#welcome {float: left; margin-left: 10px; }
#languages {position: absolute; left :735px; width: 80px; top:5px;}

table {
border: 0;
}

th {
border: 0;
font-size: 10px;
text-align: center;

}

td {
border: 1px solid #999;
padding: 0.5rem;
text-align: center;
background-color: white;
}

.heading1 {height: 20px; }

.navbar-custom {
background-color:#8AE65C;
color:#ffffff;
border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
color:#fff;
padding-left:20px;
padding-right:20px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
color: #ffffff;
background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #33aa33;
}

.navbar-custom .navbar-brand {
color:#eeeeee;
}
.navbar-custom .navbar-toggle {
background-color:#eeeeee;
}
.navbar-custom .icon-bar {
background-color:#33aa33;

}

.boxed {
text-align:left;
text-shadow: 0 0 5px blue;
}

from avatar-manager.

selaias avatar selaias commented on August 25, 2024

can you post also the translations file?

I have copied your package list into an empty project and everything seems ok.

from avatar-manager.

tomvolek avatar tomvolek commented on August 25, 2024

HI Selaias :

if you look at the HTML file above , the two link which do not fire are :

{{> loginButtons}}
{{> i18n_dropdown_bootstrap3_component}}

Just a note, if I remove your package , each string in drop down link gets translated correctly. for some reason it seems the click event gets blocked all together. It behaves the same way on chrome or Safari or Firefox.

Is this what you mean by translation file ?
"Supplier Name":"نام تولید کننده",
"ID":"کد",
"Country":"کشور",
"Grade":"درجه",
"Monetary Unit":"واحد پولی",
"Price/Flower":"قیمت / گل",
"Buyer Number":"شماره خریدار",
"Trolleys":"کانتینر" ,
"Containers/Trolley":"کانتینر/سطل ",
"Total Containers":"مجموع کانتینر",
"Flower/Container":"گل /سطل ",
"Minimum Container To Buy":"حداقل کانتینر برای خرید",
"Admin Section Current User ":"بخش مدیریت، کاربر جاری",
"Set Item for Auction ": "بفرش بذارید",
"Product ID":"کد محصول",
"Set Auction":"حراج",
"Search/Add products":"جستجو / اضافه کردن محصولات",
"Purchased Report": "گزارش خرید",
"Search":"جستجو",
"Edit":"ویرایش",
"Add":"اضافه کن",
"Producer Name":"نام سازنده",
"Producer ID":"کد سازنده",
"Product Name":"نام محصول",
"Product Image":"تصویر محصول",
"NumberOfItems":"تعداد آیتم ها",
"PricePerFlower":"قیمت هر گل",
"You purchased containers":"اقلام خریداری شد",
"Product_grade":"درجه",
"Welcome to Auction":"به حراج خوش آمدید",
"Home":"خانه",
"Login":"وارد شدن",
"Register" : "ثبت نام",
"Auction List" : "فهرست حراج",
"Report" : "گزارش",
"Edit/Search Items" : "ویرایش / جستجو",
"Edit Users" : "اضافه کردن / ویرایش کاربر",
"Payaneh Auction" : "حراج پایانه",
"Browse": "فهرست",
"dropFiles" : "رها کردن فایل ها در اینجا",
"browse": "فهرست",
"cancelled": "لغو شد",
"remove": "برداشتن",
"upload": "آپلود",
"done": "انجام شده",
"cancel": "لغو",
"Created At":"ایجاد شده در",
"Creator Id":"خالق ها",
"Auction Date":"تاریخ حراج",
"AuctionDate": "تاریخ حراج",
"Drop Files Here":"رها کردن فایل ها در اینجا",
"There are currently":"در حال حاضر",
"users in Auction":"کاربران در حراج"

from avatar-manager.

selaias avatar selaias commented on August 25, 2024

the problem is with the bootstrap package you are using. according to the [https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3] package you are using the twb:bootstrap is the recommended package and you are using the mizzao:bootstrap-3.
The avatar-manager is using already the official twb:bootstrap package and somehow there is a confict. if you remove the mizzao:bootstrap-3 package it will solve your problem.

from avatar-manager.

tomvolek avatar tomvolek commented on August 25, 2024

Hi selaias. That was the problem. Thanks very much for looking into this . Great package

Best regards
Tom

Sent from my iPhone

On Jan 2, 2016, at 12:24 PM, Stavros Elaias [email protected] wrote:

the problem is with the bootstrap package you are using. according to the [https://github.com/ianmartorell/meteor-accounts-ui-bootstrap-3] package you are using the twb:bootstrap is the recommended package and you are using the mizzao:bootstrap-3.
The avatar-manager is using already the official twb:bootstrap package and somehow there is a confict. if you remove the mizzao:bootstrap-3 package it will solve your problem.


Reply to this email directly or view it on GitHub.

from avatar-manager.

selaias avatar selaias commented on August 25, 2024

Glad we sorted it out. Thanks
closing this

from avatar-manager.

tomvolek avatar tomvolek commented on August 25, 2024

Hi Elaias : 
   I added {{ >avatarManager }} to my html . Now I see three objects listed on HTML page which one has title of CurrentAvatar with a red top and an upload button, I try to upload an image but the save Button can not be pressed to save .  Is there a specific format or size which the image needs to be ?     
The other two objects showing up are Gavatar and Default avatars boxes. How can I get ride of them?    
Thanks

On Sunday, January 3, 2016 11:07 AM, Stavros Elaias <[email protected]> wrote:

Glad we sorted it out. Thanks
closing this—
Reply to this email directly or view it on GitHub.

from avatar-manager.

selaias avatar selaias commented on August 25, 2024

After you upload you should crop the image. You can click on the uploaded image and you will get the cropped frame. The gravatar and default one you cannot get rid of.

from avatar-manager.

selaias avatar selaias commented on August 25, 2024

cool, I'm working for almost two years now with meteor and have several
projects in production. To pay the bills I'm working as a Senior Dev /
Architect for .NET.

Cheers

S

On Sun, Jan 3, 2016 at 9:44 AM, tomvolek [email protected] wrote:

Selaias how long you been working with meteor ? What is your job ? I live
in Silicon Valley , San Francisco work for a company we do call center
software.

I discovered it 6 month ago and love it . I wanted to write an auction app
which price increases are sent to clients real time. I had to use streamy
package to make sure I have real time broadcast of clients. It is working
very nicely for certain number of clients . My target is around 200 clients
max.

I have to do some research to see how I can scale meteor from one local
server to a pool of them. How would I handle load balancing etc.

Tom

Sent from my iPhone

On Jan 3, 2016, at 11:06 AM, Stavros Elaias [email protected]
wrote:

Glad we sorted it out. Thanks
closing this


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#7 (comment)
.

from avatar-manager.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.