This topic has 17 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #187607
     emmanuel
    Participant

    hello i do not know what is going on with the site, the sign up button is gone the registration form is cut half could someone help me fix

    #187629
     Kieran_SQ
    Moderator

    Hi,

    From the front-end it looks like the following

    1. You have not enabled registrations under WP Admin > Settings > Settings > Scroll to: ‘Membership’ and enable signups

    2. You have not set a page for register and/or activate in WP Admin > Settings > BuddyPress > Pages > Scroll to: ‘Registration’ and set the pages for ‘Register’ and ‘Activate’.

    If this does not resolve your issues please update this ticket in a private reply with admin credentials for you site.

    Also please update this ticket with a screenshot for the registration form cut in half issue as I cannot see this.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187637
     emmanuel
    Participant
    This reply has been set as private.
    #187639
     Kieran_SQ
    Moderator

    Hi,

    On import it seems there were two fields dropped, this could have been a momentary issue with the import or a minor server failure at the time of import (timeout etc).

    I went into WP Admin > Users > Profile Search and saved both forms again so that it recognized the directory for search as ‘members’. I reloaded your home page and the search form is now working with no errors printed on the screen. Please clear your local cache (Ctrl+F5) to see changes.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187647
     emmanuel
    Participant

    thank you, how to change the blue color of this see thee attachment

    Attachments:
    You must be logged in to view attached files.
    #187653
     Kieran_SQ
    Moderator

    Hi,

    You will find all of the styling options under WP Admin > Theme Options > Styling Options.

    The specific setting for this color is WP Admin > Theme Options > Styling Options > Scroll to: ‘Button Section’ > Option: ‘Buttons Background Color’ and set the value as desired.

    Or if you wish you can manually override this color with the below CSS in your SweetDate Child theme’s style.css

    COPY CODE
    div.item-list-tabs ul li a span {
        background: #3a3a3a;
        color: #b2e3f7;
    }
    div.item-list-tabs li#members-all.selected {
        border-bottom: 3px solid #3a3a3a;
    }
    div.item-list-tabs li#members-all.selected:after, div.item-list-tabs li#members-personal.selected:after, .section-members .item-options .selected:after {
        border-top: 5px solid #3a3a3a;
    }

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187662
     emmanuel
    Participant

    thank you, i would like to know somethings how to become a website developer

    #187666
     Kieran_SQ
    Moderator

    Hi,

    If you’d like to learn about web development with a focus on WordPress I would suggest first learning HTML and CSS – once you’re proficient in this you should learn about JavaScript and PHP.

    Some resources that may be of use to you

    – HTML https://www.w3schools.com/html/
    – HTML https://www.lynda.com/search?q=HTML
    – CSS https://www.w3schools.com/css/
    – CSS https://www.lynda.com/search?q=CSS
    – JavaScript https://developer.mozilla.org/en-US/docs/Learn/JavaScript
    – JavaScript http://www.learn-js.org/
    – PHP https://codex.wordpress.org/
    – PHP https://www.lynda.com/search?q=PHP

    There are many other resources available for learning how to code and Google has thousands of free, freemium and premium results for many different services.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187668
     emmanuel
    Participant

    ok is it difficult thing to learn

    #187671
     Kieran_SQ
    Moderator

    Hi,

    That depends on many factors including natural ability, method of learning, time available etc.

    I would say HTML and basic CSS is fairly easy, and would take a couple of months to understand it. Using it daily is the best way to learn – as well as using the browser console (F12) and the inspect option (right click an element) to see how others are developing their sites.

    JavaScript takes a lot of time to learn and a firm grasp of mathematics will help. Once you have learned HTML and CSS it is fairly easy to learn PHP and is a very logical language once you understand the structure.

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187676
     emmanuel
    Participant

    ok so lets say i want to develop my own dating website and app from scratch i would need to learn HTML,basic CSS, JavaScript and PHP?

    #187678
     Kieran_SQ
    Moderator

    Hi,

    If you wanted to build a site from scratch with your own theme etc you would need to learn HTML, advanced CSS, PHP, JavaScript and WordPress/BuddyPress etc inside and out.

    If you want to build a site off our SweetDate theme you will not need most of those skills as we have done all of that for you, basic WordPress administration should suffice. If you wanted to extend our code you would need HTML and PHP knowledge as well as an understanding Child themes.

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187679
     emmanuel
    Participant

    ok but instead of me using learning buddypress can i create my own social network software or plugin

    #187681
     Kieran_SQ
    Moderator

    Absolutely,

    So long as you learn the languages needed you can build anything you want, either from scratch or off of existing code, the sky would be the limit.

    Kieran.

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187684
     emmanuel
    Participant

    ok when you say learn the languages what do you mean

    #187686
     Kieran_SQ
    Moderator

    You would need to do courses, like the ones I linked above, until you know how to code something by yourself without any examples. The languages I listed above are HTML, CSS, JavaScript and PHP.

    Kieran.

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #187687
     emmanuel
    Participant

    ok thanks for all the information and assistance today

    #187689
     Kieran_SQ
    Moderator

    You’re welcome. Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.

    Thanks,

    Kieran.

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?