-
Author
-
July 1, 2015 at 13:48 #65957vhankimParticipant
‘News Focus’ Element tab link using the Taxonomy name. so, not alphabet names are link was broken.
How to change using the ‘slug or id link’ instead of ‘name link’ in tab?
Attachments:
You must be logged in to view attached files.July 1, 2015 at 17:48 #66003sharmstrModeratorI can confirm this. I’ve assign it to one of the devs to come up with a fix. Thank you for reporting it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 1, 2015 at 18:10 #66009sharmstrModeratorI came up with a possible fix. I dont know if this is the best way to do it. The devs might come up with something else. But see if this works for you for now.
Go to /kleo/vc_templates/vc_tab.php and change the follow line (around line 10) from this
COPY CODE$tab_id = ( empty( $tab_id ) || $tab_id == 'Tab' ) ? sanitize_title( $title ) : $tab_id;
to this
COPY CODE$tab_id = ( empty( $tab_id ) || $tab_id == 'Tab' ) ? $title : $tab_id;
Go to /kleo/vc_templates/vc_tabs.php and change the follow line (around line 60) from this
COPY CODE$tabid = ( isset( $tab_atts['tab_id'] ) ? $tab_atts['tab_id'] : sanitize_title( $tab_atts['title'] ) );
to this
COPY CODE$tabid = ( isset( $tab_atts['tab_id'] ) ? $tab_atts['tab_id'] : $tab_atts['title'] );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 1, 2015 at 23:52 #66097AbeKeymasterHi, duplicate post as here: https://archived.seventhqueen.com/forums/topic/news-focus-shortcod-does-not-work
Please update the attached files until the next update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Attachments:
You must be logged in to view attached files.July 2, 2015 at 00:30 #66104sharmstrModeratorSorry for not catching that, Abe. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 2, 2015 at 11:29 #66178AbeKeymasterGlad to hear everything works as expected.
no problemo @sharmstr, I also forgot to push that change to the repo
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘VC News FOUCS tab link issue’ is closed to new replies.