learnrr
Forum Replies Created
-
Excellent, thank you very much!
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
ThanksForum: Plugins
In reply to: [Redirection] Easier 410 redirections and moreYes I agree also, this proposed solution for 410 would be great addition indeed. Cheers
Forum: Themes and Templates
In reply to: [ColorMag] Removing powered by wordpress from footerHi,
you can remove this line:
<?php do_action( 'colormag_footer_copyright' ); ?>and instead add something like this:
<div class="copyright">Copyright © 2016 Your site name here. All rights reserved.</div>Hope it helps
Forum: Themes and Templates
In reply to: [Tortuga] Thumbnail sizes for recent posts.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
In reply to: [Tortuga] Edit Child Theme SubfoldersHi, 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
In reply to: [Tortuga] Thumbnail sizes for recent posts.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/
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
In reply to: [ColorMag] Serve scaled images – OptimizationHey 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/
Hope it helps 😉
If you need some assistance, I’ll be happy to help.
Regards
learnrr