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 :)
djalejo
tagDiv Member

Yes I saw tha document. My single CPT template doesn’t show the Mobile Page option at the top as described in the article. I have some other normal pages and they do show the mobile option. I thought perhaps it doesn’t work with CPTs?

djalejo
tagDiv Member

So I ended up changing the taxonomy key in ACF from “tdtax_my_taxonomy_name’ to ‘portfolio_category’. That of course broke my site because the relationship Custom Post Type – Custom Taxonomy was cut.

I fixed that by updating the database directly.

update wordpress.wp_term_taxonomy set taxonomy = ‘portfolio_category’ where taxonomy = ‘tdtax_my_taxonomy_name’;

So now when I use the Flex Loop Filter I see http://www.mydomainname.com/?tdb_tax_portfolio_category=something.

Which looks better than before, although still not quite there, I would like to get rid of the tdb_tax prefix altogether.

http://www.mydomainname.com/?tdb_tax_portfolio_category=something (nay)
http://www.mydomainname.com/?portfolio_category=something (yea!)

djalejo
tagDiv Member

Found it under Theme Fonts – Header – Main Menu – Line Height. Why there? who knows but it worked ?

djalejo
tagDiv Member

Solved. Please discard this message.

djalejo
tagDiv Member

Sorry I am dumb, just needed to disable the plugin.

But now, the menu in the mobile version seems to be the same as the Mobile Theme, the purple translucent color with the sign in option and social network icons. Any way to revert that as well?

Viewing 5 posts - 1 through 5 (of 5 total)