This topic has 5 replies, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #1027
     elliottdeanjames
    Participant

    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?

    #1029
     elliottdeanjames
    Participant

    I 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?

    #1030
     elliottdeanjames
    Participant

    Ok 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?

    #1047
     SQadmin
    Keymaster

    Hi,
    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 CODE
    
    add_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 solution
    #1048
     elliottdeanjames
    Participant

    Thanks. Im not using php im using node.js for my backend. Is there any other workaround?

    #1051
     SQadmin
    Keymaster

    OK 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
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?