• First I have to say: I really love that plugin! It saves me so much time.
    But I currently have some problem.
    1. If I declare an attribute as a Select Type and I try to enter that inside the Visual Editor I only get an empty dropdown field.

    2. How can I add an attribute to another embeded shortcode?
    Since if I try that the embeded shortcode is not running.

    3. Why does the popup window has to be position: fixed;?
    Cause when I do have a large entry popup window I cant enter the last attributes. I always have to run chromes developer tool to reposition the popup.

    Thanks in advance
    -Toerti

    http://wordpress.org/plugins/shortcodes-pro/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also have your #1 problem..

    For #3 I did this:
    I added this snippet to the “class-shortcodespro-main.php”
    #TB_window {margin-top:-420px !important;}
    right between the <style></style> tags around line 126. It solved the nagging problem for me…

    After Hours of troubleshooting I found out that how you enter the values is described WRONG.
    Its shown like this:

    OptionName1|OptionValue1,
    OptionName2|OptionValue2

    but it has to be like this:
    OptionName1|OptionValue1, OptionName2|OptionValue2
    The values MUST be in row separated by a comma followed by a space else the options wont work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown not working, and two more questions’ is closed to new replies.