Konrud profile

Home Forums Konrud

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 80 total)
  • Author
  • Konrud
    Participant

    So, what are you trying to say by that?

    You’ve hidden form’s labels deliberately?

    In code excerpt that you’ve shown,

    I don’t see any mention about form style 5 but only style 2.

    And let me remind you that we’re talking about issue with form style 5 .

    Konrud
    Participant

    Doesn’t work.

    in reply to: RTL support

    Konrud
    Participant

    I’ve sent you part of the log file in PM.

    Konrud
    Participant

    This issue still exists and hasn’t been fixed yet.

    Could you please fix it in the future update?

    Konrud
    Participant

    I’ve sent you URL as PM message.

    in reply to: RTL support

    Konrud
    Participant

    Thank you.

    Konrud
    Participant

    No problem, where exactly I can receive/find log file’s data?

    Konrud
    Participant

    I don’t quite understand is there any chance you’ll fix this issue (including labels for the form)?

    Konrud
    Participant

    Thank you, it helped.

    Konrud
    Participant

    Now I can’t find where resides “sh-popover” in order to translate or maybe remove it from the blog posts (I mean popover New and Hot).

    Konrud
    Participant

    Btw, I did it through .pot file, is this the right solution, or it can be done better in some other way?

    Konrud
    Participant

    Yes, I already did. Thank you.

    Could you please remove the screenshots that you placed on the last response. I don’t want to reveal my site here.

    Konrud
    Participant

    You can’t reproduce this bug just by resizing the browser. You can reproduce it or by using chrome’s device toolbar (which emulating the mobile view). Or you can enter my site via some smartphone.

    In order to use chrome’s device toolbar, you need to open the chrome, enter my site, on my site please press F12 (for windows) in order to open developer tools, then press on the mobile icon on the left upper corner. I’ve used Iphone 4 device simulation, but I think it doesn’t matter.

    Konrud
    Participant

    That’s because I’ve changed the form style.

    Sorry, but I can’t wait for you, I have work to do.

    I can’t have my site with the ugly form without proper style.

    Konrud
    Participant

    I’ve sent you as PM.

    Konrud
    Participant

    Another example of breadcrumbs misalignment (using RTL language).

    It is Projects > Home > NameOfProject

    Whereas it should be: Home > Projects > NameOfProject.

    Attachments:
    You must be logged in to view attached files.

    Konrud
    Participant

    I also need to translate this part “All” in portfolio filter.

     

     

    Attachments:
    You must be logged in to view attached files.

    Konrud
    Participant

    I’ve tried the provided solution and nope it hasn’t solved the problem.

    I’ve tested this bug on Galaxy S7 and you can even reproduce this bug using chrome’s device toolbar (which emulating the mobile view).

    I’ve read you URL of my site as PM.

    Konrud
    Participant

    If you don’t find it then add the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    div#page-container #content .contact-form input,
    div#page-container #content .contact-form textarea {
        border-width: 1px;
    }

     

    This code solves it partially. First of all, it also adds border to the submit button

    so you need to add ( :not([type=submit]) )

     

    ........ .contact-form input:not([type=submit]),
    div#page-container #content .contact-form textarea {
        border-width: 1px;
    }

    Moreover, it still doesn’t display labels above the input fields not using style 2 nor using styles 3,4,5.

    Konrud
    Participant

    Regarding displaying recaptcha could you please tell me whether it displays when you do not use RTL support?

    It doesn’t matter, each time I do some changes on the form settings (e.g. set minimum characters on the input field….) Recaptcha disappears.

Viewing 20 posts - 41 through 60 (of 80 total)