Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom slugs not working


Burt Adsit
Participant

@burtadsit

Let’s start with the easy one first. The css issue is due to the fact that the css must be hard coded in the actual css files. You need to override the standard css in your theme to reflect the fact that your elements such as #my-friends are now #my-freunde. When you are updating the css in your theme you’ll see where the icons are based on the css selectors.

The activity that you see is stored in tables and then displayed. It stores the slug you changed for the component in the activity table. Changing the component slug means that the new activity works and the older activity that refers to the default slug doesn’t work.

I don’t have any immediate answer for the infinite recursion issue when changing the profile slug.

Skip to toolbar