This topic has 14 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #87359
     flywithmeteam
    Participant

    Hi 7th Queen Team,

    I just bought the theme and have a few questions i was hoping you could answer:

    1. is it possible to get a member’s inbox to be displayed in the top menu (where ‘features’,’forums’,’blog’,etc is displayed?), if so, how?

    2. How do i edit the homepage elements below the main photo? (‘it all starts with a date’ map area, ‘sweet stories from our lovers’ videos, etc)

    3. can i change the dimensions of the  main blue area (where the couple’s photo goes)? i’ve tried to insert a longer picture than possible but it ended up being boxed and not taking up the full area.

    3a. if not possible to change the dimensions, what are the max dimensions of the homepage picture?

    Thanks!

    #87560
     Laura
    Moderator

    Hello, the messages section is show in the profile drop down, right now you cant add it to the menu as its a dynamic link.
    for 2, please go to your admin panel, Pages > Home > Edit and you will be able to edit those sections.

    3, depends if you are using a slider of a background image

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #88442
     flywithmeteam
    Participant

    Hi Laura,

    thanks, some follow up questions:
    if i’m not using a slider, just a static background image:
    1. what are the max dimensions in the theme?
    2. can i alter the max dimensions so my background image takes up the whole screen (since i’ve removed all the other items on the main page, i just wants the picture and search form). right now there is still a band of white at the bottom when it starts showing the testimonials, etc.(i want those to be further down)
    3. i’d like my image to overflow the top banner, i did this by mistake once but i want to make sure my photo does this. how do i do this?

    Other questions
    1. how do i move my search form to the left side? right now it is in the middle
    2. is it possible to make the search form transparent/change its level of opaque ness
    3. when matching people, the fields “i’m looking for” and “i am” are used to match people. can i add multiple pairs of questions like this to have multiple matching characteristics? becuase right now it will match you with what you put in ‘im looking for’ and however similar your profiles are but i want to be able to have the person chose if they want a similar person or not.

    Thanks,
    Vicky

    #88572
     Laura
    Moderator

    Hello 🙂
    1) Max dimensions for what? the homepage background image / slider?
    2) Yes! Please add this to style.css of child theme or quick css

    COPY CODE
    
    #header {
        background-size: cover !important;
    }
    div#header {
        height: 800px;
    }
    .header-bg.clearfix {
        height: 800px;
    }
    

    Hello, right now there can be only one complementary field like looking for and i am a, but maybei n the future we add more 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #88582
     flywithmeteam
    Participant

    Hi

    1. yes the background image.

    thanks,

    there were other questions, see below
    Other questions
    1. how do i move my search form to the left side? right now it is in the middle
    2. is it possible to make the search form transparent/change its level of opaque ness
    3. when matching people, the fields “i’m looking for” and “i am” are used to match people. can i add multiple pairs of questions like this to have multiple matching characteristics? becuase right now it will match you with what you put in ‘im looking for’ and however similar your profiles are but i want to be able to have the person chose if they want a similar person or not.
    4. right now my memeberships are showing the paid one first and the free one after on the levels page, how can i flip them so the free is first?

    Thanks

    #88583
     Laura
    Moderator

    Hello 🙂
    1) There are no max dimension, you can change everything with css 🙂
    2) This will move the search

    COPY CODE
    
    .home-page .row.just-after-header {
        margin-left: 55px;
    }
    

    Add to style.css 🙂
    3) Right now its not possible, we might add it in the future.
    4) Please go to Sweetdate > Memberships, and at the bottom you will see the order level, 1 will be the first

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #88591
     flywithmeteam
    Participant

    Thanks for your responses,

    When i apply your first CSS fix for the background, it changes the size of the header for every page. is it possible to only change it on the home page?

    Thanks

    #88726
     flywithmeteam
    Participant

    In addition to the above, i’m also having issues registering new users. i have it all activated with pages but it just draws a blank page. What do i need in my Activate and Register pages to make it work?

    Thanks,
    Vicky

    #89135
     Laura
    Moderator

    Hello, is it possible to share admin credentials so i can check it out?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #89141
     flywithmeteam
    Participant
    This reply has been set as private.
    #89568
     Laura
    Moderator

    Hello, i can see the registration page perfectly, please check attachment, everything seems to work fine, try to register and scroll down to find the form, you have a big header maybe thats why you think the page its blank
    Also, if you try to register while logged in, nothing will appear

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #89642
     flywithmeteam
    Participant

    Hi,

    OK thanks,

    Can you please answer the question above about changing the header size only on the first page? becuase i only did that in order to have a big picture.

    Also, how do i change the ‘Sweet date’ in the header i can see in your screenshot.

    Thanks!

    #89829
     Laura
    Moderator

    Hello, yes, try replacing the old css with this one

    COPY CODE
    
    .home-page #header {
        background-size: cover !important;
    }
    .home-page #header {
        height: 800px;
    }
    .home-page .header-bg.clearfix {
        height: 800px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #90217
     flywithmeteam
    Participant

    Thanks !!

    is there a way to set the way the front page is viewed in all resolutions? it looks different on different computers and i would want it to look exactly the same.

    Thanks

    #90461
     Laura
    Moderator

    Hello, its responsive so it changes for different screen sizes, let me know what size and what do you want to change exactly so i can help you 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?