Title: Jonas's Replies | WordPress.org

---

# Jonas

  [  ](https://wordpress.org/support/users/760dev/)

 *   [Profile](https://wordpress.org/support/users/760dev/)
 *   [Topics Started](https://wordpress.org/support/users/760dev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/760dev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/760dev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/760dev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/760dev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/760dev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extend text on page](https://wordpress.org/support/topic/extend-text-on-page/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/extend-text-on-page/#post-11654234)
 * Hi [@branko3184](https://wordpress.org/support/users/branko3184/)
 * Yes the css from the posts above is for styling the width of an element which
   appears to users on the frontend/published page. To add custom css for this purpose,
   go to appearance > customize. At the bottom of the customize screen is an area
   to add any css modifications.
 * With the new editor, Gutenberg, as far as I understand the whitespace around 
   the blocks is intentional. If Gutenberg is not your cup of tea, you can always
   install the plug-in “Classic Editor”.
 * I hope that helps,
    Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extend text on page](https://wordpress.org/support/topic/extend-text-on-page/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/extend-text-on-page/#post-11650602)
 * My pleasure! Glad to be of help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extend text on page](https://wordpress.org/support/topic/extend-text-on-page/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/extend-text-on-page/#post-11650593)
 * Sure and sorry it did not work. I took another look. Try also adding the following
   to the custom css styles:
 * div.content-wrap div.featured-content {
    width: 100%; }
 * Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extend text on page](https://wordpress.org/support/topic/extend-text-on-page/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/extend-text-on-page/#post-11650546)
 * Hi [@jedicolin](https://wordpress.org/support/users/jedicolin/)
 * It seems that the class “featured-content” is set at a width of 66%. When I set
   it to “width: 100%” The white box you referred to widens to fill most of the 
   page (minus any padding and margin)
 * In your custom css, try adding the following:
 * div#page div.site-content { width: 100%;}
 * Hope this helps with the width issue.
 * Jonas
    -  This reply was modified 6 years, 10 months ago by [Jonas](https://wordpress.org/support/users/760dev/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Coming Soon Page and Discourage Search Engines Do’s & Don’t](https://wordpress.org/support/topic/coming-soon-page-and-discourage-search-engines-dos-dont/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/coming-soon-page-and-discourage-search-engines-dos-dont/#post-11646819)
 * Hi [@vanodyssey](https://wordpress.org/support/users/vanodyssey/)
 * Sorry to hear about your developer situation.
 * You might have answered your own question here… “Sure those crawlers will have
   somethign to feast on, but anyone who finds my site won’t.. And will not be impressed.
   I ave maybe another week”.
 * You are correct in that broken images and an incomplete user interface can quickly
   create frustration for visitors to your website. At the end of the day, I assume
   it’s human website visitors you are creating the website for, not bots. I would
   wait to launch until the content on the website is complete and will not frustrate
   your human visitors.
 * Pre launch, you can use a “coming soon” style splash page. On that page, place
   a sentence or 2 of text which clearly describes what visitors to the website 
   can expect once the site is complete and live. That should suffice for both search
   engine bot ‘food’ as well as actual human visitors.
 * Hope that helps,
    Jonas
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Trying to include second WordPress menu in mobile version of site](https://wordpress.org/support/topic/trying-to-include-second-wordpress-menu-in-mobile-version/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/trying-to-include-second-wordpress-menu-in-mobile-version/#post-11646763)
 * Hello [@steduck](https://wordpress.org/support/users/steduck/)
 * You will need to register multiple menus in your functions.php file using the
   function register_nav_menus(). Here is an article from the WP codex to help you
   with this theme functionality. Please have a look at the article (link below).
 * The function register_nav_menus() “registers multiple custom navigation menus
   in the new custom menu editor of WordPress 3.0. This allows for the creation 
   of custom menus in the dashboard for use in your theme.”
 * [https://codex.wordpress.org/Function_Reference/register_nav_menus](https://codex.wordpress.org/Function_Reference/register_nav_menus)
 * Hope this helps you solve the issue you are experiencing.
    Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Scroll video frame by frame](https://wordpress.org/support/topic/scroll-video-frame-by-frame/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/scroll-video-frame-by-frame/#post-11623686)
 * Hi dmsman2
 * Love the iPad example on that page. It seems to be a javascript solution which
   animates static imagery. I looked at the minified code from here:
 * [https://www.apple.com/v/ipad-pro/v/built/scripts/overview.built.js](https://www.apple.com/v/ipad-pro/v/built/scripts/overview.built.js)
 * To accomplish what you are looking to do, I would look at using the Greensock
   Javascript animation platform: [https://greensock.com/](https://greensock.com/)
 * There is a large knowledgebase and the animation platform is very developer friendly.
 * Controlling a background video frame by frame using scroll gestures is a bit 
   complex. You will need to take into consideration that background video files
   will not autoplay on mobile devices (iphones, tablets, iPads, etc) so the default
   image will load instead. Your best bet is to simulate a video using GSAP animations
   with static images, svgs and sprites. The end result will be sharper and cleaner
   imagery without having to load video.
 * Hope that helps,
    Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Align](https://wordpress.org/support/topic/align-2/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/align-2/#post-11613746)
 * Hello [@dark007](https://wordpress.org/support/users/dark007/)
 * I had a look at the URL you provided. It seems you are using the Divi theme, 
   is that correct? If so, I have found an article about placing a widget into a
   divi module:
 * [https://divibooster.com/how-to-put-a-widget-into-divi-module/](https://divibooster.com/how-to-put-a-widget-into-divi-module/)
 * Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Scroll video frame by frame](https://wordpress.org/support/topic/scroll-video-frame-by-frame/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/scroll-video-frame-by-frame/#post-11613517)
 * Hello [@dmsman2](https://wordpress.org/support/users/dmsman2/)
 * Are you referring to on scroll animations?
 * for example:
    [https://www.apple.com/ipados/ipados-preview/](https://www.apple.com/ipados/ipados-preview/)
 * Or is the video you are looking to control a video player? (for example Youtube
   or Vimeo). Or is it a background video? If you could clarify this, it will help
   us guide you to a good solution.
 * Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Responsive images for desktop/laptop/mobile](https://wordpress.org/support/topic/responsive-images-for-desktop-laptop-mobile/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/responsive-images-for-desktop-laptop-mobile/#post-11613323)
 * Hello
 * Seems like you need to define the image sizes with specificity. WordPress has
   the ability to serve the appropriate sized images depending on the device used
   to view the website.
 * add_image_size() function is a good way to define the sizes you need. You will
   need to place the function in your functions.php file. See below.
 * [https://developer.wordpress.org/reference/functions/add_image_size/](https://developer.wordpress.org/reference/functions/add_image_size/)
 * Jonas
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Unable to use custom header video](https://wordpress.org/support/topic/unable-to-use-custom-header-video/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/unable-to-use-custom-header-video/#post-11612693)
 * Hi Alex
 * It is not required that you create a child theme. I asked because you mentioned
   copying the implementation in the twentyseventeen theme. I’ve been down that 
   path too. What I have found is grabbing php functions from a different theme 
   might not be a reliable method for theme development. Other themes, such as twentyseventeen,
   have their own specific dependencies.
 * I recommend taking a little bit of time to read through the developers handbook:
 * [https://developer.wordpress.org/themes/](https://developer.wordpress.org/themes/)
 * It documents the best practices for theme development. Understanding the template
   hierarchy is super important. Especially for static front page vs blog.
 * In header.php you mentioned calling the function ‘the_custom_header_markup()’.
   Can you double check to make sure you are passing all the arguments properly?
   See below.
 * [https://developer.wordpress.org/reference/functions/the_custom_header_markup/](https://developer.wordpress.org/reference/functions/the_custom_header_markup/)
 * Jonas
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Unable to use custom header video](https://wordpress.org/support/topic/unable-to-use-custom-header-video/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/unable-to-use-custom-header-video/#post-11610004)
 * Hello Swinkid
 * Sorry you are having issues. Sounds like you are developing a custom theme from
   scratch, which is great. Is your custom theme a child theme of twentyseventeen?
 * The WP theme developer handbook is a great resource. Please have a look via the
   link below.
 * [https://developer.wordpress.org/themes/](https://developer.wordpress.org/themes/)
 * Also, I drilled down to find info about your specific issue. The article below
   demonstrates how to use ‘add_theme_support()’ to set up custom headers:
 * [https://developer.wordpress.org/themes/functionality/custom-headers/](https://developer.wordpress.org/themes/functionality/custom-headers/)
 * Jonas
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using Search Tool on Website doesn’t work](https://wordpress.org/support/topic/using-search-tool-on-website-doesnt-work/)
 *  [Jonas](https://wordpress.org/support/users/760dev/)
 * (@760dev)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/using-search-tool-on-website-doesnt-work/#post-11609978)
 * Hello BrynnMcDowell55
 * How frustrating! I recently ran into a similar problem. Turned out that I did
   not have search.php set up properly. Please have a look at the documentation 
   from the link below. Check that you have set up search.php to display the results
   properly.
 * [https://codex.wordpress.org/Creating_a_Search_Page](https://codex.wordpress.org/Creating_a_Search_Page)
 * Jonas

Viewing 13 replies - 1 through 13 (of 13 total)