Galanthus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OnePress] Change Font Sizes of H1, H2, H3Don’t use !important… instead create a class/ID and change the Header titles inside for example:
.header-titles h1 {
font-size: 40px;
}just add the header-titles or name it whatever you want.. and change the font size for H1 as above example.
Forum: Themes and Templates
In reply to: [Virtue] content max widht issueFirst of all.. the reason why your footer is “cutted” and not full width is because the footer complete is inside the “container”. You have to create a new SECTION/ID give that ID a background color gray… and INSIDE that SECTION create a div container, row, and columns.. and that will fix it.
Forum: Plugins
In reply to: [CMB2] Options page – how to use a custom icon?$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'), // $menu_slug $this->menu_function, // $function $this->menu_icon, // $icon_url $this->menu_position // $position );i get this error…
[UTC] PHP Notice: Undefined offset: 0 in /Users/…/Documents/GPI/wp-admin/menu-header.php on line 133Forum: Plugins
In reply to: [CMB2] Options page – how to use a custom icon?$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 is what i’v tried right now.. but still no luck.. what is wrong with my code?
Forum: Fixing WordPress
In reply to: add_settings_field – not saving.Crap support
Forum: Fixing WordPress
In reply to: WordPress migrate error: lessphp fatal errorI have modified the URL’s in the database 2 URL’s i have changed the wp-config.php and the database URL’s site works great.. but this error is still there and can’t login in wp-admin.