cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva share the screenshot

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva this is a css issue which will be resolved but i guess you are not facing any issue with its functioning and it is showing on all the pages.

 

For css increase the value of left for this feedaback button.

 

Thanks

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Rahul Gupta  How to change position from right to left side bottom

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Aveeva Do you want to see it in left bottom footer or just opposite to where it is now.

 

If you want it to just opp to where it is now then please share the code from which you are showing.I will suggest you something.

 

Thanks

Re: Magento 1.9 - How to add a custom Feedback form to Magento and it should display all pages

@Rahul Gupta  i want left bottom,

 

css

 

label {
    display:block; 
    padding-bottom:5px; 
    margin-top:20px;
}

#mrova-feedback{
    display: hidden;
    width: 420px;
    position: fixed;
    right: -462px;
    border: 1px solid #3cb58c;
    padding: 8px 20px;
    background-color: #fff;
    z-index: 99;
}

#mrova-contactform ul {
    margin: 0;
    padding: 0;
}

#mrova-contactform input, #mrova-contactform textarea{
    width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
}

#mrova-contactform ul li {
    list-style:none; 
    padding-bottom:20px;
}

#mrova-img-control{
    cursor: pointer;
    position: absolute;
    left: -52px;
    width: 52px;
    background: transparent url('http://192.168.1.65/magento/feedback.jpg');
    height: 168px;
}

#mrova-contactform #mrova-sendbutton {
    width:60px;
    background:#db4f4a; color:#fff; 
    cursor:pointer;
    padding:5px 10px; 
    border: none;
}