-
Author
-
July 30, 2013 at 15:29 #1027elliottdeanjamesParticipant
Hi On your profile page the tabs work when i click on “my photos” and the other tabbed content.
However on my staging server it doesnt work.It just displays all the content as visible blocked content.
Here is a link to my staging server
http://ec2-54-214-122-239.us-west-2.compute.amazonaws.com/editprofile.html
What html or jquery am I missing?
July 30, 2013 at 15:49 #1029elliottdeanjamesParticipantI think i narrowed down the problem. It seams to work when the href is the original href in the template.
What css file is that controlled in when a user switches tab?July 30, 2013 at 16:26 #1030elliottdeanjamesParticipantOk i can’t switch the name of the anchor tag without it not working. It seems the functionality is tied to the name of the anchor tag. How do I fix this?
July 30, 2013 at 19:32 #1047SQadminKeymasterHi,
Yes it is related to the anchor. I have just checked it and worked if I am logged in on your site.
You can change the Looking for tab with another Profile Group by adding this in your functions.php:COPY CODEadd_filter('kleo_extra_tab1', 'custom_tab'); function custom_tab() { return 'Base'; }
You can add your changes to the template members/single/member-header.php
Also I guess you are using a plugin since some things are changed in the profile and registration.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 30, 2013 at 19:35 #1048elliottdeanjamesParticipantThanks. Im not using php im using node.js for my backend. Is there any other workaround?
July 30, 2013 at 20:52 #1051SQadminKeymasterOK so in your templates make sure to keep the logic like this:
For example if the href is something like this: href=”#looking-for” then the corresponding li should have the id=”looking-forTab”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.