Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
srikanth
tagDiv Member

Thanks for the info .. i was able to make the changes …

srikanth
tagDiv Member

Hi Calin,

We want to remove highlighted sections from the app Lsiting
https://freeimage.host/i/BdAftQS

Regards,

srikanth
tagDiv Member

Thanks for the response ..

I am using APP Find PRO Plugin .. yes for this i see tags and categories related to APP Listings

We made some changes to use the tags and categories which is available as part of defaulr wordpress ..

Since we dont use the taxonomy=tdtax_app_tag & ?taxonomy=tdtax_app_category we want to remove this which i am not able to do using ACF plugin …

Can you help me here ..

srikanth
tagDiv Member

Thanks

srikanth
tagDiv Member

Thanks Calina for the response ..

Is it possible to come-up with a .httacess rewrite rule to fix this as i see there are many suchthing on my website as well

srikanth
tagDiv Member

After few trails and error.. I was able to make changes with the below code

/*
CHANGE SLUGS OF CUSTOM POST TYPES
*/

function change_post_types_slug( $args, $post_type ) {

/*item post type slug*/
if ( ‘program’ === $post_type ) {
$args[‘rewrite’][‘slug’] = ‘place’;
}

return $args;
}
add_filter( ‘register_post_type_args’, ‘change_post_types_slug’, 10, 2 );

/*
CHANGE SLUGS OF TAXONOMIES, slugs used for archive pages
*/

function change_taxonomies_slug( $args, $taxonomy ) {

/*item category*/
if ( ‘program-category’ === $taxonomy ) {
$args[‘rewrite’][‘slug’] = ‘locations’;
}

return $args;
}
add_filter( ‘register_taxonomy_args’, ‘change_taxonomies_slug’, 10, 2 );

srikanth
tagDiv Member

Thanks

  • This reply was modified 2 years by srikanth.
srikanth
tagDiv Member

I tried this .. some how it did not work as expected ….

srikanth
tagDiv Member

Can you please share steps to create CPT using this plugin without disturbing the existing setting with-in the theme

srikanth
tagDiv Member

Is it not possible to customize within theme features ?

srikanth
tagDiv Member

i tried to implement as per your guidance

Can you please help me with some alignment issue like this

https://imgur.com/a/XoH0Qwy

srikanth
tagDiv Member

I am referring to Bullet points like this

https://imgur.com/a/HeyGbar

srikanth
tagDiv Member

is there any way i can display something like this

https://imgur.com/a/HjzyAZF

srikanth
tagDiv Member

Thanks …

srikanth
tagDiv Member

we have implemented using yoast SEO with default share icons from newspaper theme

srikanth
tagDiv Member

Please check Any url from this website

https://www.techiexpert.com

srikanth
tagDiv Member

I tried to disable all plugins and tried .. Issues is not resolved

Facebook Debugger shows all attributes correct, But images is not displaying

https://developers.facebook.com/tools/debug/og/object/

srikanth
tagDiv Member

Thanks @Calin,

It solves our problem

srikanth
tagDiv Member

I have send you login details …. PLease check and let me know

srikanth
tagDiv Member

unsubscribed

srikanth
tagDiv Member

This is different then what we have implemented …let me further check that

srikanth
tagDiv Member

Even after updating theme .. i dont see counter ..

srikanth
tagDiv Member

Thanks .. i have tested with that tool …All post pages looks fine

I see some error on home page

https://validator.ampproject.org/#url=https%3A%2F%2Fwww.techiexpert.com%2Famp

srikanth
tagDiv Member

Thanks catalin,

I have update Ads on AMP, Can you please test once again and let me know if that has been corrected

srikanth
tagDiv Member

we are using google analytics… here is my website url https://www.techiexpert.com/

Viewing 25 posts - 1 through 25 (of 147 total)