No problem... System only create slugs from latin or cyrillic symbols.. If title is created with arabic characters, it will use - as a pointer and increment it all the time. Think of it like id
No problem... System only create slugs from latin or cyrillic symbols.. If title is created with arabic characters, it will use - as a pointer and increment it all the time. Think of it like id
Hello Mohamed,
Yes, UseResponse supports RTL.
You just need in themes override css for "body":
This is how it will looks like:
Hello Mohamed,
Yes, UseResponse supports RTL.
You just need in themes override css for "body":
This is how it will looks like:
Hello Mohamed,
Yes, UseResponse supports RTL.
You just need in themes override css for "body":
This is how it will looks like:
Hello Mohamed,
Yes, UseResponse supports RTL.
You just need in themes override css for "body":
This is how it will looks like:
Here is another and most elegant way to use in javascript of custom theme.
See attached.
Here is another and most elegant way to use in javascript of custom theme.
See attached.
Thank you for your quick answer !
whene i created responses in arabic language the url was not generated,
I checked out in database, and the slug column was like that ( '-' ),
I created a second one, the new slug was ( '-_2' ).
Thats whay i wondred if useresponse support arabic .
PS : Sorry for my english.
Thank you for your quick answer !
whene i created responses in arabic language the url was not generated,
I checked out in database, and the slug column was like that ( '-' ),
I created a second one, the new slug was ( '-_2' ).
Thats whay i wondred if useresponse support arabic .
PS : Sorry for my english.
No problem... System only create slugs from latin or cyrillic symbols.. If title is created with arabic characters, it will use - as a pointer and increment it all the time. Think of it like id
No problem... System only create slugs from latin or cyrillic symbols.. If title is created with arabic characters, it will use - as a pointer and increment it all the time. Think of it like id
Hmm,
This is bad for SEO ,
Can you please pointe me to php code that fetch slug for BD in useresponse ?
Thanks
Hmm,
This is bad for SEO ,
Can you please pointe me to php code that fetch slug for BD in useresponse ?
Thanks
Yes, for SEO it's not good, but we didn't think of implementation of slug creation for other than cyrillic or latin symbols.
This class is used to create slugs:
Singular_Filter_Slugify - \library\Singular\Filter\Slugify.php
You can find it in in library/Singular and rewrite it to create slugs from titles in arabic language
Yes, for SEO it's not good, but we didn't think of implementation of slug creation for other than cyrillic or latin symbols.
This class is used to create slugs:
Singular_Filter_Slugify - \library\Singular\Filter\Slugify.php
You can find it in in library/Singular and rewrite it to create slugs from titles in arabic language
Replies have been locked on this page!