• Resolved mstudioIL

    (@mstudioil)


    I using site in Hebrew and added form to Hebrew but the labels align to the left instead of to the right, how I fix this?
    Also I having error when I use ‘Scripts n Styles’ plugin with this plugin,
    I I can not use the Grid or the text option, I have error ‘CodeMirror.overlayMode is not a function’

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    I using site in Hebrew and added form to Hebrew but the labels align to the left instead of to the right, how I fix this?

    you’ll need to customise the css to get your labels to align to the right.

    Also I having error when I use ‘Scripts n Styles’ plugin with this plugin,

    what kind of error?

    I I can not use the Grid or the text option, I have error ‘CodeMirror.overlayMode is not a function’

    this is likely due to a js library not being loaded on the front-end. Inspect your network tab in the debug console and check if any error are reported in the loading of js resources.

    Thread Starter mstudioIL

    (@mstudioil)

    1. Thanks, I setting the align on style.css on my child theme ?
    2. the error is ‘CodeMirror.overlayMode is not a function’
    3. I need to check the network tab on the site not on the admin area?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    1. Thanks, I setting the align on style.css on my child theme ?

    yes, if you want a site-wide styling, else see faq #8.

    2. the error is ‘CodeMirror.overlayMode is not a function’
    3. I need to check the network tab on the site not on the admin area?

    as I said, this error is because a js library is not being loaded, so your site has an error which you need to fix. Please see the link on how to use the chrome browser development console’s network tab to find out why the js library is not being loaded.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    @mstudioil, did you manage to fix your js library issue?

    Thread Starter mstudioIL

    (@mstudioil)

    Not yet, I disable the plugin when I need to update.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    is you page online? Can you share it so I can inspect it and try to help you find a fix.

    Thread Starter mstudioIL

    (@mstudioil)

    I believe it is this page https://mstudio.co.il/idit/contact-us/

    Plugin Author Aurovrata Venet

    (@aurovrata)

    the form on the linked page is not built by the plugin. Have you enabled the plugin?

    furthermore, the language of the form is set to en_US. The language is ltr by default. If you use PolyLang to manage your languages (which is recommended by WP) then you can use my other plugin: CF7 Extensions for Polylang to create your form in Hebrew.

    Thread Starter mstudioIL

    (@mstudioil)

    I have CF7 Smart Grid Design Extension and Contact Form 7 Polylang extension enable.
    Am I missing something? why the form is on en_US?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I have CF7 Smart Grid Design Extension and Contact Form 7 Polylang extension enable.

    have you designed the form using the Smart Grid UI editor? When you edit your form, are you able to see the Grid tab in the editor or do you only see the ‘Text’ tab? (see screenshot #5)

    Am I missing something? why the form is on en_US?

    can you start a thread on the the Polylang Ext support page, as there could be several reasons for this and I prefer to list them there for others to read.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    I had a look again at your page (https://mstudio.co.il/idit/contact-us/) and the Smart grid js files are simply not being loaded. This can only happen if,

    1. the plugin is not active, or
    2. the form was not designed using the grid UI, but instead was pre-existing prior to the installation/activation of the plugin, or is a custom html design using only the ‘Text’ editor. In this case the Smart grid detects that its js functionality is not required and simply does not load the required (extra) js/css files.
    Plugin Author Aurovrata Venet

    (@aurovrata)

    I am marking this thread as resolved since I have not heard back from you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Labels align and errors’ is closed to new replies.