Title: bogski's Replies | WordPress.org

---

# bogski

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/bogski/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bogski/replies/page/2/?output_format=md)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [max_input_vars and custom fields](https://wordpress.org/support/topic/max_input_vars-and-custom-fields/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/max_input_vars-and-custom-fields/#post-8658976)
 * Hi Scott, that sounds good. I took a loot at pod’s and realised that it did not
   currently work with repeating fields.
 * I’ll make changes to the post_max_size value and see if that helps. Thanks!
 * Regards,
 * PhilB
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [max_input_vars and custom fields](https://wordpress.org/support/topic/max_input_vars-and-custom-fields/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/max_input_vars-and-custom-fields/#post-8651487)
 * Thanks for the reply Michelle, I’m willing to give pods a go. I understand the
   idea behind the premium plugins its just very frustrating, it seems like that
   would be a basic feature someone would want if they are using the plugin to make
   the fields in the first place!!
 * Oh well, i will give Pods a try. If i like it then i might just stick to that.
 * Thanks Michelle
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [google font not found and script loaded by 127.0.0.1](https://wordpress.org/support/topic/google-font-not-found-and-finds-run-by-127-0-0-1/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/google-font-not-found-and-finds-run-by-127-0-0-1/#post-8584784)
 * I’ve never seen that message before, but if you are getting login attempts for
   admin and such i would suggest looking at the access logs on your server, see
   if the file ‘xmlrpc.php’ is being access. People can use that file to flood you
   with incorrect logins, until they find one that works. It works because it goes
   around WordPress’s built in ‘failed login’ time out.
 * I dont know about securi, i use wordfence and it has a live traffic feature so
   i can see them trying to access it as it happens.
 * If you dont have that, and you can access your server (via putty/SSH) you could
   run
 * sudo tail -f /apache2/logs/access_logs
 * That will show you if someone is trying to exploit something on your site.
 * I might be completely wrong, I’m just basing this on my past experience with 
   a website i look after. The failed login attempts using admin and site name suggest
   to me something sinister is going on.
 * Phil
 * EDIT:
 * I took a look at your website and i didnt get the error message. Do you use a
   custom font? because looking through the CSS file in your theme, i cant see any
   reference to a custom font.
    -  This reply was modified 9 years, 4 months ago by [bogski](https://wordpress.org/support/users/bogski/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [New to wordpress: would like to have pluggable main page sections](https://wordpress.org/support/topic/new-to-wordpress-would-like-to-have-pluggable-main-page-sections/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/new-to-wordpress-would-like-to-have-pluggable-main-page-sections/#post-8560673)
 * The best thing to do, if you are a developer is install a local copy and have
   a look inside the default themes. WordPress 4.7 default theme is quite nice, 
   the template files are there and the content parts for the individual sections
   are also there.
 * In theory you would make a child theme, copy the files you want. Most start with
   single-page_type.php or content-main_content.php.
 * The theme isnt overly complicated so its easy enough to pick out what code does
   what. I’ve just spent this afternoon doing the same working with custom post 
   types as well.
 * We use Visual Composer and Beaver Builder page builders on some client websites,
   but they do come with some limitations. VC will remove your code and templates/
   layouts if you uninstall it by accident.
 * Beaver builder can be slow to respond and crashes sometimes but the support is
   decent
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Summary instead of full text for posts?](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/#post-8423763)
 * I have noticed that some plugin authors are slow to reply. Its difficult to judge
   sometimes there are that many out there, i’m glad you got it sorted. I’ll take
   a look at that plugin, might come in handy at some point.
 * Phil
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Summary instead of full text for posts?](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/#post-8423156)
 * Ah i’m very sorry, but i’m not a support person. I spotted this topic and thought
   i might be able to help, i hadnt realised it was specific to a theme when posting.
 * The only other thing i can suggest is contacting their support website. Sometimes
   the developers respond better through their website.
 * [Author Website](https://cyberchimps.com/)
 * Although, you may have already tried that.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] Summary instead of full text for posts?](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/summary-instead-of-full-text-for-posts/#post-8420296)
 *     ```
       /**
        * Filter the except length to 20 characters.
        *
        * @param int $length Excerpt length.
        * @return int (Maybe) modified excerpt length.
        */
       function wpdocs_custom_excerpt_length( $length ) {
           return 20;
       }
       add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );
       ```
   
 * [WP Codex](https://developer.wordpress.org/reference/functions/the_excerpt/)
 * The codex recommends this. I havent tried it though
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disabling the activation email when registering](https://wordpress.org/support/topic/disabling-the-activation-email-when-registering/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/disabling-the-activation-email-when-registering/#post-8419380)
 * Thank you. Sorry for the late reply.
 * Phil
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Masonry Layout ( Post Grid Layout )] Masonry plugin – postsonly](https://wordpress.org/support/topic/masonry-plugin-postsonly/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/masonry-plugin-postsonly/#post-8190586)
 * You should just need to set the post type to ‘posts’ and then choose the categories
   you want.
 * ![Settings](https://www.dropbox.com/s/9fr6urw0ncf13ia/masonry.png?dl=0)
 * That worked for me anyway
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha Integration for WordPress] Uninstall plugin don't remove recaptcha scripts](https://wordpress.org/support/topic/uninstall-plugin-dont-remove-recaptcha-scripts/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/uninstall-plugin-dont-remove-recaptcha-scripts/#post-7473969)
 * hahaha irony. i cant even get it to show up in my pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReCaptcha Integration for WordPress] Uninstall plugin don't remove recaptcha scripts](https://wordpress.org/support/topic/uninstall-plugin-dont-remove-recaptcha-scripts/)
 *  [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/uninstall-plugin-dont-remove-recaptcha-scripts/#post-7473965)
 * do you have any reCAPTCHA code embedded in your template files? or do you have
   a plugin installed for it for another forms plugin? contact form 7 has its own
   built in so if thats set up it would appear on your forms, if you were using 
   contact forms 7.
 * T’is about all i can think of if im honest. Im in the process of setting it up
   myself.
 * regards
 * Bogski
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Menu and positioning sub menu](https://wordpress.org/support/topic/wordpress-menu-and-positioning-sub-menu/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wordpress-menu-and-positioning-sub-menu/#post-7454527)
 * never mind i figured it out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Menu and positioning sub menu](https://wordpress.org/support/topic/wordpress-menu-and-positioning-sub-menu/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wordpress-menu-and-positioning-sub-menu/#post-7454456)
 * Sorry i forgot to close the tag for the link.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress and high mysql usage.](https://wordpress.org/support/topic/wordpress-and-high-mysql-usage/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/wordpress-and-high-mysql-usage/#post-7444829)
 * Thank you sterndata. If i can get into the backend without it dying on me il 
   give it a go and report back
 * Thanks!!
 * Phil B
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Reset password email template](https://wordpress.org/support/topic/reset-password-email-template/)
 *  Thread Starter [bogski](https://wordpress.org/support/users/bogski/)
 * (@bogski)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/reset-password-email-template/#post-7422449)
 * Hi girlieworks,
 * Terribly sorry for the late reply I didn’t realise someone had replied.
 * Thanks for that I will start there.
 * Regards,
 * Phil

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/bogski/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/bogski/replies/page/2/?output_format=md)