-
AuthorPosts
-
October 25, 2016 at 1:56 am #703518
Hi guys. I need to Remove “Archive for category.” (and show only category title). For example Now I have
Archive for category: Negocios
I need to show only Negocios.Thank you!
October 25, 2016 at 6:02 am #703554Hey marilusnm,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanOctober 26, 2016 at 1:27 am #704076Hi, I’m working on localhost. I will put the site online tomorrow, and I will show you what I mean. Thank you
October 26, 2016 at 3:34 am #704094Hi again, the site is online!
October 26, 2016 at 4:32 pm #704403Hi!
1- Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_title_args', 'avia_fix_category_title', 10, 2); function avia_fix_category_title($args,$id) { if (is_category) { $args['title'] = single_cat_title('',false); } return $args; }2- Please go to Appearance > Widgets and add empty text widgets to your footer widget areas if you would not like to display default widgets. You can also turn off footer widgets in Enfold theme options > Footer tab.
Regards,
YigitOctober 26, 2016 at 4:58 pm #704431Hi Yigit!! Could you help me to remove “INTERESTING LINKS
Here are some interesting links for you! Enjoy your stay :)” too?thank you so much!
October 26, 2016 at 5:02 pm #704435Hi!
Login credentials are not working for me, however please see my answer #2 above. That is to remove default widget from footer widget area :)
Best regards,
YigitOctober 26, 2016 at 5:16 pm #704441Perfect, if I delete the widget and erase the text! Thanks! The issue is that I do not see the footer …
I need a footer..P.s. I dont know happened to the password but I changed again por the same
October 26, 2016 at 5:20 pm #704442Yigit, could you please help me with this other post too?
I need to understand how to do use it.
thank you so much!October 27, 2016 at 2:33 pm #704842 -
AuthorPosts
- You must be logged in to reply to this topic.
