Title: Jonathan's Replies | WordPress.org

---

# Jonathan

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Deleting 'Leave a Reply' off a Page](https://wordpress.org/support/topic/deleting-leave-a-reply-off-a-page/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/deleting-leave-a-reply-off-a-page/#post-5555523)
 * Hi!
 * Try hiding your site title and tagline under “General -> Site Title & Tagline,”
   and see if that helps.
 * Otherwise, you may need to hide the title element by css:
 * `.site.title { display: none; }`
 * or
 * `h1.site.title { display: none; }`
 * Hope that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Remove "Technical Details" of Photos](https://wordpress.org/support/topic/remove-technical-details-of-photos/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-technical-details-of-photos/#post-5538628)
 * I suggest making these changes onto a child theme: [Installing the child theme](https://thethemefoundry.com/docs/make-docs/advanced/installing-child-theme/).
 * Then, add the following code to your child theme’s css file:
 * `div.entry-exif { display: none }`
 * Hope that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Menu with drop-downs: do not want top item to link to anything](https://wordpress.org/support/topic/menu-with-drop-downs-do-not-want-top-item-to-link-to-anything/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/menu-with-drop-downs-do-not-want-top-item-to-link-to-anything/#post-5532333)
 * You may place the hash sign ( # ) in place for a URL in your menu settings.
 * Thereafter, your about page will not link to a particular page.
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Social links open in new window](https://wordpress.org/support/topic/social-links-open-in-new-window/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/social-links-open-in-new-window/#post-5519091)
 * Try the appropriately named, _[Open in New Window Plugin](https://wordpress.org/plugins/open-in-new-window-plugin/)_.
 * > Opens external links in a new window, keeping your blog page in the browser
   > so you don’t lose surfers to another site.
 * Hope that helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] HTML text under the comment box](https://wordpress.org/support/topic/html-text-under-the-comment-box/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/html-text-under-the-comment-box/#post-5306046)
 * Try adding this line of code to your child theme’s css file.
 * `p.form-allowed-tags { display: none; }`
 * Hope this helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Open Social Links In New Window](https://wordpress.org/support/topic/open-social-links-in-new-window/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/open-social-links-in-new-window/#post-5097616)
 * I personally use the [Open in New Window Plugin](https://wordpress.org/plugins/open-in-new-window-plugin/)
   to open external links in a new window/tab. This will work for all external links,
   including those found in your blog page/about page/contact page, etc.
 * Hope solution helps!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Align Post Date Center](https://wordpress.org/support/topic/align-post-date-center/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/align-post-date-center/#post-5295672)
 * Hi Joanna,
 * Add this to your child theme’s _**style.css**_ file.
 * `.entry-date {float: none;text-align: center;padding-top: 50px;}`
 * You may need to adjust the padding to your liking, but this is one way of moving
   the post date. Hope this helps. Let me know if this works!
 * Best,
    Jonathan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Make theme update breaks site (alert)](https://wordpress.org/support/topic/make-theme-update-breaks-site-alert/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-theme-update-breaks-site-alert/#post-5267933)
 * Zack,
 * I updated to Make 1.3.1, however, I’m still experiencing problems – site will
   not load after update.
 * I am running PHP 5.4, but to get my site to normal I had to revert to Make 1.2.2,
   again.
 * I’ll clear the cache and try updating to 1.3.1 to see if that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Make] Make theme update breaks site (alert)](https://wordpress.org/support/topic/make-theme-update-breaks-site-alert/)
 *  [Jonathan](https://wordpress.org/support/users/jonathan001/)
 * (@jonathan001)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/make-theme-update-breaks-site-alert/#post-5267820)
 * Thanks for creating this thread.
 * I also had a problem with upgrading to Make 1.3.0.
 * My site would not load after the upgrade.
 * I reverted back to 1.2.2 through FTP to fix the problem.
 * Download Make 1.2.2, unzip, upload and replace Make 1.3.0.
 * [http://wordpress.org/themes/download/make.1.2.2.zip](http://wordpress.org/themes/download/make.1.2.2.zip)
 * Hope this helps.

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