Hello
I am using Corona (and Shoutbox also), and I read in other theme forums that I can delete archive for category/tags, but I am not sure what is the procedure to do that in Corona (Shoutbox)
Any ideas?
Thank you
Andy
Hello
I am using Corona (and Shoutbox also), and I read in other theme forums that I can delete archive for category/tags, but I am not sure what is the procedure to do that in Corona (Shoutbox)
Any ideas?
Thank you
Andy
In corona\framework\php \function-set-avia-frontend.php search for all occurences of:
__('Archive for XX: ','avia_framework').
(XX can be category, year, etc) and delete them.
Hello Dude
Thank you for the information.
I did it, but still appears the title of the category.
This is my code now:
$output = "";
if ( is_category() )
{
$output = single_cat_title('',false);
}
If I delete single_cat_title, my site does not work at all.
Thank you
Andy
I'd replace:
$output = single_cat_title('',false);
with:
$output = '';Hello Dude
Thank you. I changed it.
However, could you please my test site: http://www.ebizcr.com/corona/contribuciones/
There is huge space between breadcrumbs and the content area. Can I delete it?
Once again, thank you
Andy
Hey,
add following code to css/custom.css and adjust the padding value:
#main {
padding-top: 40px;
}You must log in to post.