Title: Iceable's Replies | WordPress.org

---

# Iceable

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/iceable/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iceable/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/iceable/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/iceable/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/iceable/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/iceable/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blackoot Lite] Sitemap in footer](https://wordpress.org/support/topic/sitemap-in-footer-2/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/sitemap-in-footer-2/#post-16921317)
 * If no menu is specified, then a list of pages is automatically generated and 
   displayed by default. My bad, I forgot to mention this.
 * The solution in this case is to actually create a menu and assign it to the footer
   location. You can then add whatever you like to this menu, or leave it empty 
   if you’d rather have a blank area.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blackoot Lite] Sitemap in footer](https://wordpress.org/support/topic/sitemap-in-footer-2/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/sitemap-in-footer-2/#post-16920181)
 * Hi, this theme shows a menu in the footer. You can edit this menu from Appearance
   > Customize > Menus > View All Locations. From there you will see which menu 
   is assigned to the “Footer” with an option to edit it.
    -  This reply was modified 2 years, 11 months ago by [Iceable](https://wordpress.org/support/users/iceable/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Wortex Lite] String not translatable](https://wordpress.org/support/topic/string-not-translatable-5/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/string-not-translatable-5/#post-14775582)
 * Hi, once again great catch and thanks for the heads up!
    This is now fixed in
   version 1.2.21.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Wortex Lite] Missing space](https://wordpress.org/support/topic/missing-space-2/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/missing-space-2/#post-14758310)
 * Fixed in version 1.2.20, thanks again 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Wortex Lite] Missing space](https://wordpress.org/support/topic/missing-space-2/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/missing-space-2/#post-14751979)
 * Hi Filip,
 * Good catch and thanks for the heads up! I will update it shortly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blackoot Lite] Featured Image and Read More issues](https://wordpress.org/support/topic/featured-image-and-read-more-issues/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years ago](https://wordpress.org/support/topic/featured-image-and-read-more-issues/#post-14584899)
 * Hi, you’ll find details on how set_post_thumbnail_size() works at [https://developer.wordpress.org/reference/functions/set_post_thumbnail_size/](https://developer.wordpress.org/reference/functions/set_post_thumbnail_size/)
   *
   cannot be used as a height, but you can change 300 to any value that works for
   you. With cropping disabled, it will only resize the image if needed to fit the
   size you declare, but without distorting or enlarging it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blackoot Lite] Featured Image and Read More issues](https://wordpress.org/support/topic/featured-image-and-read-more-issues/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years ago](https://wordpress.org/support/topic/featured-image-and-read-more-issues/#post-14579811)
 * Hi,
 * This theme normally makes the featured image go above the content if it is wide
   enough, or to the left if it is smaller. The theme sets it to be 680x300px, 680px
   being the width of the content column.
 * On your site, images seem to be 680px wide, but they are displayed only at 25%
   of that because of a CSS rule applied to .wp-post-image.
    Your site’s CSS is 
   compressed by a siteground optimisation plugin so I cannot tell exactly where
   this comes from, but this does not come from the theme so it is either in some
   custom CSS you added, or it is added by a plugin.
 * For the cropping, the theme is set to crop featured images to 680x300px. This
   has never changed in the theme, but if you had images already uploaded to your
   site before installing it then they would have not been cropped; only the one
   uploaded after installing the theme would have been cropped.
    To disable the 
   cropping, you will need to create a child theme and add the following to functions.
   php:
 *     ```
       add_action( 'after_setup_theme', function () {
       	set_post_thumbnail_size( 680, 300, false );
       }, 11 );
       ```
   
 * (In this code, “false” means “don’t crop” – this will override the “true” (crop)
   setting that is the default in the theme)
 * This code by itself will only affect images you upload afterwards. To also apply
   to existing images, you can use this very handy utility plugin: [https://wordpress.org/plugins/regenerate-thumbnails/](https://wordpress.org/plugins/regenerate-thumbnails/)
 * Regarding the duplicate read more links, chances are this is a plugin intereferring
   with the excerpts. The fastest way to troubleshoot this would be to temporarily
   disable all plugins. If it fixes the issue, then re-enable them one by one until
   you find the culprit.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Blackoot Lite] Outdated in 2021](https://wordpress.org/support/topic/outdated-in-2021/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years ago](https://wordpress.org/support/topic/outdated-in-2021/#post-14574188)
 * Hello,
 * This theme is still being maintained and supported as of now.
    Updates for maintenance
   and compatibility are released on a regular basis when needed ; and so far the
   latest version from August 2020 is still fully compatible with the latest version
   of WP (5.7.2 at the time of writing). Our dedicated support forums are also still
   active.
 * We have not observed specific errors with Gutenberg, nor have had any user reported
   such errors. We would be happy to have a closer look and do our best to help 
   if you reach out through our support forums about any issue with this theme and
   any specific block.
 * We also have not found any issue with PHP 8. We wouldn’t advertise “100% compatibility”
   just yet, but one may consider “beta compatibility” with PHP 8 just like the 
   current version of WordPress itself.
 * Again, if you run into any issue, please do reach out and we will be happy to
   help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] Menu dropdown not working](https://wordpress.org/support/topic/menu-dropdown-not-working-3/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/menu-dropdown-not-working-3/#post-14148490)
 * Hello,
 * Version 1.2.19 of the theme (released today) should fix it. Please update the
   theme on your site and let me know if you run into any further issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] 90% CPU usage on index.php](https://wordpress.org/support/topic/90-cpu-usage-on-index-php/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/90-cpu-usage-on-index-php/#post-13805070)
 * Hi, every request to WordPress is processed by index.php, which is why most of
   the CPU usage is linked to this file. Note that this is WordPress’ main index.
   php file, not the theme’s index.php file.
    A high CPU load may indicate a traffic
   spike or DDOS attempt. I suggest you look at your server’s log and see if your
   site gets an abnormally high number of (spam) requests, and investigate the source
   of such traffic.
 * If your site gets low traffic and still high CPU usage, I suggest you try [https://wordpress.org/plugins/query-monitor/](https://wordpress.org/plugins/query-monitor/)
   to get more details on what happens during each page load, this should greatly
   help to identify the culprit.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] Navbar height and font size](https://wordpress.org/support/topic/navbar-height-and-font-size/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/navbar-height-and-font-size/#post-13628822)
 * Hi, please try this CSS, it should do the trick:
 *     ```
       #navbar ul li a {
           padding-top: 5px;
           padding-bottom: 5px;
       }
   
       .search-form {
           margin-top: 5px;
           margin-bottom: 5px;
       }
   
       #navbar {
           height: 40px;
       }
   
       #navbar ul li a {
           font-size: 15px;
       }
       ```
   
 * From there you can also adjust the values if desired, but it should be a good
   starting point.
    Let me know if you are still having any trouble with this.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blackoot Lite] Span tag in all Categories and Tags](https://wordpress.org/support/topic/span-tag-in-all-categories-and-tags/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/span-tag-in-all-categories-and-tags/#post-13333173)
 * Hello,
    There was indeed a bug in the theme caused by an incompatibility with
   a new feature in WP 5.5. This was just fixed in the latest update (1.1.23) released
   today.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] BALISE VISIBLE DANS CERTAINS TITRES](https://wordpress.org/support/topic/balise-visible-dans-certains-titres/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/balise-visible-dans-certains-titres/#post-13333170)
 * Hello,
 * This was a bug in the theme resulting of an incompatibility with a new feature
   in WP 5.5. This was fixed in the latest update of this theme.
 * Please update to the latest version (1.2.18) and it should solve the issue.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BoldR Lite] BoldR Pro 1.8.9](https://wordpress.org/support/topic/boldr-pro-1-8-9/)
 *  Theme Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/boldr-pro-1-8-9/#post-13333159)
 * Hello,
 * This is not the appropriate forum for BoldR Pro, a dedicated support forum is
   available at [https://www.iceablethemes.com/forums/](https://www.iceablethemes.com/forums/)
 * With that said, an update to BoldR Pro (1.8.10) which fixes compatibility with
   WordPress 5.5 was released on August 14th.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BBP Close Old Topics] close the topics that age is older than an hour](https://wordpress.org/support/topic/close-the-topics-that-age-is-older-than-an-hour/)
 *  Plugin Author [Iceable](https://wordpress.org/support/users/iceable/)
 * (@iceable)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/close-the-topics-that-age-is-older-than-an-hour/#post-10762264)
 * Hi [@prettiggeleerd](https://wordpress.org/support/users/prettiggeleerd/),
 * I’m afraid what you are asking is quite a different question. This plugin closes
   topics based on their age while you want to control users ability to create topics
   and replies based on their roles.
 * This is quite a different set of features, although a simple one it would require
   a totally different plugin.
    (Also this plugin being a really tiny add-on that
   specialises in a single task, adding various features and turn it into a multi-
   tool is not planed).
 * There might be plugins available to allow you customise users capabilities ; 
   if not this feature shouldn’t take too much to code based on this reference: 
   [https://codex.bbpress.org/custom-capabilities/](https://codex.bbpress.org/custom-capabilities/)

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

1 [2](https://wordpress.org/support/users/iceable/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/iceable/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/iceable/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/iceable/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/iceable/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/iceable/replies/page/2/?output_format=md)