Profiles

  • Member Since: March 28th, 2013
  • Find me on:
  • Created a topic, Polylang Pro & ACF Pro – Problem groups, on the site WordPress.org Forums:
    Hopefully, someone can help me out. I am working with …

  • Created a topic, ACF fields not showing – Pro version purchased, on the site WordPress.org Forums:
    I have purchased the pro version today. I have followe…

  • Posted a reply to Change Font Sizes of H1, H2, H3, on the site WordPress.org Forums:
    Don't use !important... instead create a class/ID and change the Header titles inside for example:…

  • Posted a reply to content max widht issue, on the site WordPress.org Forums:
    First of all.. the reason why your footer is "cutted" and not full width is…

  • Posted a reply to Options page – how to use a custom icon?, on the site WordPress.org Forums:
    $this->options_page = add_menu_page( $this->page_title_info, // $page_title $this->page_title_info, // $menu_title $this->page_capability, // $capability $this->ps_info, array($this, 'gpi_options_page_info'),…

  • Posted a reply to Options page – how to use a custom icon?, on the site WordPress.org Forums:
    $this->options_page = add_menu_page( $this->page_title_info, $this->page_title_info, 'manage_options', $this->ps_info, array( $this, 'gpi_options_page_info', '', 'dashicons dashicons-admin-tool' )); This…

  • Created a topic, Options page – how to use a custom icon?, on the site WordPress.org Forums:
    Hi there, I have a question.. i figured out how to c…