+ Reply to Thread
Page 1 of 22 12311 ... LastLast
Results 1 to 10 of 216

Thread: General Responsive template

Hybrid View

  1. #1

    General Responsive template

    Not able to Registration on General Flatty. Its going out of the page.

    Slide1.jpg

  2. #2
    i have made a clean install of 4.3 with general responsive. i have installed the regular addons among wich multifield addon. have set up all perfect. have created 2 levels - state and city

    bugs that apear just with general responsive (with general green none of these apear in this clean install)

    1. when i try to create an account i can't becouse in step 2, at privacy policy, the checkbox is missing register 1.jpg
    after i press on next button, i receive the error message and now the checkbox apear and i can finish the register register 2.jpg

    2. when i create the account, the multifields shows and work properly. i can select the state and than the proper city from that state
    but, when i try to create a listing, multifields is not ok. i can see just city (state is missing). if i disable the need for selecting state/city (so i can move forward), i will skip those and i arrive at image loading. I select 9 images and the upload process begins and i can see that images are pixelated pixelated images on upload.jpg and olso, in the middle of the loading process my web page closes by itself (tried twice to confirm this).

    I repeat, all these bugs do not happen if i switch to general green template and olso i can not see them in your demo.

    3. i can see the plan select page, even if i have just 1. if we have 1, the page should be hidden and visible if you have 2+ plans to see the differences between them

    in ie8 there are countless bugs

    search ie8.jpg text area is not centered

    login ie8.jpg login area is a mess


    ps Have made a new subdomain in wich i made another clean install of general green + general flatty and again, multifield is not working ok. field State doesn't show and can't move forward.

    ps 2 Have made countless attempts in main domain or subdomain and in all cases, with flatty the multifields will not be ok. However, i managed to find the problem. To populate the multifields, i use the addon Data entries import and the resulted fields perform PERFECT in 4.2 or 4.3 (all templates except responsive ones). I tried something different and created manualy some fields for multifields and those created manualy do show ok. So the problem commes from the responsive template wich doesn't recognise properly the data entries import- in the Create a new listing is not ok but in filtering the ads it performs ok.

    ps3 turns out that the field actualy is there but it has display: none;
    <div class="submit-cell clearfix" style="display: none;">
    <div class="name">Județ</div>
    <div id="sf_field_b_states" class="field single-field">
    <input id="b_states_val" type="hidden" value="">
    <input id="b_states_lastsel" type="hidden" value="b_states">
    <input class="b_states_mf" type="hidden" value="b_states">
    <script type="text/javascript">
    <select name="f[b_states]">
    </div>
    </div>
    Last edited by Petrache Nicolae; April 20, 2014 at 12:21 PM.

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Quote Originally Posted by Petrache Nicolae View Post
    1. when i try to create an account i can't becouse in step 2, at privacy policy, the checkbox is missing Attachment 917
    after i press on next button, i receive the error message and now the checkbox apear and i can finish the register Attachment 918
    Fixed in 1.2 template version

    Quote Originally Posted by Petrache Nicolae View Post
    2. when i create the account, the multifields shows and work properly. i can select the state and than the proper city from that state
    but, when i try to create a listing, multifields is not ok. i can see just city (state is missing). if i disable the need for selecting state/city (so i can move forward), i will skip those and i arrive at image loading.
    Multifield works on both add listing and registration in 1.2 template version for me.

    Quote Originally Posted by Petrache Nicolae View Post
    I select 9 images and the upload process begins and i can see that images are pixelated Attachment 919 and olso, in the middle of the loading process my web page closes by itself (tried twice to confirm this).
    The pictures are pixeleted because the image size is stil 120x80 in your image settings in admin panel,
    change it to 190x110 instead.

    Quote Originally Posted by Petrache Nicolae View Post
    3. i can see the plan select page, even if i have just 1. if we have 1, the page should be hidden and visible if you have 2+ plans to see the differences between them
    It isn't template problem, we have solve it in 4.3 version of the software.

    Quote Originally Posted by Petrache Nicolae View Post
    in ie8 there are countless bugs
    Old IE browser is out of modern technologies and we don't take into consideration them much.
    Looking at this statistics: http://www.w3schools.com/browsers/browsers_explorer.asp
    We can see that less then 3% of users still on IE8 and I hope they will think better of it and start using normal browser soon.
    Anyway we will review the new templates in IE 8 and 9 and fix them most critical bugs like content mess and other.

    John

  4. #4
    categories ie8.jpg in ie8, the categories shows in 1 single column instead of 2

  5. #5
    new listing ie8.jpg
    if i try to create a listing, i can see that the scroll bar in missplaced, olso nothing happens if i click on a 1-st level category (subcategories do not show).

    new listing ie8 2.jpg
    if i select a category without subcategories, i can move forward and many issues like text misplaced in dropdowns, selector for dropdowns is not ok, not all the steps have background, step back in in 2 lines... again, the multifield is not ok.

  6. #6
    John, all the responsive templates are the same (identical in look and functions) so why do we have such bugs after so many weeks of testing responsive template?

  7. #7
    register ie8.jpg

    in ie8, i have added a short name and the red message shows. that remained like that, didn't fade after 2-3 sec. olso, it could not be closed from the x.

  8. #8
    home ie8.jpg

    just in ie8, i have a empty block in right side, even if i already have middle left + middle right blocks. in chrome/ firefox, this doesn't happen

  9. #9
    header.jpg

    unless you provide us a tool in admin area to control the size and the image/link loaded as banner, we should not have by default such option. Not many of your customers do know how to remove it via css. And those who do, can easy add such block if they wish.

  10. #10
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Quote Originally Posted by Petrache Nicolae View Post
    Attachment 928

    unless you provide us a tool in admin area to control the size and the image/link loaded as banner, we should not have by default such option. Not many of your customers do know how to remove it via css. And those who do, can easy add such block if they wish.
    You can't change the banner, this template design supports only predefined banner size.
    If you want to remove the banner you should do the following simple steps:
    1. open /template/general_flatty/content.tpl
    2. remove code from the end of the file:
    PHP Code:
    Only registered members can view the code
    3. open file styles.css in template css folder and find this code:
    PHP Code:
    Only registered members can view the code
    and this code in the same file:
    PHP Code:
    Only registered members can view the code
    and remove "margin-top: 106px;" line from the stack.

    That is all.

    John

+ Reply to Thread