New to Royal. Need tutorial!!! - by node_id

This topic has 12 replies, 4 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: node_id
    node_id
    Participant
    June 21, 2016 at 05:14

    I just bought Royal WordPress Theme. And I’m desperately need tutorial to make my site run as demo.
    Please reply this. ASAP

    11 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 21, 2016 at 07:45

    Hello,

    You can find the Royal Theme documentation at this link:
    https://www.8theme.com/demo/docs/royal/index.html#!/documenter_cover

    Regards,
    Robert Hall

    Avatar: node_id
    node_id
    Participant
    June 21, 2016 at 11:14

    Halo Robert,
    I read the documentation files. But I still facing some difficulties.

    I couldn’t make my homepage look like your demo. I follow the instruction carefully, but still it’s hard for me.

    So I have 3 questions:
    1. How to make slider like the demo? I tried to make it with slider revolution, but nothing happen
    2. How to make homepage really stunning as your demo did?
    3. When I try to checkout, there’s a problem with email field. It shows like the email entered was invalid. I find out later that it’s because the email field was case sensitive. How to disable it? As we know, most of buyer now is coming from mobile and they phone automatically make the first letter capital.

    Thx

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 21, 2016 at 13:06

    Hello,

    1) You can select the revolution slider via Visual Composer plugin. http://prntscr.com/bj2fhw
    2) Navigate to Dashboard->Theme Options->Import/Export then set up one of our theme versions.
    3) I’ve just checked the Checkout page and added email address with the first letter capital (http://prntscr.com/bj2xd4) then clicked ‘place order’ button and this is working fine – http://prntscr.com/bj2wn0

    Also try to add this code in Global Custom CSS.

    #billing_email{
        text-transform: lowercase;
    }

    Regards,
    Robert Hall

    Avatar: node_id
    node_id
    Participant
    June 22, 2016 at 10:45

    1. I still don’t know how to put the slider into homepage. The tutorial from documentation only discuss about how to use Visual Composer to the page.

    2. I’m getting better on setting up the homepage. But still not get enough. Why don’t you make any video that provide step by step on every single pieces of content. So you don’t have to waste time answer basic question. (in my opinion) Because for beginner like me, it’s so much better if we can assist with tutorial video rather than asking few question

    3. The problem is not lie on the checkout page. It before that. After I buy (add to cart), then click checkout. I redirect to this page. https://snag.gy/xlpYzv.jpg And after field the blank space, email we entered will recognise as invalid one. Because of it’s case sensitive. https://snag.gy/fnU12N.jpg
    How to fix that?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 22, 2016 at 11:28

    Hello,

    1. Please provide us with WP Dashboard credentials in private content.

    2. We’ll take your notice into account. Thank you.

    3. I checked the page on our side and on mobile, and don’t see the issue:
    http://storage5.static.itmages.com/i/16/0622/h_1466591195_8963659_a6f46a8d47.jpeg
    Please specify what device are you checking and what browser.

    Best regards,
    Jack Richardson.

    Avatar: node_id
    node_id
    Participant
    June 22, 2016 at 11:50

    1. http://nodeindonesia.com/

    2. You’re welcome

    3. I mean when try to register, the system notice that email is invalid. Maybe you can check it by fill all the blank and click Register to see what happen in your side. I check using iPhone and Safari browser

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 22, 2016 at 14:00

    Hello,

    1. What page is a home page?
    Please set it in Settings > Reading, http://storage4.static.itmages.com/i/16/0622/h_1466598637_1345737_0f3a2e00d5.jpeg .

    3. You need edit the file wp-content/themes/royal/framework/theme-functions.php in line 1303 and replace the code <input type="text" name="email" class="text input-text" /> with this one:
    <input type="text" name="email" autocapitalize="none" class="text input-text" />

    Please read about it here:
    https://web-design-weekly.com/snippets/turn-auto-capitalisation-form-fields-ios/
    http://stackoverflow.com/questions/6356074/iphone-browser-defaulting-to-uppercase-for-first-letter-of-password-fields

    Best regards,
    Jack Richardson.

    Avatar: node_id
    node_id
    Participant
    June 23, 2016 at 07:06

    Heloo admin,

    thanks my homepage now can work.

    But I have some issues regarding the problems number 3. After I analyst the data, I decide to remove the page ( https://snag.gy/lyTL9d.jpg) after people click checkout. And just let people do some purchase using guest buyer.

    How to remove this page, and let people checkout as usual from WordPress checkout without redirect to another page. Thx

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 23, 2016 at 08:23

    Hello,

    In this case you need edit the file wp-content/themes/royal/woocommerce/checkout/form-checkout.php and comment the code in lines 13-25.

    Best regards,
    Jack Richardson.

    Avatar: node_id
    node_id
    Participant
    June 24, 2016 at 05:16

    do i need to remove the code or what?

    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2016 at 09:37

    Hello,

    You can remove the code or comment it, read here how to use comments https://codex.wordpress.org/Commenting_Code .

    Regards,
    Eva Kemp.

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.