Thread Starter
Meag
(@meag)
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 optins wont work!
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!
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…