Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    14.09.2015 at 08:39 #20631

    Hi,

    Sorry, we use reduxframework plugin for our Theme Options, it supports google fonts only.

    Please contact our services page for your customization. https://theme4press.com/theme-customization-service/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    13.09.2015 at 08:21 #20628

    Hi,

    We could probably do that using Custom CSS.
    Please post url to your content boxes.
    How much bigger do you want?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    13.09.2015 at 08:14 #20627

    Hi,

    For any feature that you required and is not found within the theme, you can contact us for this customization via our services page. https://theme4press.com/theme-customization-service/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    13.09.2015 at 08:03 #20626

    Hi,

    There is a maximum width value on the menu and logo container. You added a new menu item and it exceeds that value, therefore pushing the menu to a new line.

    Please use the following code in Theme Options -> Custom CSS
    It will increase that container value. You can change the value of 1200px to a lower or higher value. Adjust it when you add menu items and your menu goes to a new line.

    #header .alora-row {
    max-width: 1200px !important;
    }

    Screenshot of result. http://prntscr.com/8fq9zo

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 16:02 #20618

    Hi,

    Thank you for your reply. Sorry I overlooked that Theme Option.
    Please use the following code in Theme Options -> Custom CSS

    #order_comments {
    height: 200px !important;
    width: 100% !important;
    }

    Are you are looking for value of attribute name in textarea?

    <textarea cols="5" rows="2" placeholder="Notes about your order, e.g. special notes for delivery." id="order_comments" class="input-text " name="order_comments"></textarea>

    It’s order_comments

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 09:12 #20615

    Hi,

    Sorry, May I know where is the location of “order notes’?
    Please post me a screenshot if possible.

    As for the following.

    Also what coding would allow me to add the customer text into another document? (I would like to place it in the Woocommerce PickingPal Picking Ticket).

    You will need to engage a woocommerce affiliate developer http://www.woothemes.com/affiliated-woo-workers/ to do this customization.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 08:56 #20614

    Hi,

    The creative demo is created using the “Blank Page” template.
    http://prntscr.com/8fdn2w

    And a few full width container shortcode.
    You can try it out using the Theme4Press shortcode creator found in the WordPress content editor. It’s a small number 4 button.
    http://prntscr.com/8fdo9q

    Not by turning off settings in Page Options.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 08:36 #20613

    Hi,

    Thank you very much for providing these information!

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 08:33 #20612

    Hi Marc,

    First of all according to our support forum rule. https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/

    Please open a new thread for your question, do not reply in other user’s thread and threads that are marked resolved.

    As for your question of having a 7 color menu, it’s not advisable because you will need to code according to menu item id, which will change if you update it.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    12.09.2015 at 08:24 #20611

    Hi,

    For the transition. Please use the following codes in Theme Options -> Custom CSS

    .t4p-social-network-icon{
    transition:none !important;

    }

    To disable tooltip. Go to Theme Options -> Header -> Header Social Icons Tooltip Position -> select “None”.

    Thanks!