Suggestion: Icon
-
Since you don’t provide an icon for the menu item, it defaults to the gear (although it’s blank on the dropdown menu, which i think is a gravity forms issue, which you might want to contact them about).
Can i suggest adding this dashicons-cloud to the following lines in includes/plugin-pages.php
Line 186
$tabs[] = array( ‘name’ => $this->id, ‘label’ => esc_html__(“Salesforce”, ‘gravity-forms-salesforce-crm’) , ‘query’ => array( ‘fid’ => null), ‘icon’ => ‘dashicons-cloud dashicons’ );Line 253
RGForms::add_settings_page(array(‘name’ => $this->id,’tab_label’ => esc_html__(‘Salesforce’,’gravity-forms-salesforce-crm’),’icon’ => ‘dashicons-cloud dashicons’,”handler”=>array($this, “settings_page”)),array($this, “settings_page”));
- The topic ‘Suggestion: Icon’ is closed to new replies.