I see there is a comment asking the same. And seem there is a solution.
1) Would it be possible the change the order of the staff how I want it? Currently its reversed of what I want, and if I later add new staff I want to be able to position them without creating a whole new group.
2) Would it be possible to disable the link to the individual staff members on the staff members element?
1) The staff posts works like the blog posts, the newest posts come first, so if you want to change the order you will need to edit the publishing time of your posts. If you just need want to reverse the order you will have to edit the query in the rd_staff_posts and ajax-handlers php files, add this to the post query : \'orderby\' => \'date\', \'order\' => \'ASC\',
2) This is currently not possible from the module options but will be added in the future update, if you want to do this now you will have to modify the php file and remove the \"a\" tag
Do not hesitate to contact us if you have other questions.
May I put in another feature request too? I\'d love an option for the staff element not to strip the html tags. For now I did not have like a description of each staff member just their contact details (phone, cell, fax, email). So if I place that it does not show in a nice list like it does on the individual staff pages. Its all in a paragraph ending with \"...\".
the CSS: .rd_staff_posts_ctn.type06 .staff_post,.staff_sc a{pointer-events: none; cursor: default; } works only for http://dev.novadigital.cl/sadp/#Nosotros, and thank for that.
but how do the same for the 3 staff carousel of: http://dev.novadigital.cl/nera/home/#Workgroup. (edit: the staff carousel style 2 is the only with lnik, in the other style the CSS works)
and what style of staff carousel have the \"linked in\" icon visible? ( Edit: i tested style 1 ,2 ,3 ,4 and does not appear the icon of \"linked in\")
i need a CSS for http://dev.novadigital.cl/nera/home/#Workgroup. for the staff member. i used .bw-wrapper a{pointer-events: none; cursor: default; } but olny works for some styles, for other style you still click in the name of the staff and join in.
how i block the all link but keep the link of linkedin woriking ?
We really need to be able to adjust the order of our staff more easily than editing the published date. Is there any chance this might be implemented in the future? In the meantime, is it possible to order it the name of the staff member?
Perhaps instead of \'orderby\' => \'date\', is it possible to insert \'orderby\' => \'title\', or something like that?
I too want to order them in a different way, random would be the best way for my setup. I get what I have to do, but where do I exactly insert the "'orderby' => 'rand'"
I see there is a comment asking the same. And seem there is a solution.
1) Would it be possible the change the order of the staff how I want it? Currently its reversed of what I want, and if I later add new staff I want to be able to position them without creating a whole new group.
2) Would it be possible to disable the link to the individual staff members on the staff members element?
Thank you!
Hello Wouter, thanks for purchasing TheFox!
1) The staff posts works like the blog posts, the newest posts come first, so if you want to change the order you will need to edit the publishing time of your posts. If you just need want to reverse the order you will have to edit the query in the rd_staff_posts and ajax-handlers php files, add this to the post query :
\'orderby\' => \'date\',
\'order\' => \'ASC\',
2) This is currently not possible from the module options but will be added in the future update, if you want to do this now you will have to modify the php file and remove the \"a\" tag
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you for the response.
May I put in another feature request too? I\'d love an option for the staff element not to strip the html tags. For now I did not have like a description of each staff member just their contact details (phone, cell, fax, email). So if I place that it does not show in a nice list like it does on the individual staff pages. Its all in a paragraph ending with \"...\".
That would be a nice to have :)
Thanks for the feedback!
We will think about this too :)
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
Before to open a ticket, I search and find this post related which I need.
I Would know, if now it\'s possible to disable the link to the individual staff members on the staff members element?
If not, what page would have to modify the php file and remove the \"a\" tag?
Thanks
Hello Pedro,
If you can tell us what staff members module type you are using then we will give you the custom css needed to remove the \"link\"
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
i have 2 page, one with a staff members, and other with a staff carousel. how i disable the link can you send my the CSS for do that?
Hello Jorge,
Can you tell us what is the type / style of the module you are using, or give us link so we can check and send you the code.
Thanks
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
hi,
here are the 2 links:
http://dev.novadigital.cl/sadp/#Nosotros
http://dev.novadigital.cl/nera/home/#Workgroup
i need to know too if i can put icon of \"linked in\" in a staff carousel.
Hello Jorge,
add this custom css ( thefox > styling options ) :
.rd_staff_posts_ctn.type06 .staff_post,.staff_sc a{pointer-events: none; cursor: default; }
This should fix the problem.
About the linkedin icon this is possible depending the style you are using
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
the CSS: .rd_staff_posts_ctn.type06 .staff_post,.staff_sc a{pointer-events: none; cursor: default; } works only for http://dev.novadigital.cl/sadp/#Nosotros, and thank for that.
but how do the same for the 3 staff carousel of: http://dev.novadigital.cl/nera/home/#Workgroup. (edit: the staff carousel style 2 is the only with lnik, in the other style the CSS works)
and what style of staff carousel have the \"linked in\" icon visible? ( Edit: i tested style 1 ,2 ,3 ,4 and does not appear the icon of \"linked in\")
Regards.
Hello Jorge,
Try to add this custom css
.bw-wrapper a{pointer-events: none; cursor: default; }
I give you false information about the linked in icon, this is only available for staff posts, not carousel.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
dear,
i need a CSS for http://dev.novadigital.cl/nera/home/#Workgroup. for the staff member. i used .bw-wrapper a{pointer-events: none; cursor: default; } but olny works for some styles, for other style you still click in the name of the staff and join in.
how i block the all link but keep the link of linkedin woriking ?
Hello,
To do this add this custom css :
.member-info h3 a { pointer-events: none; cursor: default; }
This should keep the link for linkedin.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello,
We really need to be able to adjust the order of our staff more easily than editing the published date. Is there any chance this might be implemented in the future? In the meantime, is it possible to order it the name of the staff member?
Perhaps instead of \'orderby\' => \'date\', is it possible to insert \'orderby\' => \'title\', or something like that?
Thank you.
Hello Mike,
This will be something we will improve in the next update.
For the moment if you want to change the order by name you can change
\'orderby\' => \'name\'
You can see all the settings you can use here : https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hey,
I too want to order them in a different way, random would be the best way for my setup.
I get what I have to do, but where do I exactly insert the "'orderby' => 'rand'"
Hello,
You will have to edit the query in the rd_staff_posts and ajax-handlers php files.
Where there is the post query.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
hey, thanks for the reply!
rd-staff is easy and I'm ashamed I didnt think about that, but in ajax could you specify the location. Im completely lost.
Thanks!
You're welcome,
you can find it below the get_staff_posts function
line 1960
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hey, again thanks for the answer.
It does not seem to do the trick :/
any advice what I could be missing?
Hello Kaur,
I am sorry but can you create a new ticket under Thefox category giving us more information about your current settings.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme