Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi Fuzzie

    The plugin is fully extendable & you can generate any layout using its hooks & advanced programming techniques.

    The ads landing page on our website has been created through [aol] shortcode, every add has a featured image which is shown in the ad panel. You should add a featured image to each add to show it in the same way.

    You should contact through Plugin’s website for premium add-on questions & support.

    Best Regards.

    Thread Starter fuzzie

    (@fuzzie)

    Thanks. I added featured images but they still didn’t appear on the landing page. I figured out I could edit the Excerpt and display whatever I wanted. Thanks so much.

    Also, I had periods after my checkbox values. I found the code in the function and removed it (I saw that an update fixed it, but I think it only fixed the radio button issue, not the checkbox one)

    Thread Starter fuzzie

    (@fuzzie)

    Remove the period right before the &nbsp: at the end of this line:

                       $form_output.=  '<label for="'.sanitize_key($option).'"><input type="'.$field['type'].'" id="'.sanitize_key($option).'" name="'.$prepend.$field['key'].'[]" class="aol-checkbox '.$field['key'].'" id="'.$field['key'].'" value="'.$key.'" '.$checked.'> '.$option .'. &nbsp; &nbsp; </label>';                     
    
                       $form_output.=  '<label for="'.sanitize_key($option).'"><input type="'.$field['type'].'" id="'.sanitize_key($option).'" name="'.$prepend.$field['key'].'[]" class="aol-checkbox '.$field['key'].'" id="'.$field['key'].'" value="'.$key.'" '.$checked.'> '.$option .' &nbsp; &nbsp; </label>';                     
    
    Plugin Author Farhan Noor

    (@farhannoor)

    Thank you for your suggestion. We have noted this & will be fixed in next plugin update.

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom [aol] page’ is closed to new replies.