Profiles

  • Member Since: June 9th, 2019
  • Location: the Netherlands
  • Website: since1979.dev
  • Find me on:

Bio

WordPress, Php, Javascript and Css Enthusiast / Developer.

  • Created a topic, Product gallery image, on the site WordPress.org Forums:
    Hi there, Is there a way to swap out the featur…

  • Posted a reply to The time zone does not change in the select field., on the site WordPress.org Forums:
    I would really like to knwo this too!? Did you find a solution yet?

  • Posted a reply to Set default state to edit for custom gallery block, on the site WordPress.org Forums:
    Hahah. Nope this is the first time :p But thank you. Your very kind.

  • Posted a reply to Set default state to edit for custom gallery block, on the site WordPress.org Forums:
    You have to add 'mode' => 'edit' to the settings array. And if i'm not…

  • Posted a reply to Not able to change the background color on mobile-menu, on the site WordPress.org Forums:
    The css for the menu is a inline style: #slide-out-widget-area, #slide-out-widget-area-bg.fullscreen { background-color: #27CCC0 !important;…

  • Posted a reply to Div slider with buttons, on the site WordPress.org Forums:
    If you want to go the "code it yourself" route i can recommend taking a…

  • Posted a reply to How to identify external urls of specific domain & do something with it, on the site WordPress.org Forums:
    Hi @berserk77, Do you want to check the referer link? In that case you can…

  • Posted a reply to Form page $_POST deactivation on page reload, on the site WordPress.org Forums:
    Hi @antonop4u, You can look into using this javascript snippet: <script> if ( window.history.replaceState )…

  • Posted a reply to More Freedom with menus and text, on the site WordPress.org Forums:
    @abhi_bangal Good to here it solves one of your problems! :) Thanks

  • Posted a reply to More Freedom with menus and text, on the site WordPress.org Forums:
    Hey @abhi_bangal, I dont know about your first question, but for the font inside the…

  • Posted a reply to Redirect users from register page if logged, on the site WordPress.org Forums:
    Hey @cienfu90, Did you change the url's inside my code example? the "/regsiter" and the…

  • Posted a reply to How do you get the post thumbnail ?, on the site WordPress.org Forums:
    Hey, in your example the 'images_posts' string represents the size of the image. You can…

  • Posted a reply to Featured Image Not Showing in Custom Post Types, on the site WordPress.org Forums:
    Hey @sunilkumarthz, You can try adding this below the register_post_type function: add_post_type_support( 'themes', 'thumbnail' );…

  • Posted a reply to Redirect users from register page if logged, on the site WordPress.org Forums:
    Hey @cienfu90 The simplest way is to just add it at the top of you…

  • Posted a reply to Redirect users from register page if logged, on the site WordPress.org Forums:
    In php your can use something like this: `if( is_user_logged_in() ) { wp_redirect('/some-other-url'); }

  • Posted a reply to Create a template page and call this template page as per name passed in URL., on the site WordPress.org Forums:
    Hey, If you want the author names to link to their profile page (author.php) you…

  • Posted a reply to Block text editor needs more options, on the site WordPress.org Forums:
    Hey DocRocks, Have you tried the classic block (Formating > Classic)? It has more features…

  • Posted a reply to Create a template page and call this template page as per name passed in URL., on the site WordPress.org Forums:
    Hi aartikarnik, You have two options here. You can look for a plugin that fulfills…

  • Posted a reply to What hooks to get attachment media in 5.3?, on the site WordPress.org Forums:
    Hi, I think this make wordoress core blog post will help you out: https://make.wordpress.org/core/2019/11/05/use-of-the-wp_update_attachment_metadata-filter-as-upload-is-complete-hook/ Thanks,…

  • Posted a reply to Gutenberg ID’s to blocks for one page website, on the site WordPress.org Forums:
    Your welcome! :)

  • Posted a reply to Gutenberg ID’s to blocks for one page website, on the site WordPress.org Forums:
    Hi Candell, You can add Group blocks to you page, containing the blocks that make…

  • Posted a reply to adding submenus to menus that page links, on the site WordPress.org Forums:
    Hi Adam, The way the menu's are displayed is part of the theme. Id you…

  • Posted a reply to adding submenus to menus that page links, on the site WordPress.org Forums:
    Hey Adam, Its Stephan, Not Stephanie... But that's Ok :p So if i understand correct…

  • Posted a reply to adding submenus to menus that page links, on the site WordPress.org Forums:
    I hope I'm reading your question right. Open up one of the pages in the…