Title: learnrr's Replies | WordPress.org

---

# learnrr

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mighty Addons for Elementor] Update to version 1.4.9. removes the accordion content](https://wordpress.org/support/topic/update-to-version-1-4-9-removes-the-accordion-content/)
 *  Thread Starter [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/update-to-version-1-4-9-removes-the-accordion-content/#post-14451458)
 * Excellent, thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mighty Addons for Elementor] Update to version 1.4.9. removes the accordion content](https://wordpress.org/support/topic/update-to-version-1-4-9-removes-the-accordion-content/)
 *  Thread Starter [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/update-to-version-1-4-9-removes-the-accordion-content/#post-14433528)
 * Thanks, Akash, not sure how would you remake them, if manually, I think there’s
   too much work so I think the first solution would be fine for now
 * Please do share the temporary fix
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Easier 410 redirections and more](https://wordpress.org/support/topic/easier-410-redirections-and-more/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/easier-410-redirections-and-more/#post-8845377)
 * Yes I agree also, this proposed solution for 410 would be great addition indeed.
   Cheers
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Removing powered by wordpress from footer](https://wordpress.org/support/topic/removing-powered-by-wordpress-from-footer/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/removing-powered-by-wordpress-from-footer/#post-7670947)
 * Hi,
 * you can remove this line:
 * `<?php do_action( 'colormag_footer_copyright' ); ?>`
 * and instead add something like this:
 * `<div class="copyright">Copyright &copy; 2016 Your site name here. All rights
   reserved.</div>`
 * Hope it helps
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tortuga] Thumbnail sizes for recent posts.](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/#post-7651966)
 * Hey bigtnt, I took a quick glance and it seems to me that the function you need
   to modify resides in the /inc/template-tags.php file
 * It is the tortuga_post_image_single() function that is called in the content-
   single.php file
 * Let me know if you manage to solve the issue, I might deal with it also next 
   week
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tortuga] Edit Child Theme Subfolders](https://wordpress.org/support/topic/edit-child-theme-subfolders/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/edit-child-theme-subfolders/#post-7607024)
 * Hi, did you enqueue that stylesheet properly? When you look through a source 
   code of your page, is there a call for that file in your child theme?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tortuga] Thumbnail sizes for recent posts.](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/#post-7651849)
 * Hi, I am also using Tortuga theme but for now I am not setting featured images
   on the posts. However, I do on another site with a different theme. I also stumbled
   upon on the issue you have on that theme.
 * I wrote here how to fix it [http://learnedia.com/customize-colormag-wp-theme/](http://learnedia.com/customize-colormag-wp-theme/)
 * You might find it useful and apply the same solution to Tortuga theme. If you
   do, please let me know.
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Serve scaled images – Optimization](https://wordpress.org/support/topic/serve-scaled-images-optimization-1/)
 *  [learnrr](https://wordpress.org/support/users/learnrr/)
 * (@learnrr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/serve-scaled-images-optimization-1/#post-7268640)
 * Hey guys, I solved this issue! I noticed the Serve scaled images problem with
   one of my blogs that is running ColorMag theme.
 * I wrote an article on how to fix it here [http://learnedia.com/customize-colormag-wp-theme/](http://learnedia.com/customize-colormag-wp-theme/)
 * Hope it helps 😉
 * If you need some assistance, I’ll be happy to help.
 * Regards
    learnrr

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