Tagged: 

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1163710

    http://www.evokespirit.com is the site I’m working on

    How do I move paypal donate button to header?

    View post on imgur.com

    #1163715

    Hey Nathan,

    Refer to the following:

    Best regards,
    Jordan Shannon

    #1163721

    Where do I enter the button element short codes?

    #1163739

    Hi,

    You would need to add the code to the widget you added into the header.

    Best regards,
    Rikard

    #1163742

    ” widget you added into the header”

    where do I do that? in the appearances>widget or Enfold part of dashboard?

    I looked in appearances>widget and I don’t see one titled “header”

    thank you

    #1163766

    Hi,

    You need to read what Jordan sent to you, that’s why we have documentation. I’ll link directly to the part about adding a widget to the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1166641

    thank you for the direction it help me learn, and when I go to appreances>theme editor>Select theme to edit:

    I don’t yet see an option for “child theme”

    #1166643

    I think I found out how

    #1166672

    The header looked like this in Enfold (not child theme) before the child theme

    View post on imgur.com

    And after I installed the child theme and added the header widget it looks like this

    View post on imgur.com

    How would I get rid of the extra white space in the header and then move the menu back to where it was and then move the paypal button to the far right?

    Thanks for your patience while I learn this

    #1166673

    Here is my log in if you need to see more

    #1167088

    Hi,

    Thanks for the update and login details. So you have placed the widget in the child theme? Are we allowed to activate that so that we can see the results on your actual site?

    Best regards,
    Rikard

    #1167496

    “you have placed the widget in the child theme?”

    yes

    #1167612

    Hi,

    Ok, please activate the child and import the parent theme settings under Enfold->Import/Export. Then add this to Quick CSS and save:

    #custom_html-4 {
        position: absolute;
        right: 0;
    }

    Best regards,
    Rikard

    #1168289

    That helped me learning reading:
    ” activate the child and import the parent theme settings under Enfold->Import/Export. Then add this to Quick CSS and save”

    The button is on there which I feel thankful and relieved seeing yet it’s overlapping with the menu

    How do I move the menu to the left and remove the cart icon?

    #1168387

    Hi,

    Please try this CSS as well:

    .html_cart_at_menu.html_header_top #top .main_menu {
        right: auto;
        left: 240px;
    }

    Best regards,
    Rikard

    #1168514

    when I click on the paypal button nothing happens

    #1168653

    Hi,

    Please try this CSS as well:

    #custom_html-4 {
        z-index: 99;
    }

    Best regards,
    Rikard

    #1170497

    that code is supportive

    it works now thank you for your support

    you can close this thread

    #1170514

    Hi Nathan,

    Glad we could help :)

    We are closing the thread.
    Best regards,
    Victoria

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘How to move paypal donate button to header?’ is closed to new replies.