Kor
Forum Replies Created
-
AuthorPosts
-
Hi Don,
This code snippet removes the “Category:” from this page http://www.puertoricotravelguide2018.com/category/the-caribbean-1/puerto-rico-1/latest-news/ . Isn’t this what you’re looking for?
Thanks!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Faye,
Try using this custom CSS code. Insert into GD > Design > Scripts > Custom Style CSS
.geodir_cpt_categories_widget .gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat { width: 30%; }Hi Garrick,
Thanks for letting us know.
Hi there,
Thanks for sharing the solution. Will add this to our FAQ’s
Thanks!
This reply has been marked as private.Hi Mike,
Try this custom CSS code and see if it works. Insert into GD > Design > Scripts > Custom Style CSS
div#geodir_map_v3_home_map_1_cat li:nth-child(9){ display:none!important; }This reply has been marked as private.This reply has been marked as private.Hi Don,
Insert this function into Code snippet plugin to remove it.
function prefix_category_title( $title ) { if ( is_category() ) { $title = single_cat_title( '', false ); } return $title; } add_filter( 'get_the_archive_title', 'prefix_category_title' );Hi Baldari,
Kindly share your WP admin and FTP access in private reply and I’ll check your translation files.
Thanks!
Hi Faye,
That would require customization. Do you have a link to share with us? Feel free to use the private reply below.
Thanks!
Hi Don,
Alright. Let us know if you need anything further.
-
AuthorPosts