• 1. Can I use contact form 7 shortcode?
    2. Can I use any image size as icon?
    3. I saw I can open it with click or hover, can I use the keyboard “tab” key to navigate to the button and open it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • 1. Yes, in fact any shortcode should work.
    2. Yes, you will need to change default css in plugin’s general settings tab.
    3. Keyboard events are not available in current release, I will think about that for future release…

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks,
    Can you show where to change the default CSS?, What class to change?
    About the keyboard events, it it important the have them so people who can use mouse can access the tab it is part of the accessibility standards.
    Other question, if I want to show the tab on mobile device I need to use 0 on the “Disable at Small Screen Sizes” ?
    I need to set size or anything else?

    1. To change icon width and height change .mysticky-block-icon class width and height:

    .mysticky-block-icon { cursor: hand; width: 30px; height: 120px; background-position: center; background-repeat: no-repeat; }

    … and than based on your icon width change position of blocks to minus value (if width is 30px than set it to -30px):

    .mysticky-block-left .mysticky-block-icon { position: absolute; top: 0; right: -30px; } .mysticky-block-right .mysticky-block-icon { position: absolute; top: 0; left: -30px; }

    2. Disable at Small Screen Sizes – if you enter 0 it will show on all screen sizes, if you enter 767 it means that elements will be disabled for all devices which have screen width smaller than 767px.

    • This reply was modified 7 years, 4 months ago by damiroquai.
    Thread Starter mstudioIL

    (@mstudioil)

    Great, thanks.
    I will test what you wrote me and if I have more questions, I will ask.

    • This reply was modified 7 years, 4 months ago by mstudioIL.
    Thread Starter mstudioIL

    (@mstudioil)

    I tested it and have 2 problems:
    1. I need to upload the image I use as icon to the plugin directory using FTP, I can not post link to an image I upload to the media, the URL is not right.
    2. I check it on mobile and when I use form and it has large height I can not scroll to the button of the it, it scroll the page not the form.

    Hi,

    I want to use Ninja Forms ShortCode and other Shortcode but it does not work. How to solve this problem.

    Thread Starter mstudioIL

    (@mstudioil)

    @lzineb, please open new topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Use of shortcodes and more’ is closed to new replies.