Forum replies created
Why don’t you just overwrite that file after extracting it from the theme zip folder.
As for other issues, please tell us the url so that we can see the issue.
Try deleting the theme folder using ftp or control panel file explorer.
You can adjust the number of characters in the line 447 of index.php where the following code is used
echo evltruncate($title, 40, '...');
You can increase the 40 number of more so that more amount of text is shown.
Had a look earlier but couldn’t find the problem causing it. Will have a look again today.
Sorry, got busy with theme update work. Will do the needful sometime later today.
The code need to be added manually to show the featured images on single blog posts. We are working on an update which will allow the featured images to be shown on single blog posts.
Check the first line in https://powerofaloe.com/wp-content/plugins/boxer/assets/js/nivo-slider/nivo-slider.css
They are a reliable cdn provider and I don’t think they will be shutting down their cloud anytime soon. Do check out https://cdnjs.com/about
In the header.php at line 56 try replacing
custom: { families: ['FontAwesome'], urls: ['<?php bloginfo('template_directory'); ?>/fonts/fontawesome.css'] }
with
custom: { families: ['FontAwesome'], urls: ['//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css'] }
Will be looking into it.